OCROptionsMethod Property |
Method to perform OCR (any 3rd party). We offer free library from Nicomsoft: https://www.nicomsoft.com/nicomsoft-ocr-sdk-is-freeware-now.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public OCROptionsOCRMethod Method { get; set; }
Public Property Method As OCROptionsOCRMethod
Get
Set
Property Value
OCROptionsOCRMethodRemarks
Thus, you method has to accept an image and return the recognizing result in PDF format.
See Also