Click or drag to resize

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.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public OCROptionsOCRMethod Method { get; set; }

Property Value

OCROptionsOCRMethod
Remarks
Thus, you method has to accept an image and return the recognizing result in PDF format.
See Also