OCRConfig constructor
const
OCRConfig({})
Creates a new OCR configuration
Implementation
const OCRConfig({
this.language = 'eng',
this.engine = OCREngine.defaultEngine,
this.tessDataPath,
this.options,
});
Creates a new OCR configuration
const OCRConfig({
this.language = 'eng',
this.engine = OCREngine.defaultEngine,
this.tessDataPath,
this.options,
});