README: Add white pages skip feature

This commit is contained in:
Raman Gupta 2018-11-01 12:26:55 -04:00
parent 038b853315
commit d1922081ec

View File

@ -14,7 +14,8 @@ Tested and run regularly on Fedora, but should work on other distributions with
* Creates searchable PDFs (with tesseract) * Creates searchable PDFs (with tesseract)
* Duplex (if scanner supports it) * Duplex (if scanner supports it)
* Specify resolution * Specify resolution
* Truncate n pages from end of scan e.g. duplex scanning with last page truncated * Truncate n pages explicitly from end of scan e.g. duplex scanning with last page truncated
* 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