forceDocFormat property
Force use of specified document format when locating and recognizing document to reduce the number of candidates.
Implementation
int? get forceDocFormat => _forceDocFormat;
Implementation
set forceDocFormat(int? val) {
_forceDocFormat = val;
_setProcessParams({"forceDocFormat": val}, this);
}