Index: fuzzyocr-3+svn135/FuzzyOcr.scansets
===================================================================
--- 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
