-
Notifications
You must be signed in to change notification settings - Fork 555
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
find_tables on landscape page generates reversed text #2812
Comments
I would like to reproduce this. Can you please provide an example page? |
Wait for official publication before closing this. |
Cool, thank you! I'll keep an eye out. Sorry for not providing an example, this was the work account and I was on weekend mode |
No problem. The necessary changes are confined to one file of the package, |
I'll check it out and let you know |
shouldn't it be installed the current main and it is complaining on that line about the cells var |
Absolutely! Thank you! |
ok, the table extraction does work now correctly(trying the hot-fix) but there is another typo, you are assigning |
incredible - it's Monday morning 😒 |
All good now! Thanks and enjoy the coffee! |
Fixed in 1.23.7. |
Describe the bug (mandatory)
When performing a find_tables over a table in a landscape page the extracted text, either with extract or with to_pandas generates the text and the lists to be reversed
To Reproduce (mandatory)
Execute this snippet over a table in a landscape page
it will generate something like
For problems when building or installing PyMuPDF, give the full output of the build/install command so that, for example, all pip/compiler/linker errors/warnings can be seen.
Expected behavior (optional)
expected for this case is
Your configuration (mandatory)
PyMuPDF installed with pip
Additional context (optional)
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: