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

Link copied to clipboard

The document was fully scanned and data was extracted as expected.

Link copied to clipboard

The document was not found on the image.

Link copied to clipboard

Preprocessing of the input image has failed.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Unexpected fields are present on the document and removed from the final result.

Link copied to clipboard

Fields expected to appear on the scanned document have not been found.

Link copied to clipboard

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.

Link copied to clipboard

Failed to return a requested image.

Link copied to clipboard

Reading or parsing of the barcode has failed.

Link copied to clipboard

Parsing of the MRZ has failed.

Link copied to clipboard

Currently scanned document has been filtered out by its document class. Occurrence of this processing status is affected by documentFilter setting.

Link copied to clipboard

Document currently not supported.

Link copied to clipboard

Front side recognition has completed successfully. The other side should be scanned.

Link copied to clipboard

If front side recognition has not completed successfully, the back side is not scanned.

Link copied to clipboard

The barcode was not found on the image. This processing status can only occur if document has mandatory barcode.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.