-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unable to extract text from PDFs #829
Comments
Hi, @azeemhusain811! command = ["pdftotext", "-enc", encoding, str(file_path), "-"] Are you sure you have |
It looks like you don't have |
There was something wrong with Install Poppler first: Reference: jalan/pdftotext#16 (comment) It worked for me. The solution is for Windows users only. @tholor please have a look, if we can add it somewhere in the documentation. |
Thanks for reporting your solution here @azeemhusain811 . |
Hi @tholor, Thanks for your quick response, and sorry for responding late. 😄 |
Describe the bug
I am using this file conversion code snippet here. It is showing "File not found", but the file is there in the same folder.
Error message
Expected behavior
It should work smoothly.
Just reinstalled Haystack from PIP.
The text was updated successfully, but these errors were encountered: