Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 835 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 835 Bytes

{RIOT} - R/Shiny Image OCR Technology

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.

Overview

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.

Preview - Full Window

Please see below for screenshot of app web version.

{RIOT} - Web Version

Preview - Mobile Version

Screenshot below show app mobile version.

{RIOT} - Mobile Version

Configuration

The following packages are required:

install.packages("magick")
install.packages("tesseract")