Skip to main content
Participant
June 22, 2023
Answered

Extract PDF with Options -  OCRSupportedLocale - Python

  • June 22, 2023
  • 1 reply
  • 301 views

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)
This topic has been closed for replies.
Correct answer try67

Try a forum for Python. This is a forum about Adobe Acrobat, which it doesn't seem like you're using.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
June 22, 2023

Try a forum for Python. This is a forum about Adobe Acrobat, which it doesn't seem like you're using.