A WebdriverIO service that is using Tesseract OCR for Desktop/Mobile Web and Mobile Native App tests.
npm install @wdio/ocr-service> A WebdriverIO service for using OCR to interact with elements on a page.
The easiest way is to keep @wdio/ocr-service as a dev-dependency in your package.json, via:
``sh``
npm install @wdio/ocr-service --save-dev
Instructions on how to get started can be found in the visual testing docs on the WebdriverIO project page.