From a2414b66fe0547fb67b05160bd38715453bd1204 Mon Sep 17 00:00:00 2001 From: Raman Gupta Date: Sun, 5 Apr 2020 16:51:36 -0400 Subject: [PATCH] Update README again re sem dependency --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56bc0ce..474ec19 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Tested and run regularly on Fedora, but should work on other distributions with * Skip white-only pages automatically (with ImageMagick) * Specify page width and height for odd size pages, or common sizes (Letter, Legal, A4) * Performance: scanner run in parallel with page post-processing +* Limit parallel processing for very fast scanners or constrained environments (if sem installed) ## Requirements @@ -32,7 +33,7 @@ Tested and run regularly on Fedora, but should work on other distributions with * unpaper (for software deskew) * flock (usually provided by util-linux) (for properly ordered verbose logs) * tesseract (to make searchable PDFs) -* sem (via gnu-parallels, to constrain CPU usage during page processing for fast scanners) +* sem (via gnu-parallels, to constrain resource usage during page processing) ## Getting Started