Skip to content

Commit c2fd20f

Browse files
authored
fix: add missing mimetypes for asr inputs (#341)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent 425b191 commit c2fd20f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docling_core/types/doc/document.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,9 @@ class DocumentOrigin(BaseModel):
540540
"text/asciidoc",
541541
"text/markdown",
542542
"text/csv",
543+
"audio/x-wav",
544+
"audio/wav",
545+
"audio/mp3",
543546
]
544547

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

0 commit comments

Comments
 (0)