-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add automatic api reference (#475)
Signed-off-by: Michele Dolfi <[email protected]>
- Loading branch information
1 parent
8ccb3c6
commit d487210
Showing
7 changed files
with
253 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Docling Document | ||
|
||
This is an automatic generated API reference of the DoclingDocument type. | ||
|
||
::: docling_core.types.doc | ||
handler: python | ||
options: | ||
members: | ||
- DoclingDocument | ||
- DocumentOrigin | ||
- DocItem | ||
- DocItemLabel | ||
- ProvenanceItem | ||
- GroupItem | ||
- GroupLabel | ||
- NodeItem | ||
- PageItem | ||
- FloatingItem | ||
- TextItem | ||
- TableItem | ||
- TableCell | ||
- TableData | ||
- TableCellLabel | ||
- KeyValueItem | ||
- SectionHeaderItem | ||
- PictureItem | ||
- ImageRef | ||
- PictureClassificationClass | ||
- PictureClassificationData | ||
- RefItem | ||
- BoundingBox | ||
- CoordOrigin | ||
- ImageRefMode | ||
- Size | ||
show_if_no_docstring: true | ||
show_submodules: true | ||
docstring_section_style: list | ||
filters: ["!^_"] | ||
heading_level: 2 | ||
show_root_toc_entry: true | ||
inherited_members: true | ||
merge_init_into_class: true | ||
separate_signature: true | ||
show_root_heading: true | ||
show_root_full_path: false | ||
show_signature_annotations: true | ||
show_source: false | ||
show_symbol_type_heading: true | ||
show_symbol_type_toc: true | ||
show_labels: false | ||
signature_crossrefs: true | ||
summary: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Document converter | ||
|
||
This is an automatic generated API reference of the main components of Docling. | ||
|
||
::: docling.document_converter | ||
handler: python | ||
options: | ||
members: | ||
- DocumentConverter | ||
- ConversionResult | ||
- ConversionStatus | ||
- FormatOption | ||
- InputFormat | ||
- PdfFormatOption | ||
- ImageFormatOption | ||
- StandardPdfPipeline | ||
- WordFormatOption | ||
- PowerpointFormatOption | ||
- MarkdownFormatOption | ||
- AsciiDocFormatOption | ||
- HTMLFormatOption | ||
- SimplePipeline | ||
show_if_no_docstring: true | ||
show_submodules: true | ||
docstring_section_style: list | ||
filters: ["!^_"] | ||
heading_level: 2 | ||
inherited_members: true | ||
merge_init_into_class: true | ||
separate_signature: true | ||
show_root_heading: true | ||
show_root_full_path: false | ||
show_signature_annotations: true | ||
show_source: false | ||
show_symbol_type_heading: true | ||
show_symbol_type_toc: true | ||
signature_crossrefs: true | ||
summary: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Pipeline options | ||
|
||
Pipeline options allow to customize the execution of the models during the conversion pipeline. | ||
This includes options for the OCR engines, the table model as well as enrichment options which | ||
can be enabled with `do_xyz = True`. | ||
|
||
|
||
This is an automatic generated API reference of the all the pipeline options available in Docling. | ||
|
||
|
||
::: docling.datamodel.pipeline_options | ||
handler: python | ||
options: | ||
show_if_no_docstring: true | ||
show_submodules: true | ||
docstring_section_style: list | ||
filters: ["!^_"] | ||
heading_level: 2 | ||
inherited_members: true | ||
merge_init_into_class: true | ||
separate_signature: true | ||
show_root_heading: true | ||
show_root_full_path: false | ||
show_signature_annotations: true | ||
show_source: false | ||
show_symbol_type_heading: true | ||
show_symbol_type_toc: true | ||
signature_crossrefs: true | ||
summary: true | ||
|
||
<!-- ::: docling.document_converter.DocumentConverter | ||
handler: python | ||
options: | ||
show_if_no_docstring: true | ||
show_submodules: true --> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters