public interface IOcrConnector
Defines methods that are required to recognize text on image documents and embedded images.
Modifier and Type | Method and Description |
---|---|
String |
recognize(OcrContext context)
Performs OCR processing on an image.
|
String recognize(OcrContext context)
Performs OCR processing on an image.
context
- The OCR processing context.