Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 615 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 615 Bytes

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