A library that allows applications to use Google's Cloud Vision API (https://cloud.google.com/vision/) to perform OCR (Optical Character Recognition) on images. The library contains the following actions:
GetFullText
Extracts the full text from the provided image.
Parameters
GetTextAnnotations
Returns a collection of TextAnnotation objects. Each object in the collection identifies an area of the image where text was detected.
GetValuesByRegex
Extracts all values from the provided image that match at least one of the specified Regular Expressions.