enforcedDocumentGroup property

EnforcedDocumentGroup? enforcedDocumentGroup
getter/setter pair

Enforces a specific document group, overriding the analyzer’s document classification. This setting impacts the number of sides scanned to match the enforced group, and the way document image is transformed. If set to null, the document group won't be enforced and it will be auto-detected.

Default: null

Implementation

EnforcedDocumentGroup? enforcedDocumentGroup;