Skip to content

ravinduu/morse-code-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse Code Translator

Overview

Morse code is a method encode characters in a text as sequences of two different signal durations, called dots and dashes. Morse code was invented by Samuel F. B. Morse in the 1830s then advanced in the 1840s. This is a simple script which can easily convert images of morse code into plain text.

Getting Started

Prerequisites

Install Python3 opencv V3.0+ NumPy V1.0+

Installation

Usage

First clone this project

git clone https://github.com/ravdsn/morse-code-translator.git
cd morse-code-translator 

Then, run morseCodeTranslator.py

python3 morseCodeTranslator.py 

Screenshots

1. Input image

2. Crop paper part that contain morse codes

3. Output

⚠️ Warning

Gives some error with opencv V4.0+