简体   繁体   English

在哪里可以获取OCR(光学字符识别)的服务器端api?

[英]Where can I get server side api for OCR ( Optical character Recognition)?

Sorry if this question is silly or vague but I have been given the task to get ocr implemented at server side during my internship. 抱歉,这个问题是愚蠢的还是模糊的,但是在实习期间,我已获得在服务器端实现ocr的任务。 Where can I get the suitable api to integrate it with my company's site. 在哪里可以找到合适的api来将其与公司网站集成。 I have tried using the microsoft vision api but wonder how to get it to server! 我曾尝试使用Microsoft Vision API,但不知道如何将其发送到服务器! I am a newbie in IT field. 我是IT领域的新手。 So please help me out with your valauable suggestions. 因此,请帮我解决您的宝贵建议。 Thanks! 谢谢!

See http://ocrsdk.com its probably the best OCR there is at the moment. 请访问http://ocrsdk.com,它可能是目前最好的OCR。 Its not perfect and it's quite expensive. 它并不完美,而且非常昂贵。

Otherwise there is https://github.com/tesseract-ocr/tesseract but it is ancient, written in C++, sucks and leaks memory. 否则会有https://github.com/tesseract-ocr/tesseract,但它是古老的,用C ++编写,会吸收和泄漏内存。

There are many OCR SDKs that you can use in server side applications as well as cloud solutions. 您可以在服务器端应用程序和云解决方案中使用许多OCR SDK。

OCR SDKs: OCR SDK:

Cloud Solutions: 云解决方案:

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

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