Package | Description |
---|---|
com.adobe.pdfservices.operation.pdfops.options.ocr |
Contains the option classes for
OCROperation . |
Modifier and Type | Method and Description |
---|---|
OCRSupportedLocale |
OCROptions.getOCRLocale()
Determines the input language (
OCRSupportedLocale ) to be used for OCR |
static OCRSupportedLocale |
OCRSupportedLocale.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCRSupportedLocale[] |
OCRSupportedLocale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OCROptions.Builder |
OCROptions.Builder.withOCRLocale(OCRSupportedLocale ocrSupportedLocale)
Sets input language to be used for OCR, specified by
OCRSupportedLocale . |
Copyright © 2022 Adobe. All rights reserved.