how to process pdf documents? #123
Unanswered
WuYanZhao107
asked this question in
Q&A
Replies: 1 comment
-
This is the code that processes PDFs: https://github.com/langchain-ai/langchain-extract/blob/main/backend/extraction/parsing.py#L14 Feel free to configure for your use case. LangChain has many integrations and you can try different strategies for parsing PDFs or add parsing for other types of files (e.g., PPTX) |
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
-
I want to know langchain-extract how to process pdf documents? It's a important step for extracting structured information from pdf docements.
Beta Was this translation helpful? Give feedback.
All reactions