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
This is occurring because the function "xref_length" does not exist in PyMuPDF version 1.18.0
Reviewing the change history for the requirements.txt file it looks like the initial deployment of scan_pdf.py included PyMuPDF version 1.18.10, which does steam to have function. It also appears that on Aug 3rd 2021 the version was bumped to 1.18.15 and then downgrade to 1.18.0 instead of 1.18.10.
Steps to reproduce
Steps to reproduce the behavior:
Build the backend using the current "build" folder
Attempt to submit a PDF.
Expected behavior
Expectation that PDF are properly parsed.
Screenshots
If applicable, add screenshots to help explain your problem.
Release
Release: [e.g. 1.19.05.16]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to run a PDF through Strelka with the current "build/python/backend/requiments.txt", PDF always fail with
"pdf": { "elapsed": 0.000511, "flags": [ "pdf_load_error" ], "total": { "extracted": 0, "objects": 0 } },
This is occurring because the function "xref_length" does not exist in PyMuPDF version 1.18.0
Reviewing the change history for the requirements.txt file it looks like the initial deployment of scan_pdf.py included PyMuPDF version 1.18.10, which does steam to have function. It also appears that on Aug 3rd 2021 the version was bumped to 1.18.15 and then downgrade to 1.18.0 instead of 1.18.10.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Expectation that PDF are properly parsed.
Screenshots
If applicable, add screenshots to help explain your problem.
Release
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: