GoogleCloudDocumentaiV1OcrConfig class

Config for Document OCR.

Constructors

GoogleCloudDocumentaiV1OcrConfig({List<String>? advancedOcrOptions, bool? computeStyleInfo, bool? disableCharacterBoxesDetection, bool? enableImageQualityScores, bool? enableNativePdfParsing, bool? enableSymbol, GoogleCloudDocumentaiV1OcrConfigHints? hints, GoogleCloudDocumentaiV1OcrConfigPremiumFeatures? premiumFeatures})
GoogleCloudDocumentaiV1OcrConfig.fromJson(Map json_)

Properties

advancedOcrOptions List<String>?
A list of advanced OCR options to further fine-tune OCR behavior.
getter/setter pair
computeStyleInfo bool?
Turn on font identification model and return font style information.
getter/setter pair
disableCharacterBoxesDetection bool?
Turn off character box detector in OCR engine.
getter/setter pair
enableImageQualityScores bool?
Enables intelligent document quality scores after OCR.
getter/setter pair
enableNativePdfParsing bool?
Enables special handling for PDFs with existing text information.
getter/setter pair
enableSymbol bool?
Includes symbol level OCR information if set to true.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hints GoogleCloudDocumentaiV1OcrConfigHints?
Hints for the OCR model.
getter/setter pair
premiumFeatures GoogleCloudDocumentaiV1OcrConfigPremiumFeatures?
Configurations for premium OCR features.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited