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
I use this to extract tables. I also extract text from non-table areas by creating a mask of the non-table areas using the bounding boxes of the tables.
for some images, Image.extract_tables does not seem to detect tables properly.
Here is an example image:
and this is the image after creating a mask of the non-table areas for regular text extraction
it is not detecting the first rows of both tables and the last row of the first table in the image.
The text was updated successfully, but these errors were encountered:
I use this to extract tables. I also extract text from non-table areas by creating a mask of the non-table areas using the bounding boxes of the tables.
for some images, Image.extract_tables does not seem to detect tables properly.
Here is an example image:
and this is the image after creating a mask of the non-table areas for regular text extraction
it is not detecting the first rows of both tables and the last row of the first table in the image.
The text was updated successfully, but these errors were encountered: