DocumentIntelligenceParser#
- class langchain_community.document_loaders.parsers.pdf.DocumentIntelligenceParser(client: Any, model: str)[source]#
Loads a PDF with Azure Document Intelligence (formerly Form Recognizer) and chunks at character level.
Methods
__init__(client,Β model)lazy_parse(blob)Lazily parse the blob.
parse(blob)Eagerly parse the blob into a document or documents.
- Parameters:
client (Any)
model (str)