Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 416865 | Differences between
and this patch

Collapse All | Expand All

(-)FuzzyOcr.pm (+1 lines)
Lines 261-266 Link Here
261
	if ($imgfiles{$filename}{ftype} == 6) {
261
	if ($imgfiles{$filename}{ftype} == 6) {
262
		unless ($conf->{focr_scan_pdfs}) {
262
		unless ($conf->{focr_scan_pdfs}) {
263
			infolog("Skipping PDF file: PDF Scanning was disabled in config");
263
			infolog("Skipping PDF file: PDF Scanning was disabled in config");
264
			delete $imgfiles{$filename};
264
			next;
265
			next;
265
		}
266
		}
266
	} else {
267
	} else {

Return to bug 416865