Interface: ProcessorConfig

Defined in: types.ts:48

Main configuration for image processing pipeline

Properties

ocrConfig?

optional ocrConfig: OcrConfig

Defined in: types.ts:52

Configuration for OCR-based processing


processingType?

optional processingType: string

Defined in: types.ts:50

Type of processing to apply (“OCR”, “Vision”)


visionConfig?

optional visionConfig: VisionConfig

Defined in: types.ts:54

Configuration for vision-based processing