2016-10-19
1.0.0
Aurelio Santos
10.0.105.0
All
.NET
Applications, Libraries, Machine Learning
[Overview]
A project that allows applications to use Google's Cloud Vision API (https://cloud.google.com/vision/) to perform OCR (Optical Character Recognition) on images.
[Detail]
The project has two modules:
An extension written in C# that uses Google's Cloud Vision API to perform OCR on images. The extension exposes the following actions:GetDateAndAmountRegex: Extracts a date and a currency amount from the provided image using the specified Regular Expressions.
GetFullText: Extracts the full text from the provided image.
GetTextAnnotations: Returns a collection of TextAnnotation objects, each identifying an area of the image where text was detected.
A web application showing how to use the extension.