From d3fb317d4162003c283abe18ba233fae9d7d2f8c Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Mon, 6 May 2013 21:54:41 +0200 Subject: [PATCH] readme updated new feature: Process several pages in parallel if more than one CPU core is available --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b29fabb..e40d3934 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Features - If requested deskew and / or clean the image before performing OCR - Validate the generated file against the PDF/A specification using jhove - Provides debug mode to enable easy verification of the OCR results +- Processes several pages in parallel if more than one CPU core is available Motivation ----------