Skip to content

Commit bc3f5d5

Browse files
authored
fix: add 'text/csv' mimetype to _extra_mimetypes type list (#210)
Signed-off-by: Soham Waghmare <[email protected]>
1 parent 75d94ab commit bc3f5d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docling_core/types/doc/document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ class DocumentOrigin(BaseModel):
414414
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
415415
"text/asciidoc",
416416
"text/markdown",
417+
"text/csv",
417418
]
418419

419420
@field_validator("binary_hash", mode="before")

0 commit comments

Comments
 (0)