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.
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.
Processes images that contain text / writing and groups characters into lines. This is an adapted + extended version of the blocking algorithm presented in Text Binarization in Color Documents by Badekas, Nikolaou, and Papamarkos.