OCROptionsOCRMethod Delegate |
Delegate to perform OCR (any 3rd party).
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic 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 must save the OCR result as PDF.
See Also