ocr Parsing Config
suspend fun ocrParsingConfig(value: Output<DataStoreDocumentProcessingConfigParsingConfigOverrideOcrParsingConfigArgs>)
suspend fun ocrParsingConfig(value: DataStoreDocumentProcessingConfigParsingConfigOverrideOcrParsingConfigArgs?)
Parameters
value
Configurations applied to OCR parser. Currently it only applies to PDFs. Structure is documented below.
suspend fun ocrParsingConfig(argument: suspend DataStoreDocumentProcessingConfigParsingConfigOverrideOcrParsingConfigArgsBuilder.() -> Unit)
Parameters
argument
Configurations applied to OCR parser. Currently it only applies to PDFs. Structure is documented below.