DocumentReader.readField Method

Module: DocumentReader

Definition

Reads a single field in a document.

TextField readField(DocumentImage image, String? documentName, String? fieldName)

Parameters

in The image that contains the document. Must be a realigned BGR image of the document.

documentName String
in The name of the document to be searched. Must be a key loaded in DocumentLibrary.

fieldName String
in The name of the field to search.

Returns

Read Text in the specified field.

Exceptions

An error has occurred during Document Library execution.