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: 2 months ago
JSON representation
Using Tesseract OCR with WebdriverIO and Appium Native App tests
- Host: GitHub
- URL: https://github.com/wswebcreation/wdio-ocr-service
- Owner: wswebcreation
- License: mit
- Created: 2021-03-28T06:45:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T16:39:02.000Z (over 3 years ago)
- Last Synced: 2025-03-17T09:55:01.827Z (2 months ago)
- Language: TypeScript
- Size: 2.82 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
Awesome Lists containing this project
- awesome-webdriverio - OCR service for Appium Native Apps - Run Tesseract OCR for Appium Native App tests. (Plugins / Services)
README
# OCR Services
A WebdriverIO service that is using Tesseract OCR for Appium Native App tests.[](https://gitter.im/wswebcreation/wdio-ocr-service "Gitter chat")

[](https://codecov.io/gh/wswebcreation/wdio-image-comparison-service)[](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