| Package | Description |
|---|---|
| com.aspose.ocr |
| Modifier and Type | Method and Description |
|---|---|
static INotifier |
NotifierFactory.blockNotifier()
Creates the notifier that causes an event when detected text block is recognized.
|
static INotifier |
NotifierFactory.lineNotifier()
Creates the notifier that causes an event when a text line is recognized.
|
static INotifier |
NotifierFactory.pageNotifier()
Creates the notifier that causes an event when a page of a multipage document is recognized.
|
static INotifier |
NotifierFactory.symbolNotifier()
Creates the notifier that causes an event on each recognized symbol.
|
static INotifier |
NotifierFactory.wordNotifier()
Creates the notifier that causes an event when a word is recognized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OcrEngine.addNotifier(INotifier processor)
Adds notifier.
|