Commit 11eab5e1f8d3fe0ce5b341f9bc46474a5450d925
1 parent
7b0f302f
Exists in
master
Correção de comentário mencionado o Ghostscript
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
usr/local/bin/ocr
... | ... | @@ -103,7 +103,7 @@ my $PDFSIG = 'pdfsig'; |
103 | 103 | # Depends on cpdf 2.1 or higher |
104 | 104 | my $CPDF = 'cpdf'; |
105 | 105 | |
106 | -# Depends on Ghostscript 9.18 | |
106 | +# Depends on Ghostscript 9.22 | |
107 | 107 | my $GS = 'gs'; |
108 | 108 | |
109 | 109 | ## Depends on ImageMagick and http://www.fmwconcepts.com/imagemagick/downloadcounter.php?scriptname=textcleaner&dirname=textcleaner | ... | ... |