Metadata-Version: 2.1
Name: robotframework-imagelibrary
Version: 0.1.1
Summary: Image Processing Library For Robot Framework
Home-page: https://github.com/Simakvokka/robotframework-imagelibrary/archive/v0.1.1.tar.gz
Author: Prokhorova Maria
Author-email: msklenaj@gmail.com
License: Apache License 2.0
Keywords: robotframework testing testautomation image processing
Platform: Windows
Requires-Python: >=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Description-Content-Type: text/markdown
Requires-Dist: robotframework
Requires-Dist: opencv-python
Requires-Dist: pyautogui
Requires-Dist: numpy
Requires-Dist: pytesseract
Requires-Dist: scikit-image
Requires-Dist: pillow
Requires-Dist: future

**About**

**ImageLibrary** is designed to automate cases involving various types of screen processing with RoboFramework.

*It operates with:*

- OpenCV
- TesseractOCR


**Installation**

pip install robotframework-imagelibrary

**Keywords**

[Keyword documentation](https://simakvokka.github.io/robotframework-imagelibrary/ImageLibrary.html)

*Installation Requirements*
- **[Python](https://www.python.org/downloads/)** **2.7**, **3.5+** 

- **Robot Framework**

- **[TesseractOCR](https://github.com/tesseract-ocr/tesseract)** 

    For number and text recognition. May not be installed if not planned to use. 
    Install the [3.02 version for your OS](https://github.com/tesseract-ocr/tesseract/wiki)


*Usage*

Implement the _ImageLibrary_ into robot test suite file with specifying the _output_ directory to store screenshots.

_Example_

**Library ImageLibrary ${CURDIR}${/}output**

Pass the image.png (with path) as _the template_ argument to the keyword.

_Example_

**Find Template    path\my_image.png**



