/image-to-text-react-tesseractjs

A simple app that uses React and Tesseract to parse text from an image

Primary LanguageJavaScript

Image To Text React TesseractJS

A simple app built with React and TesseractJS to parse text from an image

Project is deployed here using Netlify

Setup

To run project locally

  1. Clone this project: git clone https://github.com/alberthuynh91/image-to-text-react-tesseractjs.git
  2. Change Directory into newly cloned repo: cd image-to-text-react-tesseractjs
  3. Install dependencies: npm install
  4. Run node on index.js: npm start