From 95da09ab7e7348f2b099d223da64ada0bde104eb Mon Sep 17 00:00:00 2001 From: Yi Ge Date: Tue, 30 Apr 2019 03:00:17 +0200 Subject: [PATCH] add installation to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6422f76..1bc1f25 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,13 @@ Laughs Thanks. 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