From 7fe23df878ad9421a7ae65c1f70988579632a54f Mon Sep 17 00:00:00 2001 From: Nei Jobson Date: Fri, 16 Sep 2016 14:18:13 -0300 Subject: [PATCH] Correção de versão do CPDF, de 3.3 para 2.1. --- INSTALL.txt | 6 +++--- usr/local/bin/ocr | 2 +- workflow.pdf | Bin 309283 -> 0 bytes workflow.vsd | Bin 169472 -> 0 bytes 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 3b6b7fc..0972b6a 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -45,7 +45,7 @@ # - Tesseract-ocr 3.05, com dicionários inglês e português # - Pdftk 2.02 # - Poppler-utils 0.42.0 -# - Cpdf 3.3 +# - Cpdf 2.1 # - ImageMagick 6.7.2-7 # # 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 .. cd tesseract && ./autogen.sh && ./configure && make -j 8 all install && cd .. cp -avR tessdata/* /usr/local/share/tessdata/ -# cpdf, versão 3.3 ou superior +# cpdf, versão 2.1 ou superior cd ocaml && ./configure && make world.opt && make install && cd .. mkdir -p /usr/local/man/man5 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 apt-get install libtiff5 libpng12-0 libopenjpeg2 libjpeg8 libjpeg-turbo8 libjpeg8 zlib1g libpango1.0-0 libcairo2 libfontconfig1 libgettextpo0 # Inicie o serviço com -service ocr start \ No newline at end of file +service ocr start diff --git a/usr/local/bin/ocr b/usr/local/bin/ocr index bc9cd3c..e024841 100644 --- a/usr/local/bin/ocr +++ b/usr/local/bin/ocr @@ -67,7 +67,7 @@ my $PDFFONTS = '/usr/local/bin/pdffonts'; my $PDFIMAGES = '/usr/local/bin/pdfimages'; my $PDFTOPPM = '/usr/local/bin/pdftoppm'; -# Depends on cpdf 3.3 or higher +# Depends on cpdf 2.1 or higher my $CPDF = '/usr/local/bin/cpdf'; # Depends on ImageMagick and http://www.fmwconcepts.com/imagemagick/downloadcounter.php?scriptname=textcleaner&dirname=textcleaner diff --git a/workflow.pdf b/workflow.pdf index 3cae9ab..184c7a2 100644 Binary files a/workflow.pdf and b/workflow.pdf differ diff --git a/workflow.vsd b/workflow.vsd index 43f31a7..b36e28c 100644 Binary files a/workflow.vsd and b/workflow.vsd differ -- libgit2 0.21.2