Click or drag to resize

OCROptionsOCRMethod Delegate

Delegate to perform OCR (any 3rd party).

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
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 must save the OCR result as PDF.
See Also