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
With v1.23.26 running page.find_tables() with the provided example file XPS-table.pdf returns one table.
With v1.24, doing the same returns ZERO tables.
This is not a table-related problem. When taking a closer look it turns out that no text is extracted from the page.
Based on this, of course no table can ever be identified.
@JorjMcKie apologies, I missed the messages on this hence the late response. FYI the file XPS-table.pdf is in the pymupdf repo and presented in examples of how to do table extraction.
Description of the bug
With v1.23.26 running page.find_tables() with the provided example file XPS-table.pdf returns one table.
With v1.24, doing the same returns ZERO tables.
How to reproduce the bug
pip install PyMuPDF==1.24
output: len=0
PyMuPDF version
1.24.0
Operating system
Linux
Python version
3.10
The text was updated successfully, but these errors were encountered: