File: enable-tesseract

package info (click to toggle)
fuzzyocr 3.6.0-15
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 804 kB
  • sloc: perl: 3,127; sh: 45; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Author: A Mennucc1 <mennucc1@debian.org>
Forwarded: no
Last-Update: 2008-09-28
Description: Enable tesseract support

--- fuzzyocr-3+svn135.orig/FuzzyOcr.scansets	2008-09-28 11:16:06.000000000 +0200
+++ fuzzyocr-3+svn135/FuzzyOcr.scansets	2008-09-28 11:16:13.000000000 +0200
@@ -44,13 +44,13 @@
     args = -l 180 -d 2 -i $input
 }
 
-# An example Scanset how to use tesseract (disabled by default)
-#scanset tesseract {
-#    preprocessors = maketiff
-#    command = $tesseract
-#    args = $input $output 
-#    force_output_in = $output.txt
-#}
+# An example Scanset how to use tesseract
+scanset tesseract {
+    preprocessors = maketiff
+    command = $tesseract
+    args = $input $output 
+    force_output_in = $output.txt
+}
 
 # Another example, this basically does the same as the inverted Ocrad Scanset
 # Only listed here to serve as example, ocrad-invert does this already