We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc6ba7 commit 0aab007Copy full SHA for 0aab007
docling_core/types/doc/document.py
@@ -214,6 +214,7 @@ class DocumentOrigin(BaseModel):
214
"application/vnd.openxmlformats-officedocument.presentationml.template",
215
"application/vnd.openxmlformats-officedocument.presentationml.slideshow",
216
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
217
+ "text/asciidoc",
218
]
219
220
@field_validator("binary_hash", mode="before")
0 commit comments