Getting text from image on ios (image processing)

前端 未结 1 468
深忆病人
深忆病人 2020-11-30 20:44

I am thinking of making an application that requires extracting TEXT from an image. I haven\'t done any thing similar and I don\'t want to implement the whole stuff on my ow

相关标签:
1条回答
  • 2020-11-30 21:14

    One of the main open source libraries used to do OCR on iOS is a google-sponsored open source project called tesseract.

    Here is some info on compiling tesseract for use in iOS apps:

    tesseract

    The same guy has a nice sample project on github demonstrating how a simple client might use the compiled library:

    Pocket-OCR

    0 讨论(0)
提交回复
热议问题