# Morse OCR

If a picture is morse code, we can read it and translate to human readable strings.

### Morse OCR <a href="#morse-ocr_1" id="morse-ocr_1"></a>

[morse-ocr](https://github.com/eauxfolles/morse-ocr) is an useful Python script to read and translate morse code from picture.

```
python3 mocr.py example.png
```

### References <a href="#references" id="references"></a>

* [Wikimedia](https://commons.wikimedia.org/wiki/File:International_Morse_Code.PNG)
