Skip to content

mengli11235/handwriting_recognition

Repository files navigation

Handwriting recognition

Project for course handwriting recognition

Running instruction

  1. Copy the images to Input folder

  2. (Optional) Modify path and suffix in Preprocess/preprocess.py (if the suffix of images is not pgm)

  3. Run the command below using Python 3; if you see 'Successfully process image xxx', which means the command is successful

    python3 Preprocess/preprocess.py
    
  4. Run the command below using Python 3; if you see 'Recognition done for image xxx', which means the recognition is successful

    python3 CharacterRecognition/run_recognition.py
    
  5. Check the output text files in current folder

About

project for course handwriting recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages