From 8e6e27a7b37bd03d38859510b36a86c9a0d5ba03 Mon Sep 17 00:00:00 2001 From: Raman Gupta Date: Tue, 3 Nov 2020 10:08:03 -0500 Subject: [PATCH] README: add optional bc dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fde9e55..6d52b78 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Installation](https://github.com/rocketraman/sane-scan-pdf/wiki/Dependencies-Ins * flock (usually provided by util-linux) (for properly ordered verbose logs) * tesseract (to make searchable PDFs) * sem (via gnu-parallels, to constrain resource usage during page processing) +* bc (for whitepage detection percentage calculations) ## Getting Started