1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
This commit is contained in:
kev 2015-07-16 22:04:53 +08:00
parent c7ecda613a
commit 75be6a5a04

View File

@ -14,7 +14,7 @@ RUN apt-get update \
libtool \
&& git clone https://github.com/tesseract-ocr/tesseract.git \
&& git clone https://github.com/tesseract-ocr/tessdata.git \
&& mv tessdata/*.traineddata tesseract/tessdata/ \
&& mv -v tessdata/*.traineddata tesseract/tessdata/ \
&& cd tesseract \
&& ./autogen.sh \
&& ./configure \