disablePerforationOCR property
When enabled, OCR of perforated fields in the document template will not be performed.
Implementation
bool? get disablePerforationOCR => _disablePerforationOCR;
Implementation
set disablePerforationOCR(bool? val) {
_disablePerforationOCR = val;
_setProcessParams({"disablePerforationOCR": val}, this);
}