alberthuynh91 / image-to-text-react-tesseractjs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 67.0%Language:HTML 23.8%Language:CSS 9.3%