We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, table recognition is a simple check for some keywords in app/jobs/contains_table_job.rb.
We could improve this by looking for some obvious table like patterns like:
November 2013 43.104 Dezember 2013 30.419 Januar 2014 29.218 Februar 2014 15.598
(from https://kleineanfragen.de/berlin/17/14442)
Additionally we could use the table recognition from tabula: tabula-extractor / tabula-java
The text was updated successfully, but these errors were encountered:
ContainsTable: add simple recognition for numeric tables. #96
0254be4
No branches or pull requests
Currently, table recognition is a simple check for some keywords in app/jobs/contains_table_job.rb.
We could improve this by looking for some obvious table like patterns like:
(from https://kleineanfragen.de/berlin/17/14442)
Additionally we could use the table recognition from tabula: tabula-extractor / tabula-java
The text was updated successfully, but these errors were encountered: