public interface IOcrConnector
Defines methods that are required to apply textual redactions to image documents and embedded images.
Learn more
Modifier and Type | Method and Description |
---|---|
RecognizedImage |
recognize(InputStream imageStream)
Does the OCR processing of an image, provided as a stream.
|
RecognizedImage recognize(InputStream imageStream)
Does the OCR processing of an image, provided as a stream.
imageStream
- Stream, containing an image to process