Document Data Extractor Configuration Builder
A builder class to help with assembling the configuration for DocumentDataExtractor.
Functions
Adds a date validation config for a single field. Existing date validators for the specified field will be overwritten.
Excludes fields with the specified field name from the result.
Builds the final configuration that can be passed to the document data extractor.
Sets the accepted document data types. The extractor will only extract documents of these types.
Lets you fine-tune the data extraction of EU health insurance cards. Setting this property will automatically add the document type RootDocumentType.EuropeanHealthInsuranceCard to the accepted document types.
Lets you fine-tune the data extraction of machine-readable-zone-based documents. Setting this property will automatically add the document type RootDocumentType.MRZ to the accepted document types.
Lets you fine-tune the accumulation of live data extraction results.
Sets whether the extractor should return the crops of the detected document data fields.