Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wswebcreation/wdio-ocr-service

Using Tesseract OCR with WebdriverIO and Appium Native App tests
https://github.com/wswebcreation/wdio-ocr-service

Last synced: 3 months ago
JSON representation

Using Tesseract OCR with WebdriverIO and Appium Native App tests

Awesome Lists containing this project

README

        

# OCR Services
A WebdriverIO service that is using Tesseract OCR for Appium Native App tests.

[![Gitter chat](https://badges.gitter.im/wswebcreation/wdio-ocr-service.png)](https://gitter.im/wswebcreation/wdio-ocr-service "Gitter chat")
![wdio-ocr-service workflow](https://github.com/wswebcreation/wdio-ocr-service/actions/workflows/wdio-ocr-service.yml/badge.svg)
[![codecov](https://codecov.io/gh/wswebcreation/wdio-image-comparison-service/branch/master/graph/badge.svg?token=6zGW0ccdqR)](https://codecov.io/gh/wswebcreation/wdio-image-comparison-service)

[![NPM](https://nodei.co/npm/wdio-ocr-service.png)](https://nodei.co/npm/wdio-ocr-service/)

## Documentation
To check out the documentation visit
[https://wswebcreation.github.io/wdio-ocr-service/](https://wswebcreation.github.io/wdio-ocr-service/)

## Contributing
You like WebdriverIO and want to help making it better? Awesome! Check out our
[Contributor Documentation](./CONTRIBUTING.MD) to get started with setting up the repo.

## TODO:
- [x] Create Unit tests
- [x] provide language as an option, now English is the default
- [ ] create contribution docs
- [ ] provide offset options when we interact with an element
- [x] provide the option to OCR in *restricted* areas
- [x] Build GitHub pages with a sample and instructions