Android图片文字识别

399 阅读1分钟

方案1

developers.google.com/ml-kit/visi…

使用mlkit,识别车架号、工单号等信息,只需要使用拉丁语,识别数字与字母即可。

方案二

tesseract-ocr.github.io/

github.com/tesseract-o…

Tesseract是使用C++实现的,在Android上使用有一丢丢的麻烦,tess-two就是我们非常喜欢的东西了,它封装了Java API,可以在Android平台上直接调用,是不是开心到飞呢。

tess-two的github地址:

github.com/rmtheis/tes…

github.com/adaptech-cz…

训练好的模型:

github.com/tesseract-o…

github.com/tesseract-o…