Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想识别韩国车牌。因此,我尝试使用 Google Cloud ML 预测韩国车牌。但是,无法预料。Google Cloud ML 无法识别韩语部分。如何训练识别韩语部分?最终目标是使用 OCR 保存韩国车牌。
我自己找到了答案。
{ "requests": [ { "features": [ { "type": "DOCUMENT_TEXT_DETECTION" } ], "image": { "source": { "imageUri": "http://t1.daumcdn.net/liveboard/mrpic/fac5cab6a8bb4ea2b3447cc01bd8b097.JPG" } }, "imageContext": { "languageHints": [ "ko" ] } } ] }