import enum class SupportedPdfParseMethod(enum.Enum): OCR = 'ocr' TXT = 'txt'