Class DocumentDataExtractorConfiguration

Configuration for the document data extractor.

Hierarchy

Constructors

Properties

List of configuration elements for the document data extractor

fieldExcludeList: string[]

Normalized names of the fields to exclude from the result.

Default Value

[];
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