/[smeserver]/rpms/FuzzyOcr/sme8/FuzzyOcr-3.5.1-scanorder.patch
ViewVC logotype

Contents of /rpms/FuzzyOcr/sme8/FuzzyOcr-3.5.1-scanorder.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 19:47:18 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: FuzzyOcr-3_5_1-2_el5_sme, FuzzyOcr-3_5_1-3_el5_sme, HEAD
Import on branch sme8 of package FuzzyOcr-3.5.1-2.el5.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' FuzzyOcr-3.5.1/FuzzyOcr.scansets mezzanine_patched_FuzzyOcr-3.5.1/FuzzyOcr.scansets
2 --- FuzzyOcr-3.5.1/FuzzyOcr.scansets 2007-01-07 08:40:02.000000000 -0700
3 +++ mezzanine_patched_FuzzyOcr-3.5.1/FuzzyOcr.scansets 2007-01-07 08:39:48.000000000 -0700
4 @@ -6,36 +6,36 @@
5 # that for ham images, all of them will always run.
6
7
8 +# Inverted Ocrad scanset with decolorization
9 +scanset ocrad-decolorize-invert {
10 + preprocessors = ppmtopgm, pamditherbw, pamtopnm
11 + command = $ocrad
12 + args = -s5 -T0.6 -i $input
13 +}
14 +
15 # Standard Ocrad Scanset
16 scanset ocrad {
17 command = $ocrad
18 - args = -s5 $input
19 + args = -s5 -T0.6 $input
20 }
21
22 -# Inverted Ocrad scanset
23 -scanset ocrad-invert {
24 - command = $ocrad
25 - args = -s5 -i $input
26 +# Standard Gocr Scanset
27 +scanset gocr {
28 + command = $gocr
29 + args = -i $input
30 }
31
32 -# Inverted Ocrad scanset with decolorization
33 -scanset ocrad-decolorize-invert {
34 - preprocessors = ppmtopgm, pamditherbw, pamtopnm
35 +# Inverted Ocrad scanset
36 +scanset ocrad-invert {
37 command = $ocrad
38 - args = -s5 -i $input
39 + args = -s5 -T0.6 -i $input
40 }
41
42 # Ocrad scanset with decolorization
43 scanset ocrad-decolorize {
44 preprocessors = ppmtopgm, pamditherbw, pamtopnm
45 command = $ocrad
46 - args = -s5 $input
47 -}
48 -
49 -# Standard Gocr Scanset
50 -scanset gocr {
51 - command = $gocr
52 - args = -i $input
53 + args = -s5 -T0.6 $input
54 }
55
56 # Tweaked Gocr Scanset
57 @@ -59,4 +59,4 @@
58 # preprocessors = normalize, invert, normalize
59 # command = $gocr
60 # args = -i $input
61 -#}
62 \ No newline at end of file
63 +#}

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed