updateOCRValidityByGlare property
When enabled, fail OCR field validity, if there is a glare over the text ƒfield on the image.
Implementation
bool? get updateOCRValidityByGlare => _updateOCRValidityByGlare;
Implementation
set updateOCRValidityByGlare(bool? val) {
_updateOCRValidityByGlare = val;
_setProcessParams({"updateOCRValidityByGlare": val}, this);
}