From 61721919cc1a39a790024bf0a32eab03e2e7821f Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Sun, 23 Apr 2023 14:39:24 +0200 Subject: [PATCH] man page: --ignore-pixels pertains to rows, too --- ssocr.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssocr.1.in b/ssocr.1.in index eb24ec2..5c80df2 100644 --- a/ssocr.1.in +++ b/ssocr.1.in @@ -56,7 +56,7 @@ See the web page of for a description of the algorithm. .SS \-i, \-\-ignore\-pixels NUMBER Set the number of foreground pixels that are ignored when deciding if a column -consists only of background or foreground pixels. +or row consists only of background or foreground pixels. Can be used to ignore some noise in the picture. See the web page of .BR ssocr (1)