DocumentDataExtractorConfiguration constructor
Implementation
DocumentDataExtractorConfiguration({
ResultAccumulationConfiguration? resultAccumulationConfig,
List<String>? fieldExcludeList,
List<DocumentDataExtractorConfigurationElement>? configurations,
this.returnCrops = false,
this.documentTrustMode = DocumentTrustMode.TRUSTED,
this.processingMode = ProcessingMode.AUTO,
}) : resultAccumulationConfig =
resultAccumulationConfig ?? ResultAccumulationConfiguration(),
fieldExcludeList = fieldExcludeList ?? [],
configurations =
configurations ?? [DocumentDataExtractorCommonConfiguration()];