find_tables
failing on PDF academic paper
#4601
Unanswered
jamesbraza
asked this question in
Looking for help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working with a PDF export of the paper "PaSa: An LLM Agent for Comprehensive Academic Paper Search" from https://arxiv.org/abs/2501.10120 (version 2).
When running this Python code, the page 8 tables' contents are in the output of
get_text
, notfind_tables
. Thefind_tables
returns no tables. I have tried lots of configuration and have had no luck.What is going wrong here, can anyone help me figure out what I am missing?
Versions
pymupdf==1.26.3
, Python 3.13.5, macOS Sequoia 15.5Beta Was this translation helpful? Give feedback.
All reactions