public static interface OcrConfig.PremiumFeaturesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getComputeStyleInfo()
Turn on font identification model and return font style information.
|
boolean |
getEnableMathOcr()
Turn on the model that can extract LaTeX math formulas.
|
boolean |
getEnableSelectionMarkDetection()
Turn on selection mark detector in OCR engine.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnableSelectionMarkDetection()
Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors.
bool enable_selection_mark_detection = 3;boolean getComputeStyleInfo()
Turn on font identification model and return font style information.
bool compute_style_info = 4;boolean getEnableMathOcr()
Turn on the model that can extract LaTeX math formulas.
bool enable_math_ocr = 5;Copyright © 2024 Google LLC. All rights reserved.