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.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public delegate byte[] OCRMethod(
byte[] Image
)
Public Delegate Function OCRMethod (
Image As Byte()
) As Byte()
Parameters
- Image Byte
- An input image
Return Value
ByteThe result of OCR as PDF document. Note, your OCR library (for example Nicomsoft) must save the OCR result as PDF.
See Also