add installation to README
Yi Ge me@yige.ch
Tue, 30 Apr 2019 03:00:17 +0200
1 files changed,
7 insertions(+),
0 deletions(-)
jump to
M
README.md
→
README.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