IOcrConnector
Leave feedback
On this page
public interface IOcrConnector
Defines methods that are required to apply OCR to image documents and embedded images.
| Method | Description |
|---|---|
| recognize(InputStream imageStream) | Does the OCR processing of an image, provided as a stream. |
public abstract RecognizedImage recognize(InputStream imageStream)
Does the OCR processing of an image, provided as a stream.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| imageStream | java.io.InputStream | Stream, containing an image to process |
Returns: RecognizedImage - Structured recognized text, containing lines, words and their bounding rectangles
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.