all repos — videocr @ 95da09ab7e7348f2b099d223da64ada0bde104eb

Extract hardcoded subtitles from videos using machine learning

add installation to README
Yi Ge me@yige.ch
Tue, 30 Apr 2019 03:00:17 +0200
commit

95da09ab7e7348f2b099d223da64ada0bde104eb

parent

e4b07ebbbd084a84ac7179ef040b00f9d900a3a5

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -54,6 +54,13 @@ ## Performance

The OCR process runs in parallel and is CPU intensive. It takes 3 minutes on my dual-core laptop to extract a 20 seconds video. You may want more cores for longer videos. +## Installation + +1. Install [Tesseract](https://github.com/tesseract-ocr/tesseract/wiki) and make sure it is in your `$PATH` + +2. `$ pip install videocr` + + ## API ```python