doDetectCan property
Enable the CAN (Card Access Number) detection when using scenarios with document location and MRZ reading, such as the MrzAndLocate scenario.
Implementation
bool? get doDetectCan => _doDetectCan;
Implementation
set doDetectCan(bool? val) {
_doDetectCan = val;
_setProcessParams({"doDetectCan": val}, this);
}