Is number recognition on iPhone possible in real-time?

前端 未结 5 552
一生所求
一生所求 2021-02-02 03:01

I need to recognise numbers from the camera image on iPhone, in real-time. I know there will be no more than 5 digits on the image.

Is this problem realistic to solve gi

5条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-02 03:35

    YES it is possible using the tesseract engine

    Here is the sample code if you like to check...

    https://github.com/nolanbrown/Tesseract-iPhone-Demo

提交回复
热议问题