IOcrConnector
Leave feedback
On this page
public interface IOcrConnector
Defines methods that are required to recognize text on image documents and embedded images.
| Method | Description |
|---|---|
| recognize(OcrContext context) | Performs OCR processing on an image. |
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.