简体   繁体   English

如何执行:上载图像>识别文本>使图像可搜索>存储到数据库中?

[英]How to perform: Upload Image > Recognize Text > Make Image Searchable > Store into DB?

I need to know how to perform the procedure, you already have read in the title. 我需要知道如何执行该过程,您已经阅读了标题。

You'll upload an image (eg a piece of text, an article) and on server-side the text will be recognized via OCR and stored into a database. 您将上传图像(例如,一段文本,一篇文章),并且在服务器端,这些文本将通过OCR进行识别并存储到数据库中。

Which would be the best programming language for it? 哪一种是最适合的编程语言? It should be a browser application. 它应该是浏览器应用程序。 I found the ocropus project, but how can I combine it to common web scripting languages like PHP? 我找到了ocropus项目,但是如何将其与常见的Web脚本语言(如PHP)结合起来? Is it possible at all? 有可能吗? Didn't have worked with Python yet. 尚未使用Python。

Or a totally different approach..? 还是完全不同的方法..? Java Enterprise? Java Enterprise?

Let's rock that, 让我们摇滚吧,

Chris 克里斯

maybe you can use this php library i use for recognize text from images and store the text readed into database 也许您可以使用这个php库,我用它来识别图像中的文本并将读取的文本存储到数据库中

http://www.phpclasses.org/browse/package/2874/download/targz.html http://www.phpclasses.org/browse/package/2874/download/targz.html

download the rar package and run example.php and then example1.php to see how it works 下载rar软件包并运行example.php,然后运行example1.php以查看其工作原理

here you have an image upload example: http://www.reconn.us/content/view/30/51/ 这里有一个图片上传示例: http : //www.reconn.us/content/view/30/51/

hope this helps 希望这可以帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM