The status of the extraction process.
SUCCESS
ERROR_NOTHING_FOUND
ERROR_BAD_CROP
ERROR_UNKNOWN_DOCUMENT
ERROR_UNACCEPTABLE_DOCUMENT
INCOMPLETE_VALIDATION
Generated using TypeDoc
The status of the extraction process.
SUCCESS
: The document was extracted successfully.ERROR_NOTHING_FOUND
: No document was detected.ERROR_BAD_CROP
: A document was detected, but it was at an angle/distance that was too large.ERROR_UNKNOWN_DOCUMENT
: A document was detected, but it was not extracted as a supported document.ERROR_UNACCEPTABLE_DOCUMENT
: A document was detected as a supported document, but it was not part of the accepted documents.INCOMPLETE_VALIDATION
: All fields were extracted, but some of them failed validation.