From ce8fa69785c1c8e55726ddaaddab1a431b94df83 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 16 Aug 2015 00:59:57 -0700 Subject: [PATCH] Update readme --- README.rst | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index de3940d4..b4d8cfe1 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,9 @@ Main features - or if requested oversamples the images before OCRing so as to get better results +- When possible, copies input images directly to output without transcoding them, + to preserve image quality +- Keeps file size about the same - If requested deskews and/or cleans the image before performing OCR - Validates input and output files - Provides debug mode to enable easy verification of the OCR results @@ -42,12 +45,23 @@ Linux/UNIX: I found many, but none of them were really satisfying. ... so I decided to develop my own tool (using various existing scripts as an inspiration) -Install -------- +Installation +------------ Download OCRmyPDF here: https://github.com/fritz-hh/OCRmyPDF/releases -You can install it within a virtual environment or system-wide. +You can install it to a Python virtual environment or system-wide. + + +Installation dependencies on Mac OS X Yosemite +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +[text here] + + +Installation on Ubuntu 14.04 LTS +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + To install the HEAD revision from sources in development mode::