mirror of
https://github.com/rocketraman/sane-scan-pdf.git
synced 2025-05-19 09:00:42 -07:00
Update README again re sem dependency
This commit is contained in:
parent
9143a41236
commit
a2414b66fe
@ -18,6 +18,7 @@ Tested and run regularly on Fedora, but should work on other distributions with
|
|||||||
* Skip white-only pages automatically (with ImageMagick)
|
* Skip white-only pages automatically (with ImageMagick)
|
||||||
* Specify page width and height for odd size pages, or common sizes (Letter, Legal, A4)
|
* Specify page width and height for odd size pages, or common sizes (Letter, Legal, A4)
|
||||||
* Performance: scanner run in parallel with page post-processing
|
* Performance: scanner run in parallel with page post-processing
|
||||||
|
* Limit parallel processing for very fast scanners or constrained environments (if sem installed)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@ -32,7 +33,7 @@ Tested and run regularly on Fedora, but should work on other distributions with
|
|||||||
* unpaper (for software deskew)
|
* unpaper (for software deskew)
|
||||||
* flock (usually provided by util-linux) (for properly ordered verbose logs)
|
* flock (usually provided by util-linux) (for properly ordered verbose logs)
|
||||||
* tesseract (to make searchable PDFs)
|
* 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
|
## Getting Started
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user