Skip to content

Tool to read and translate morse code from picture.

License

Notifications You must be signed in to change notification settings

eauxfolles/morse-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

morse-ocr

Made with Python License: MIT

PoC/Alpha of a tool written in Python (mocr.py) to read morse code from a picture-file (here: "morse.png") and translate it into readable text. Tested under Windows.

Usage: "mocr.py <image>"

Where:

  • <image> is image-file.

Supported image formats (and others, see https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html for details):

  • .bmp
  • .gif
  • .jpeg
  • .png