Zmiany pomiędzy wersją 2 and wersją 3 dla DeployerGuide/Customization/OCRInvoice
- Data i czas:
- 04/05/18 15:07:30 (7 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Customization/OCRInvoice
v2 v3 1 ==Instalacja OCRa dla faktur w systemie eDokumenty 2 3 Poniższa instrukcja przedstawia uruchomienie mechanizmu OCRowania faktur w systemie eDokumenty działających na systemie Linux. 4 5 Poniższa instrukcja została przygotowana na bazie systemu Linux Debian8 6 {{{ 7 apt-get update 8 }}} 9 10 {{{ 1 11 apt-get install autoconf-archive automake g++ libtool libleptonica-dev pkg-config 2 12 apt-get install git 13 apt-get install poppler-utils 14 apt-get install libjpeg-dev libtiff-dev libpng-dev 15 }}} 3 16 4 # pdfimages 5 apt-get install poppler-utils 17 Jeśli pakiety leptonica 1.74+ nie są dostępne w dystrybucji w takim przypadku kompilujemy ze źródeł 6 18 7 apt-get install libjpeg-dev libtiff-dev libpng-dev 8 9 # if version 1.74+ of leptonica is not available in distro then compile from sources 19 {{{ 10 20 mkdir /usr/lib/leptonica 11 21 cd /usr/lib/leptonica … … 17 27 make 18 28 make install 19 29 }}} 30 {{{ 20 31 mkdir /usr/lib/tesseract 21 32 cd /usr/lib/tesseract … … 27 38 make install 28 39 ldconfig 40 }}} 29 41 42 {{{ 30 43 cd /usr/local/share/tessdata/ 31 44 wget https://github.com/tesseract-ocr/tessdata_fast/raw/master/script/Latin.traineddata … … 33 46 wget https://github.com/tesseract-ocr/tessdata_fast/raw/master/eng.traineddata 34 47 wget https://github.com/tesseract-ocr/tessdata_fast/raw/master/osd.traineddata 48 }}} 49 50 51 52 define('USE_NEW_OCR_FOR_EINVOICE', TRUE);