Replies: 1 comment
-
Are you sure the path to the PDF is correct? Try putting the PDF in the same directory as your python script and try again. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
this is what I'm doing in my code.
pdf_tool =PDFSearchTool(pdf="path to pdf")
Error
python3.12/site-packages/embedchain/loaders/pdf_file.py", line 21, in load_data
raise ValueError("No data found")
ValueError: No data found
Beta Was this translation helpful? Give feedback.
All reactions