DocumentReader.readDocument Method¶
Module: DocumentReader
Definition¶
Reads all the fields in a document.
TextFieldList readDocument(DocumentImage image, String? documentName)
Parameters
image DocumentImagein The image that contains the document. Must be a realigned BGR image of the document.
documentName Stringin The name of the document to be searched. Must be a key loaded in DocumentLibrary.
Returns
A list of all the text fields read in the document.
Exceptions
An error has occurred during Document Library execution.