Class DocumentDataExtractorConfiguration

Configuration for the document data extractor.

Constructors

Properties

List of configuration elements for the document data extractor.

Default Value

[new DocumentDataExtractorCommonConfiguration({})];
documentTrustMode: DocumentTrustMode

Level of trust in the authenticity of the extracted document.

Default Value

"TRUSTED";
fieldExcludeList: string[]

Normalized names of the fields to exclude from the result.

Default Value

[];
processingMode: ProcessingMode

Scanners typically can produce better results from a single image if they are allowed to spend a longer time analyzing it.

On the other hand, scanners can produce even better results if they can analyze multiple images of the same subject and cross-check and combine the results. The processing mode tells the scanner whether to optimize for single or multiple images of a subject.

Default Value

"AUTO";
resultAccumulationConfig: ResultAccumulationConfiguration

Configuration for how to accumulate results.

Default Value

new ResultAccumulationConfiguration({});
returnCrops: boolean

If true, crops of the detected documents and fields will be returned in the result.

Default Value

false;

Generated using TypeDoc