You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Table detection has been an interesting and challenging problem in the field of document analyses. Object detection algorithms such as Faster-RCNN has been exploited so many times to detect tables in the documents. This is just another experiment but with a different architecture which is Mask_RCNN.
deeplabv3plus (Google's new algorithm for semantic segmentation) in keras:Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation
This is a tool for pixel wise segmentation. This is developed in order to do use cases like page extraction, textline , word and structure recognition of library documents.