2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 12:05:02 +01:00

update ludwig

This commit is contained in:
kev
2019-12-09 08:33:02 +08:00
parent 190d285681
commit 5195b160d1
4 changed files with 7 additions and 18 deletions

View File

@@ -20,8 +20,7 @@ $ tesseract input.png output -l eng --psm 3
$ cat output.txt
The (quick) [brown] {fox} jumps!
$ tesseract chinese.jpg chinese -l chi_tra --psm 8 --oem 0
$ cat chinese.txt
$ tesseract chinese.jpg stdout -l chi_tra --psm 8 --oem 0
學習
```