API Reference
Class
TesseractOcrSession
Reusable, fully resolved Tesseract OCR session for raster images from any document format.
Inheritance
- Object
- TesseractOcrSession
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
public Task<OcrResult> RecognizeAsync(Byte[] image, String mediaType, String sourceName = null, CancellationToken cancellationToken = null) #Returns:
Task<OcrResult>Recognizes one supported raster payload.
Parameters
- image System.Byte[]
- mediaType System.String
- sourceName System.String = null
- cancellationToken System.Threading.CancellationToken = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object