LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
robotframework_yet_another_ocr_library.egg-info/PKG-INFO
robotframework_yet_another_ocr_library.egg-info/SOURCES.txt
robotframework_yet_another_ocr_library.egg-info/dependency_links.txt
robotframework_yet_another_ocr_library.egg-info/requires.txt
robotframework_yet_another_ocr_library.egg-info/top_level.txt
src/RobotframeworkYetAnotherOcrLibrary/__init__.py
src/RobotframeworkYetAnotherOcrLibrary/version.py
src/RobotframeworkYetAnotherOcrLibrary/exception/__init__.py
src/RobotframeworkYetAnotherOcrLibrary/exception/ocr_error.py
src/RobotframeworkYetAnotherOcrLibrary/keywords/__init__.py
src/RobotframeworkYetAnotherOcrLibrary/keywords/detection.py
src/RobotframeworkYetAnotherOcrLibrary/keywords/visualizer.py
src/RobotframeworkYetAnotherOcrLibrary/model/__init__.py
src/RobotframeworkYetAnotherOcrLibrary/model/object_detection.py
src/RobotframeworkYetAnotherOcrLibrary/opencv/__init__.py
src/RobotframeworkYetAnotherOcrLibrary/opencv/algorithm.py
src/RobotframeworkYetAnotherOcrLibrary/opencv/template_matching.py
src/RobotframeworkYetAnotherOcrLibrary/robotframework/__init__.py
src/RobotframeworkYetAnotherOcrLibrary/robotframework/robotlog.py
src/RobotframeworkYetAnotherOcrLibrary/util/__init__.py
src/RobotframeworkYetAnotherOcrLibrary/util/data_type.py