Click or drag to resize

OcrEngineRecognizeBarcodes Property

When true, will recognize barcodes as well as text if the engine supports barcode recognition.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool RecognizeBarcodes { get; set; }

Property Value

Type: Boolean
Remarks
This property could be set to true only if barcode detection is supported (if CanRecognizeBarcodes is true).
See Also