OCROptionsMethod Property |
Method to perform OCR (any 3rd party).
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic OCROptionsOCRMethod Method { get; set; }
Public Property Method As OCROptionsOCRMethod
Get
Set
Property Value
OCROptionsOCRMethod
Remarks
Thus, you method has to accept an image and return the recognizing result in PDF format.
See Also