如何识别我iPhone屏幕上的字符?

时间:2022-03-14 09:01:20

I Write Code for Gesture Recognition. In that Code i used touchsBegan ,touchesMoved, touchesEnd Methods. It shows the Shape what i draw on my iPhone Screen.
Now my Task is I want to Recognize the Character Which is Drawn on the screen.

我为手势识别写代码。在这段代码中,我使用了touchesbegan,touchesMoved, touchesEnd方法。它显示了我在iPhone屏幕上画的形状。现在我的任务是识别在屏幕上绘制的字符。

for example if i Draw "A". after some particular timeout my Alertview will be able to Display that Character.
is there any APIs available for Character Recognition?

例如,如果我画A。在某个特定的超时之后,我的Alertview将能够显示该字符。有可用的字符识别api吗?

1 个解决方案

#1


4  

No, there's no Cocoa Touch API to detect characters that has been drawed on the screen. You'll have t find a 3rd party library that does it or implement your own.

不,没有Cocoa Touch API来检测屏幕上绘制的字符。您将无法找到一个第三方库来实现它或实现您自己的库。

#1


4  

No, there's no Cocoa Touch API to detect characters that has been drawed on the screen. You'll have t find a 3rd party library that does it or implement your own.

不,没有Cocoa Touch API来检测屏幕上绘制的字符。您将无法找到一个第三方库来实现它或实现您自己的库。