Nuxeo Marketplace

Find Nuxeo packages for your application

Nuxeo Vision

By Nuxeo

The Nuxeo Vision addon provides a wrapper for Computer Vision Services. Currently, it supports the Google Vision API and the AWS Rekognition service. It allows retrieving relevant tags on images and videos. It also provides automation operations for customized re-use. The usages can easily be extended to a wide range of features including face recognition, auto-classification, OCR and more.

Usage

Once the addon is installed and configured, a listener updates automatically all images and videos with relevant tags computed using the remote service API.

Installation

Nuxeo Vision requires the installation of the Nuxeo Vision Nuxeo Package. It also requires to copy on the server a JSON configuration file that comes from Google Vision website, if you want to use the Google Vision service.

Configuration

You need to reference in nuxeo.conf the path to the JSON configuration file previously copied for Vision. For AWS, you need to get a key on Amazon website, and to configure it on nuxeo.conf.

An operation VisionOp is available for custom usage in Nuxeo Studio, if you are not happy with the default behavior.