Skip to content

Print text from an image using ImageMagick and Tesseract

Notifications You must be signed in to change notification settings

Benzhaomin/OhSeaAarrr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OhSeeAarrr

Print text from an image using ImageMagick and Tesseract.

The image is:

  • converted to black and white with ImageMagick
  • read using OCR (tesseract)

Requirements

  • python3
  • imagemagick
  • tesseract

Arch Linux

pacman -Syu tesseract tesseract-data-eng

Debian

apt-get install tesseract-ocr tesseract-ocr-eng

Installation

With a venv:

virtualenv3 .
source bin/activate

Then

make

About

Print text from an image using ImageMagick and Tesseract

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published