/morse-ocr

Tool to read and translate morse code from picture.

Primary LanguagePythonMIT LicenseMIT

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