HackerTrans
トップ新着トレンドコメント過去質問紹介求人

alaanor

no profile record

投稿

Building a Korean ambiguity solver fast enough to skip the GPU: 7,300 words/SEC

kimchi-reader.app
16 ポイント·投稿者 alaanor·先月·2 コメント

コメント

alaanor
·5 か月前·議論
There was so many OCR models released in the past few months, all VLM models and yet none of them handle Korean well. Every time I try with a random screenshot (not a A4 document) they just fail at a "simple" task. And funnily enough Qwen3 8B VL is the best model that usually get it right (although I couldn't get the bbox quite well). Even more funny, whatever is running on an iphone locally on cpu is insanely good, same with google's OCR api. I don't know why we don't get more of the traditional OCR stuff. Paddlepaddle v5 is the closest I could find. At this point, I feel like I might be doing something wrong with those VLMs.