开发者

iOs recognizing letters, neural network, ocr, etc

开发者 https://www.devze.com 2023-03-10 13:47 出处:网络
I want to recognize uppercase letters using objective-c. I have an implementation now that uses tesseract OCR but it\'s just not accurate enough. The sample size is incredibly small. Only letters A-Z

I want to recognize uppercase letters using objective-c.

I have an implementation now that uses tesseract OCR but it's just not accurate enough. The sample size is incredibly small. Only letters A-Z all the same font and all uppercase so there has to be an easier solution.

I'm going to send this to you guys becuase I'm definetly a beginner开发者_StackOverflow at iOS. Does anyone know of a way that I can solve this conundrum


Tesseract is probably your best shot. The default OCR isn't great, but you can train it to work better. We did a project (skip to 3:25) where we trained Tesseract to read credit card numbers from iPhone images of credit cards.

0

精彩评论

暂无评论...
验证码 换一张
取 消