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

Immunize against empty table headers #3210

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Immunize against empty table headers #3210

merged 1 commit into from
Feb 29, 2024

Conversation

JorjMcKie
Copy link
Collaborator

Improved check for empty tables, fixes bugs when determining table headers.

More complete and faster computation of enveloping vector graphic rectangles.

Improved check for empty tables, fixes bugs when determining table headers.

Improved computation of enveloping vector graphic rectangles.

Ignore more meaningless "pseudo" tables
Comment on lines 95 to +97
EDGES = [] # vector graphics from PyMuPDF
CHARS = [] # text characters from PyMuPDF
TEXTPAGE = None
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would like to eventually remove the use of these globals, but ok for now.

@JorjMcKie JorjMcKie merged commit ad3f92b into main Feb 29, 2024
2 checks passed
@JorjMcKie JorjMcKie deleted the HL-tables branch February 29, 2024 14:31
@github-actions github-actions bot locked and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants