OcrInput

OcrInput constructor

Constructor to create container and set the type of images/documents and filters for further preprocessing / recognition.

public OcrInput(InputType type, PreprocessingFilter filters = null)
ParameterTypeDescription
typeInputTypeSet the images/documents type will be added to container.
filtersPreprocessingFilterSet preprocessing filters will be applied for further processing or recognition.

See Also