Package | Description |
---|---|
com.aspose.ocr |
Modifier and Type | Method and Description |
---|---|
static INotifier |
Notifier.block(int blockSize)
Creates the notifier that causes an event when a recognized "bloackSize" characters.
|
static INotifier |
Notifier.page()
Creates the notifier that causes an event when a recognized page of a multipage document.
|
static INotifier |
Notifier.symbol()
Creates the notifier that causes an event when a recognized each symbol.
|
static INotifier |
Notifier.word()
Creates the notifier that causes an event when a recognized word.
|
Modifier and Type | Method and Description |
---|---|
void |
OcrEngine.addNotifier(INotifier processor)
Adds notifier.
|