Click or drag to resize

OCROptionsOCRMethod Delegate

Delegate 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 delegate byte[] OCRMethod(
	byte[] Image
)

Parameters

Image  Byte
An input image

Return Value

Byte
The result of OCR as PDF document. Note, your OCR library (for example Nicomsoft) must save the OCR result as PDF.
See Also