mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-08-06 05:36:15 +08:00
Updated 4.0 Dockerfile (markdown)
parent
cb76f6666b
commit
5b6fd39f8c
@ -39,6 +39,6 @@ RUN git clone --depth 1 https://github.com/tesseract-ocr/tesseract.git && \
|
||||
RUN curl -LO https://github.com/tesseract-ocr/tessdata/raw/master/eng.traineddata && \
|
||||
mv eng.traineddata /usr/local/share/tessdata/
|
||||
|
||||
RUN curl -LO https://github.com/tesseract-ocr/tessdata/raw/master/fra.traineddata && \
|
||||
mv fra.traineddata /usr/local/share/tessdata/
|
||||
RUN curl -LO https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata && \
|
||||
mv osd.traineddata /usr/local/share/tessdata/
|
||||
```
|
Loading…
Reference in New Issue
Block a user