内容简介:According toTesting cloud services offering Optical Character Recognition was the topic of a hackathon I attended a few weeks back, at the company I currently work in. It gave me the chance to test theOCR represents the ability of a system to detect typed,
Or when AWS mistook The Witcher for a Serbian footballer.
Mar 18 ·7min read
According to Forbes , 83% of enterprise workloads will be in The Cloud by 2020, including 41% on public platforms such as AWS, Google Cloud Platform or Microsoft Azure. During one of my recent project as a data scientist, I had to start getting used to cloud computing, storage and deployment. Another good step in this direction might be to start experimenting with cloud services such as image recognition, character recognition and speech recognition, if not only to know the performance they offer.
Testing OCR services during a Hackathon
Testing cloud services offering Optical Character Recognition was the topic of a hackathon I attended a few weeks back, at the company I currently work in. It gave me the chance to test the Artificial Intelligence Services of AWS , focusing primarily on OCR ( Textract, Rekognition ), but also fun services such as celebrity recognition ( Rekognition ). Indeed, AWS Rekognition is supposed to be quite a complete service that can detect objects, recognize faces and detect text. The reality is slightly different.
A tiny reminder about OCR
OCR represents the ability of a system to detect typed, handwritten or printed text into machine-encoded text, whether it is from a scanned document, a photo of a document, a sign or other type of text displayed in a photo. It is currently a hot topic as many “old” institutions such as governmental institutions, banks or insurances aim at digitizing all documents, such as printed contracts that might include both printed and hand-written characters. In general, OCR can be separated in two groups:
- HCR : Hand Written Character Recognition
- PCR : Printed Character Recognition
HCR tends to be a lot more challenging than PCR for an obvious reason: most people have a horribly confusing handwriting. The difference is also noticeable in the results we experienced.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
iOS编程实战
[美] Rob Napier、[美] Mugunth Kumar / 美团移动 / 人民邮电出版社 / 2014-9 / 79.00元
本书深入介绍iOS 7新特性和新功能,涵盖iOS 7大部分新增特性,包括新的后台操作、Core Bluetooth、UIKit动力学以及TextKit。另外还介绍了如何处理新的扁平化UI,并新增了一章你可能不知道的“小技巧”。如果读者熟练掌握C和C++,读完本书即可创建性能优异的iPhone、iPad和iPod touch应用。 本书主要内容包括: iOS 7新特性和新功能概览; ......一起来看看 《iOS编程实战》 这本书的介绍吧!