From 3b2c804f23a52f6ac00258210b97bd4683d3e93a Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Fri, 26 Apr 2013 17:15:55 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9b7eec49..abd75938 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Features Motivation ---------- -I searched the web for a free tool to OCR PDF files on linux/unix: -I found many, but none of them was satisfying. -- Either they produced PDF files with misplaced text below the image (making copy/paste impossible) +I searched the web for a free command line tool to OCR PDF files on linux/unix: +I found many, but none of them were really satisfying. +- Either they produced PDF files with misplaced text under the image (making copy/paste impossible) - Or they changed the resolution of the embedded images -- Or they generated PDF file having a rediculous big size +- Or they generated PDF file having a ridiculous big size - Or they crashed when trying to OCR some of my PDF files - Or they did not produce valid PDF files (even though they were readable with my current PDF reader) -On top of that none of them produced PDF/A files (format dedicated for long time storage / archiving) +- On top of that none of them produced PDF/A files (format dedicated for long time storage / archiving) ... so I decided to develop my own tool (using various existing scripts as an inspiration)