IOcrConnector
public interface IOcrConnector
Defines methods that are required to recognize text on image documents and embedded images.
Methods
| Method | Description |
|---|---|
| recognize(OcrContext context) | Performs OCR processing on an image. |
recognize(OcrContext context)
public abstract String recognize(OcrContext context)
Performs OCR processing on an image.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| context | OcrContext | The OCR processing context. |
Returns: java.lang.String - The recognized text.