ProcessingStatus
Represents the status of the document processing.
This enum defines various statuses that can occur during the processing of a document, indicating the success or failure of different stages of the recognition and extraction process.
Entries
The document was not found on the image.
Preprocessing of the input image has failed.
Stability is achieved when the same document is provided on consecutive frames, resulting in a consistent recognition between frames prior to data extraction. Valid only for video feed.
The wrong side of the document is scanned. Front side scan is completed and back side is expected, but not provided by the end-user. Possible also if front is expected at the start of the scanning process and back is presented first by the end-user.
Unexpected fields are present on the document and removed from the final result.
Fields expected to appear on the scanned document have not been found.
One of the extracted fields contains a character which does not satisfy the rule defined for that specific field. This processing status can only occur if enableCharacterValidation setting is set to true.
Failed to return a requested image.
Reading or parsing of the barcode has failed.
Parsing of the MRZ has failed.
Currently scanned document has been filtered out by its document class. Occurrence of this processing status is affected by documentFilter setting.
Document currently not supported.
Front side recognition has completed successfully. The other side should be scanned.
If front side recognition has not completed successfully, the back side is not scanned.
The barcode was not found on the image. This processing status can only occur if document has mandatory barcode.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.