You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To develop for Docling Core, you need Python 3.9 / 3.10 / 3.11 / 3.12 and Poetry. You can then install from your local clone's root dir:
24
+
To install from a local clone, run:
25
25
```bash
26
26
poetry install
27
27
```
@@ -61,12 +61,12 @@ Docling supports 3 main data types:
61
61
62
62
-**Document** for publications like books, articles, reports, or patents. When Docling converts an unstructured PDF document, the generated JSON follows this schema.
63
63
The Document type also models the metadata that may be attached to the converted document.
64
-
Check [Document](docs/Document.md) for the full JSON schema.
64
+
Check [Document](docs/Document.md) for the full JSON schema.
65
65
-**Record** for structured database records, centered on an entity or _subject_ that is provided with a list of attributes.
66
66
Related to records, the statements can represent annotations on text by Natural Language Processing (NLP) tools.
67
-
Check [Record](docs/Record.md) for the full JSON schema.
67
+
Check [Record](docs/Record.md) for the full JSON schema.
68
68
-**Generic** for any data representation, ensuring minimal configuration and maximum flexibility.
69
-
Check [Generic](docs/Generic.md) for the full JSON schema.
69
+
Check [Generic](docs/Generic.md) for the full JSON schema.
70
70
71
71
The data schemas are defined using [pydantic](https://pydantic-docs.helpmanual.io/) models, which provide built-in processes to support the creation of data that adhere to those models.
72
72
@@ -80,14 +80,14 @@ If you use Docling Core in your projects, please consider citing the following:
0 commit comments