public interface OcrConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdvancedOcrOptions(int index)
public abstract String getAdvancedOcrOptions(int index)A list of advanced OCR options to further fine-tune OCR behavior.
repeated string advanced_ocr_options = 5;
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
String |
The advancedOcrOptions at the given index. |
getAdvancedOcrOptionsBytes(int index)
public abstract ByteString getAdvancedOcrOptionsBytes(int index)A list of advanced OCR options to further fine-tune OCR behavior.
repeated string advanced_ocr_options = 5;
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
ByteString |
The bytes of the advancedOcrOptions at the given index. |
getAdvancedOcrOptionsCount()
public abstract int getAdvancedOcrOptionsCount()A list of advanced OCR options to further fine-tune OCR behavior.
repeated string advanced_ocr_options = 5;
| Type | Description |
int |
The count of advancedOcrOptions. |
getAdvancedOcrOptionsList()
public abstract List<String> getAdvancedOcrOptionsList()A list of advanced OCR options to further fine-tune OCR behavior.
repeated string advanced_ocr_options = 5;
| Type | Description |
List<String> |
A list containing the advancedOcrOptions. |
getEnableNativePdfParsing()
public abstract boolean getEnableNativePdfParsing()Enables special handling for PDFs with existing text information. Results in better text extraction quality in such PDF inputs.
bool enable_native_pdf_parsing = 3;
| Type | Description |
boolean |
The enableNativePdfParsing. |