Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Extract PDF with Options -  OCRSupportedLocale - Python

New Here ,
Jun 22, 2023 Jun 22, 2023

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)
TOPICS
Create PDFs , General troubleshooting , PDF
259
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Jun 22, 2023 Jun 22, 2023
LATEST

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

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 22, 2023 Jun 22, 2023
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines