Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc): set type to optional #7

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docling_core/types/doc/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class MinimalDocument(
"""Minimal model for a document."""

name: StrictStr = Field(alias="_name")
obj_type: StrictStr = Field("document", alias="type")
obj_type: Optional[StrictStr] = Field("document", alias="type")
description: CCSDocumentDescription[
DescriptionAdvancedT,
DescriptionAnalyticsT,
Expand Down Expand Up @@ -291,7 +291,7 @@ class CCSDocument(
):
"""Model for a CCS-generated document."""

obj_type: StrictStr = Field("pdf-document", alias="type")
obj_type: Optional[StrictStr] = Field("pdf-document", alias="type")
bitmaps: Optional[list[BitmapObject]] = None
equations: Optional[list[BaseCell]] = None
footnotes: Optional[list[BaseText]] = None
Expand Down Expand Up @@ -355,7 +355,7 @@ class ExportedCCSDocument(
):
"""Document model for Docling."""

obj_type: StrictStr = Field(
obj_type: Optional[StrictStr] = Field(
"pdf-document",
alias="type",
json_schema_extra=es_field(type="keyword", ignore_above=8191),
Expand Down
9 changes: 8 additions & 1 deletion docs/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -1732,9 +1732,16 @@
"type": "string"
},
"type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": "pdf-document",
"title": "Type",
"type": "string",
"x-es-ignore_above": 8191,
"x-es-type": "keyword"
},
Expand Down
41 changes: 36 additions & 5 deletions docs/Document.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,42 @@

**Title:** Type

| | |
| ------------ | ---------------- |
| **Type** | `string` |
| **Required** | No |
| **Default** | `"pdf-document"` |
| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `combining` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| **Default** | `"pdf-document"` |

<blockquote>

| Any of(Option) |
| ------------------------ |
| [item 0](#type_anyOf_i0) |
| [item 1](#type_anyOf_i1) |

<blockquote>

### <a name="type_anyOf_i0"></a>2.1. Property `ExportedCCSDocument > type > anyOf > item 0`

| | |
| ------------ | -------- |
| **Type** | `string` |
| **Required** | No |

</blockquote>
<blockquote>

### <a name="type_anyOf_i1"></a>2.2. Property `ExportedCCSDocument > type > anyOf > item 1`

| | |
| ------------ | ------ |
| **Type** | `null` |
| **Required** | No |

</blockquote>

</blockquote>

</blockquote>
</details>
Expand Down
167 changes: 167 additions & 0 deletions test/data/doc/doc-9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
{
"_name": "2023 IBM International Business Machines Corp.",
"bitmaps": [],
"description": {
"logs": [
{
"date": "2024-04-15T09:18:31.855017+00:00",
"agent": "CCS",
"comment": "parsing of documents",
"type": "parsing"
},
{
"date": "2024-04-15T09:43:18.651+00:00",
"agent": "CXS",
"task": "task 12345",
"comment": "enrichment of documents",
"type": "text enrichment"
}
],
"collection": {
"type": "Document",
"name": "ESG Reports",
"alias": [
"esg-report"
],
"version": "2.0.2"
},
"languages": [
"en"
],
"advanced": {
"website": [
"http://www.ibm.com/"
],
"year": 2023
},
"subjects": [
"Technology"
],
"publication_date": "2023-01-01T12:00:00.000+00:00",
"affiliations": [
{
"name": "International Business Machines Corp.",
"id": "ibm",
"source": "nyse"
}
],
"title": "2023 ESG Report",
"type": "ESG report"
},
"equations": [],
"figures": [],
"file-info": {
"#-pages": 1,
"document-hash": "776531b533f5970d81de684e84b25cb13bafbab2cf520fddf7bac2ba25233dcb",
"filename": "IBM_2023.pdf",
"page-hashes": [
{
"hash": "49319ad44d1997ea392d043a3b5c5fb044c9da0f16ab917326b14da4482bb39e",
"model": "model",
"page": 1
}
]
},
"footnotes": [],
"main-text": [
{
"$ref": "#/figures/0",
"name": "picture",
"type": "figure"
},
{
"text": "-------------------------___, _ IXI",
"name": "text",
"type": "paragraph",
"prov": [
{
"bbox": [
896.1026000976562,
30.518247604370117,
972.6661987304688,
77.09062957763672
],
"page": 1,
"span": [
0,
35
]
}
]
}
],
"page-dimensions": [
{
"height": 612,
"page": 1,
"width": 1008
}
],
"page-footers": [],
"page-headers": [],
"references": [],
"tables": [],
"conversion_settings": {
"model_pipeline": {
"clusters": [
{
"type": "LayoutSegmentationModel",
"name": "LayoutSegmentationModel",
"version": "NA"
}
],
"page": [],
"normalization": [],
"tables": [
{
"type": "TableStructureModel",
"name": "TableStructureModel",
"version": "NA"
}
]
}
},
"version": 2,
"_s3_data": {
"pdf-document": [
{
"mime": "application/pdf",
"path": "index-code/PDFDocuments/776531b533f5970d81de684e84b25cb13bafbab2cf520fddf7bac2ba25233dcb.pdf"
}
],
"pdf-pages": [
{
"mime": "application/pdf",
"path": "index-code/PDFPages/49319ad44d1997ea392d043a3b5c5fb044c9da0f16ab917326b14da4482bb39e.pdf",
"page": 1
}
],
"markdown-document": [
{
"mime": "text/markdown",
"path": "index-code/MD/776531b533f5970d81de684e84b25cb13bafbab2cf520fddf7bac2ba25233dcb.md"
}
],
"json-document": {
"mime": "application/json",
"path": "index-code/JSONDocuments/776531b533f5970d81de684e84b25cb13bafbab2cf520fddf7bac2ba25233dcb.json"
},
"json-meta": {
"mime": "application/json",
"path": "index-code/JSONDocuments/776531b533f5970d81de684e84b25cb13bafbab2cf520fddf7bac2ba25233dcb.meta.json"
},
"glm-json-document": {
"mime": "application/json",
"path": "index-code/JSONDocuments/776531b533f5970d81de684e84b25cb13bafbab2cf520fddf7bac2ba25233dcb.glm.json"
}
},
"type": null,
"_content_hash": "84be138c500936cbbc70628ceb4e4f82",
"identifiers": [
{
"_name": "esg_report#ibm_2023",
"type": "esg_report",
"value": "ibm_2023"
}
]
}
Loading