An open API service indexing awesome lists of open source software.

https://github.com/glls/typhon

Typhon - Interactive video to text converter
https://github.com/glls/typhon

ocr opencv python text-converter video

Last synced: 2 months ago
JSON representation

Typhon - Interactive video to text converter

Awesome Lists containing this project

README

          

# typhon
Typhon (/ˈtaɪfɒn, -fən/; Greek: Τυφῶν, Tuphōn [typʰɔ̂ːn] was the most fearsome monster of Greek mythology. The last son of Gaia, fathered by Tartarus, Typhon was, with his mate Echidna, the father of many famous monsters.

Also, an interactive video to text converter written in python.

![Typhon](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Zeus_Typhon_Staatliche_Antikensammlungen_596.jpg/640px-Zeus_Typhon_Staatliche_Antikensammlungen_596.jpg)

## requirements
```
python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
```

Install the `tesseract` binary for your OS

## usage
```
python typhon.py filename
```

## features
* view video and convert to text
* pause mode
* keyboard frame navigation
* OSD

## thanks to
* [OpenCV](http://opencv.org/)
* [Tesseract Open Source OCR Engine](https://github.com/tesseract-ocr/tesseract)
* [pytesseract](https://pypi.org/project/pytesseract/)