DocumentDataExtractorConfigurationBuilder

A builder class to help with assembling the configuration for DocumentDataExtractor.

Constructors

constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Adds a date validation config for a single field. Existing date validators for the specified field will be overwritten.

Link copied to clipboard

Excludes fields with the specified field name from the result.

Link copied to clipboard

Builds the final configuration that can be passed to the document data extractor.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Lets you fine-tune the accumulation of live data extraction results.

Link copied to clipboard

Sets whether the extractor should return the crops of the detected document data fields.