Replies: 1 comment
-
Try https://BeyondOCR.com API for table detection and extraction free up to 250 pages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am working with PDF files that have text as well as tables. I would like to detect the horizontal text and tables and write it to an excel file for manipulating the data in the tables. However, the text above and below the tables is also very important and needs to be extracted and written to the same excel file.
I am currently using the version of PaddleOCR that comes bundled with img2table. However, the text is not being extracted and some table data is also missed.
I would appreciate some help and examples for the above, directly using PaddleOCR.
Thanks,
Apurva
Beta Was this translation helpful? Give feedback.
All reactions