document_agent
autogen.agents.experimental.document_agent.docling_parse_docs
docling_parse_docs
Convert documents into a Deep Search document format using EasyOCR
with CPU only, and export the document and its tables to the specified
output directory.
Supported formats:
PDF,
IMAGE,
DOCX,
HTML,
PPTX,
ASCIIDOC,
MD,
Name | Description |
---|---|
input_file_path | The path to the input file. Type: pathlib.Path | str |
output_dir_path | The path to the output directory. Type: pathlib.Path | str | None Default: None |
output_formats | The output formats. Defaults to [“markdown”]. Type: list[str] | None Default: None |
Type | Description |
---|---|
list[pathlib.Path] | list[ConversionResult]: The result of the conversion. |