VintaSoft OCR .NET Plug-in: API changes in version 12.0
In This Topic
API changes in Vintasoft.Imaging.Ocr.dll
Changed classes:
|
Vintasoft.Imaging.Ocr.Results. OcrObjectLocation
|
|
Added methods
|
|
public void SetBoundingBox(int, int, int, int)
|
Sets new bounding box. |
|
|
API changes in Vintasoft.Imaging.Ocr.Tesseract.dll
Changed classes:
|
Vintasoft.Imaging.Ocr.Tesseract. TesseractOcrSettings
|
|
Added properties
|
|
public bool NonOverlappingSymbolRegions { get ; set ; }
|
Gets or sets a value indicating whether the Tesseract OCR engine must do additional analysis of OCR result and return OCR result with non-overlapping symbol regions. |
|
|