DocumentReader.readField Method¶
Module: DocumentReader
Definition¶
Reads a single field in a document.
TextField readField(DocumentImage image, String? documentName, String? fieldName)
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.
fieldName Stringin The name of the field to search.
Returns
Read Text in the specified field.
Exceptions
An error has occurred during Document Library execution.