tleyden / open-ocr

Run your own OCR-as-a-Service using Tesseract and Docker
Apache License 2.0
1.33k stars 223 forks source link

选择 语言 #124

Open PCMD-T opened 5 years ago

PCMD-T commented 5 years ago

没有找到,选择语言的 例子,以及不同语言的代号

ghost commented 5 years ago

curl -X POST -H "Content-Type: application/json" -d '{"img_url":"http://192.168.81.133:81/img/timg.jpg","engine":"tesseract","inplace_decode":true,"engine_args":{"lang":"chi_sim"}}' http://192.168.81.133:9292/ocr

iceMilkAndSugar commented 4 years ago

老哥有没有api哇 项目里的好像不行?