OcrInput
Contents
[
Hide
]OcrInput class
Module: models
Main class to collect images.
Constructors
| Name | Description |
|---|---|
| init | Constructor to create container and set the type of images / documents and filters for further processing / recognition. |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| add | No | Add the path or URI containing the image for recognition / processing. The type of the image must correspond to the type specified in the constructor. | |
| add_base64 | No | Add the base64 string containing the image for recognition / processing. The type of the image must correspond to the type specified in the constructor. | |
| addStream | No | Add the InputStream containing the image for recognition / processing. The type of the image must correspond to the type specified in the constructor. | |
| clear | No | Set the amount of items for processing / recognition as 0. Clear the collection. | |
| clear_filters | No | Remove all filters. | |
| get | ImageData | No | Returns information about processed / recognized image. |
| getJavaClass | No | ||
| init | No | ||
| size | No | Amount of items for processing / recognition. |