googlecloudvisionocr
Service icon

Google Cloud Vision OCR

Stable version 1.0.3 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 11 February 2022 by 
4.9
 (9 ratings)
googlecloudvisionocr

Google Cloud Vision OCR

Details
An extension that allows applications to use Google's Cloud Vision API (https://cloud.google.com/vision/) to perform OCR (Optical Character Recognition) on images.
Read more

The package contains two modules:

  1. 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.
  2. A module containing a single Static Entity with the accepted Language Codes to be passed as Language Hints.
Release notes (1.0.3)
  • The application has been converted into a Library Application, for a more coherent architecture.
  • The Demo application has been rewritten as a Reactive Web application.
Reviews (1)
by 
2021-12-08
in version 1.0.2
Clean and solid component. Because it is an extension, you can use it also for your Reactive apps :)
Team