s****1 发帖数: 425 | 1 我想写一个手机软件,就是扫描一些文字和数字,然后给数据库里面的比较
,进行转换,输出结果。就像人民币和美元兑换一样。
由于从来没做过,也不是科班出身,不知道如何入手呢?大家可以指点下吗,比如相关
的资料,技术啥的,谢谢了 |
d****n 发帖数: 1637 | 2 你这样问问题太模糊了,要具体点。
我不懂手机app,
初步的想法很简单,
1. sort all the words in your selected text by occurrences.
2. search against your database with some relational fields.
3. summarizing the result at your backend(server or sql server), send it
back to client(if this can be done in less than 10~15 seconds, due to the
keep-alive nature of most browsers.)
【在 s****1 的大作中提到】 : 我想写一个手机软件,就是扫描一些文字和数字,然后给数据库里面的比较 : ,进行转换,输出结果。就像人民币和美元兑换一样。 : 由于从来没做过,也不是科班出身,不知道如何入手呢?大家可以指点下吗,比如相关 : 的资料,技术啥的,谢谢了
|
W***o 发帖数: 6519 | 3 the very first step is to convert the scanned image to text, which IMHO is
not very straightforward for new beginners
【在 d****n 的大作中提到】 : 你这样问问题太模糊了,要具体点。 : 我不懂手机app, : 初步的想法很简单, : 1. sort all the words in your selected text by occurrences. : 2. search against your database with some relational fields. : 3. summarizing the result at your backend(server or sql server), send it : back to client(if this can be done in less than 10~15 seconds, due to the : keep-alive nature of most browsers.)
|
d****n 发帖数: 1637 | 4 that's right.
【在 W***o 的大作中提到】 : the very first step is to convert the scanned image to text, which IMHO is : not very straightforward for new beginners
|
ET 发帖数: 10701 | 5 OCR or you can try evernote if it has some APIs.
iOS or android?
【在 s****1 的大作中提到】 : 我想写一个手机软件,就是扫描一些文字和数字,然后给数据库里面的比较 : ,进行转换,输出结果。就像人民币和美元兑换一样。 : 由于从来没做过,也不是科班出身,不知道如何入手呢?大家可以指点下吗,比如相关 : 的资料,技术啥的,谢谢了
|
s****1 发帖数: 425 | 6
ios还是android倒没关系,先搞一个出来
【在 ET 的大作中提到】 : OCR or you can try evernote if it has some APIs. : iOS or android?
|