Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing of table content #546

Merged
merged 2 commits into from Feb 29, 2020
Merged

Parsing of table content #546

merged 2 commits into from Feb 29, 2020

Conversation

Vitaliy-1
Copy link
Contributor

Algorithms for table parsing. Inspired by: http://ieg.ifs.tuwien.ac.at/projects/pdf2table/yildiz_iicai05.pdf
Particularly, I've implemented the first algorithm from there and the idea in general. I suppose it's called the line-based approach. It works much better than tabula, as a minimum on my test instance.
related to:
#514
#340
Examples: https://vitaliy-1.github.io/tablesExample/

@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 37.788% when pulling ca98798 on Vitaliy-1:master-tables into 53044fd on kermitt2:master.

@kermitt2 kermitt2 self-requested a review February 29, 2020 07:57
@kermitt2
Copy link
Owner

Awesome work @Vitaliy-1 ! I've processed a couple thousand PDF and looked at a few of them. Tables look often very good. The main issue I think, as you noted in your examples, is when the table notes are added in the last line of the table. Possibly we could introduce an additional label in the table model to label those table notes explicitly to get them removed from the table content. What do you think?

Thanks a lot for the contribution!

@kermitt2 kermitt2 merged commit b2bd435 into kermitt2:master Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants