Skip to content

Uses EasyOCR to detect lists of words in images.

License

Notifications You must be signed in to change notification settings

Surfndez/extract_lists_ocr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extract_lists_ocr

Uses EasyOCR to detect lists of words in images.

Usage:

  1. Prep: mkdir -p images && mkdir -p models
  2. Build Docker image: docker build -t extract_lists_ocr_latest .
  3. Place OCR images into ./images
  4. Run: docker run --rm -it -v ./images:/images -v ./models:/models extract_lists_ocr_latest:latest
  5. Results are saved as text files in ./images

Project abandoned as the results turned out to be totally inaccurate for my use case (handwritten lists).

About

Uses EasyOCR to detect lists of words in images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.7%
  • Dockerfile 17.3%