langchain_community.document_loaders.parsers.pdf
.DocumentIntelligenceParser¶
- class langchain_community.document_loaders.parsers.pdf.DocumentIntelligenceParser(client: Any, model: str)[source]¶
使用 Azure 文档智能(以前称为表单识别器)和字符级别分块加载 PDF。
方法
__init__
(client, model)lazy_parse
(blob)懒解析 blob。
parse
(blob)积极解析 blob 成文档或多个文档。
- 参数
client (任何类型) –
model (字符串) –