Support OCR of image files in File Parser block (#4609)
This commit is contained in:
@@ -67,6 +67,7 @@ class FileType(StrEnum):
|
||||
CSV = "csv"
|
||||
EXCEL = "excel"
|
||||
PDF = "pdf"
|
||||
IMAGE = "image"
|
||||
|
||||
|
||||
class PDFFormat(StrEnum):
|
||||
|
||||
Reference in New Issue
Block a user