Commit 7fe23df878ad9421a7ae65c1f70988579632a54f
1 parent
10fa2cee
Exists in
master
Correção de versão do CPDF, de 3.3 para 2.1.
Showing
4 changed files
with
4 additions
and
4 deletions
Show diff stats
INSTALL.txt
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | # - Tesseract-ocr 3.05, com dicionários inglês e português |
46 | 46 | # - Pdftk 2.02 |
47 | 47 | # - Poppler-utils 0.42.0 |
48 | -# - Cpdf 3.3 | |
48 | +# - Cpdf 2.1 | |
49 | 49 | # - ImageMagick 6.7.2-7 |
50 | 50 | # |
51 | 51 | # Na ausência deles na distribuição do sistema operacional, o uso de versões antigas desses componentes podem comprometer o correto funcionamento do sistema |
... | ... | @@ -118,7 +118,7 @@ cd libav && ./configure --enable-sram && make -j8 all install && cd .. |
118 | 118 | cd tesseract && ./autogen.sh && ./configure && make -j 8 all install && cd .. |
119 | 119 | cp -avR tessdata/* /usr/local/share/tessdata/ |
120 | 120 | |
121 | -# cpdf, versão 3.3 ou superior | |
121 | +# cpdf, versão 2.1 ou superior | |
122 | 122 | cd ocaml && ./configure && make world.opt && make install && cd .. |
123 | 123 | mkdir -p /usr/local/man/man5 |
124 | 124 | cd lib-findlib && ./configure && make all && make install && cd .. |
... | ... | @@ -170,4 +170,4 @@ apt-get install libfile-find-rule-perl libfile-find-rule-perl-perl libtiff5 lib |
170 | 170 | apt-get install libtiff5 libpng12-0 libopenjpeg2 libjpeg8 libjpeg-turbo8 libjpeg8 zlib1g libpango1.0-0 libcairo2 libfontconfig1 libgettextpo0 |
171 | 171 | |
172 | 172 | # Inicie o serviço com |
173 | -service ocr start | |
174 | 173 | \ No newline at end of file |
174 | +service ocr start | ... | ... |
usr/local/bin/ocr
... | ... | @@ -67,7 +67,7 @@ my $PDFFONTS = '/usr/local/bin/pdffonts'; |
67 | 67 | my $PDFIMAGES = '/usr/local/bin/pdfimages'; |
68 | 68 | my $PDFTOPPM = '/usr/local/bin/pdftoppm'; |
69 | 69 | |
70 | -# Depends on cpdf 3.3 or higher | |
70 | +# Depends on cpdf 2.1 or higher | |
71 | 71 | my $CPDF = '/usr/local/bin/cpdf'; |
72 | 72 | |
73 | 73 | # Depends on ImageMagick and http://www.fmwconcepts.com/imagemagick/downloadcounter.php?scriptname=textcleaner&dirname=textcleaner | ... | ... |
workflow.pdf
No preview for this file type
workflow.vsd
No preview for this file type