Answered
Extract PDF with Options - OCRSupportedLocale - Python
Hello,
I am trying to add the option OCRSupportedLocale ES_ES to ExtractPDFOptions, using Python, but I haven't figured out how to do it. Any indication or workaround? Thank you.
extract_pdf_options: ExtractPDFOptions = ExtractPDFOptions.builder() \
.with_element_to_extract(ExtractElementType.TEXT) \
.build()
extract_pdf_operation.set_options(extract_pdf_options)
.with_element_to_extract(ExtractElementType.TEXT) \
.build()
extract_pdf_operation.set_options(extract_pdf_options)
