Skip to content

nomspls/handWritingToText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

handWritingToText

  • Little app that tries to read your writing

Demo

Install prerequisites

sudo apt install tesseract-ocr
sudo apt install libtesseract-dev

How to use

git clone https://github.com/nomspls/handWritingToText.git
pip install -r requirements.txt
  • For python 3.8+ use:
pip install kivy[base] kivy_examples --pre --extra-index-url https://kivy.org/downloads/simple/ 
  • For python 3.7 and lower use:
pip install kivy
  • Launch:
cd handWritingToText
python WordReader.py   # or python3 WordReader.py

Built with

  • Python 3.7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages