Support OCR of image files in File Parser block (#4609)

This commit is contained in:
Marc Kelechava
2026-02-02 21:37:12 -08:00
committed by GitHub
parent b64c7d4032
commit fcbe7fe84f
7 changed files with 60 additions and 10 deletions

View File

@@ -2,4 +2,4 @@
import typing
FileType = typing.Union[typing.Literal["csv", "excel", "pdf"], typing.Any]
FileType = typing.Union[typing.Literal["csv", "excel", "pdf", "image"], typing.Any]