When using langchain-community, some PDF images will report errors during OCR #22892
Closed
5 tasks done
Labels
🤖:bug
Related to a bug, vulnerability, unexpected error with an existing feature
Checked other resources
Example Code
class PyPDFParser(BaseBlobParser):
"""Load
PDF
usingpypdf
"""Error Message and Stack Trace (if applicable)
No response
Description
When I use langchain-community, some PDF images will report errors during OCR. I tried to add some processing based on the source code PyPDFParser class, which temporarily solved the problem. Administrators can check whether to add this part of code in the new version. The complete PyPDFParser class is shown in Example Code.
System Info
langchain-community==0.2.4
The text was updated successfully, but these errors were encountered: