mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-12 04:23:04 +02:00
fix tesseract
This commit is contained in:
parent
01ea47738e
commit
d54dd11253
@ -100,6 +100,7 @@ A collection of delicious docker recipes.
|
||||
- [x] red5-arm :construction:
|
||||
- [x] rtmp-client-arm :+1:
|
||||
- [x] rtmp-server
|
||||
- [x] tesseract
|
||||
- [x] youtube-dl
|
||||
- [x] youtube-worker :beetle:
|
||||
|
||||
|
@ -10,9 +10,15 @@ RUN set -xe \
|
||||
&& apt-get install -y autoconf \
|
||||
build-essential \
|
||||
git \
|
||||
libcairo2 \
|
||||
libcairo2-dev \
|
||||
libgomp1 \
|
||||
libicu52 \
|
||||
libicu-dev \
|
||||
liblept4 \
|
||||
libleptonica-dev \
|
||||
libgomp1 \
|
||||
libpango1.0-0 \
|
||||
libpango1.0-dev \
|
||||
libtool \
|
||||
&& git clone https://github.com/tesseract-ocr/tesseract.git \
|
||||
&& cd tesseract \
|
||||
@ -27,7 +33,10 @@ RUN set -xe \
|
||||
&& apt-get purge --auto-remove -y autoconf \
|
||||
build-essential \
|
||||
git \
|
||||
libcairo2-dev \
|
||||
libicu-dev \
|
||||
libleptonica-dev \
|
||||
libpango1.0-dev \
|
||||
libtool \
|
||||
&& rm -rf tesseract tessdata /var/cache/apk/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user