add
OcrInput.add
add(self, str fullPath, int startPage, int pagesNumber)
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.
| Parameter | Type | Description |
|---|---|---|
fullPath | str | Path to the image/ document / folder / archive. |
startPage | int | The first page/image for processing / recognition. Use for documents, zip, folders. |
pagesNumber | int | The total amount of pages/images for processing / recognition. Use for documents, zip, folders. Default = all. |