IMPORTANT:
Before cloning this repo and running the app, please make sure to have Tesseract OCR engine 4.0 or higher installed on your machine.
Interactive application developed using R/Shiny designed to extract text from images for further analytics using OCR technology. With a user-friendly UI/UX, it can on both desktop, and mobile devices.
Please see below for screenshot of app web version.
Screenshot below show app mobile version.
The following packages are required:
install.packages("magick")
install.packages("tesseract")