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
- Host: GitHub
- URL: https://github.com/glls/typhon
- Owner: glls
- License: mit
- Created: 2016-02-28T21:28:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T07:31:16.000Z (over 2 years ago)
- Last Synced: 2024-03-15T08:38:11.362Z (over 2 years ago)
- Topics: ocr, opencv, python, text-converter, video
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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/)