2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 11:07:25 +01:00
This commit is contained in:
kev
2016-01-30 00:36:47 +08:00
parent 03bd77a4fd
commit 5a3b775086
2 changed files with 29 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ tesseract
![](https://badge.imagelayers.io/vimagick/tesseract:latest.svg)
`Tesseract` is an Open Source OCR engine, available under the Apache 2.0
[Tesseract][1] 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.
@@ -18,3 +18,5 @@ $ alias tesseract='docker run --rm -v `pwd`:/work -w /work vimagick/tesseract'
$ tesseract myscan.png out
$ cat out.txt
```
[1]: https://github.com/tesseract-ocr/tesseract