From 37956ea4efd3e14062b460100503739ec1515c7a Mon Sep 17 00:00:00 2001 From: Anshul Maheshwari Date: Sun, 4 Jun 2017 18:15:48 +0530 Subject: [PATCH] Adding info for ocr --- docs/OCR.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/OCR.txt b/docs/OCR.txt index e0bf2d0f..eec4e3f1 100644 --- a/docs/OCR.txt +++ b/docs/OCR.txt @@ -11,6 +11,10 @@ Dependency Tesseract (OCR library by Google) Leptonica (Image processing library) +Ubuntu install Dependency using package manager +=============================================== +sudo apt-get install libleptonica-dev libtesseract-dev tesseract-ocr-eng + How to compile CCExtractor on Linux with OCR =============================================