mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -14,11 +14,11 @@ RUN apt-get update \
|
||||
libtool \
|
||||
&& git clone https://github.com/tesseract-ocr/tesseract.git \
|
||||
&& git clone https://github.com/tesseract-ocr/tessdata.git \
|
||||
&& mv -v tessdata/*.traineddata tesseract/tessdata/ \
|
||||
&& mv -v tessdata/* tesseract/tessdata/ \
|
||||
&& cd tesseract \
|
||||
&& ./autogen.sh \
|
||||
&& ./configure \
|
||||
&& make install \
|
||||
&& make install install-langs \
|
||||
&& cd .. \
|
||||
&& rm -rf tesseract tessdata /var/cache/apk/* \
|
||||
&& apt-get purge --auto-remove -y autoconf \
|
||||
|
||||
20
tesseract/README.md
Normal file
20
tesseract/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
tesseract
|
||||
=========
|
||||
|
||||

|
||||
|
||||
`Tesseract` is an Open Source OCR engine, available under the Apache 2.0
|
||||
license. It can be used directly, or (for programmers) using an API. It
|
||||
supports a wide variety of languages.
|
||||
|
||||
Tesseract doesn't have a built-in GUI, but there are several available from the
|
||||
3rdParty page.
|
||||
|
||||
Quick Start
|
||||
-----------
|
||||
|
||||
```
|
||||
$ alias tesseract='docker run --rm -v `pwd`:/work -w /work vimagick/tesseract'
|
||||
$ tesseract myscan.png out
|
||||
$ cat out.txt
|
||||
```
|
||||
@@ -1,7 +1,7 @@
|
||||
tinc
|
||||
====
|
||||
|
||||
[](https://imagelayers.io/?images=vimagick/tinc:latest)
|
||||

|
||||
|
||||
[`tinc`][1] is a Virtual Private Network (VPN) daemon that uses tunnelling and
|
||||
encryption to create a secure private network between hosts on the Internet.
|
||||
|
||||
Reference in New Issue
Block a user