Metadata-Version: 2.4
Name: robotframework-parrot-ocrlib
Version: 2.0.0
Summary: OCR library API for the Robotframework test automation ecosystem
Author-email: Zilogic Systems <code@zilogic.com>
License-Expression: Apache-2.0
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: robotframework~=7.3.2
Requires-Dist: pytesseract~=0.3.13
Requires-Dist: easyocr~=1.7.2

# OCR Library

## Installation

This OCR Library uses Tesseract internally. Please install Tesseract from
https://github.com/tesseract-ocr/tesseract or through your Operating Systems
package manager.

To install from package registry use the following command:

```
$ pip install robotframework-parrot-ocrlib
```

To install from git repo use the following command:

```
$ pip install .
```
    
## Example

Example of using the library in Robot Framework is available `example.robot`.
