Platform Explorer / Nuxeo Platform LTS 2019 10.10

Bundle nuxeo-vision-core

In bundle group org.nuxeo

Documentation

  • Parent Documentation: README.md

    About / Synopsis

    This plugin provides a wrapper for Computer Vision Services. Currently it supports the Google Vision API and the AWS Rekognition API.

    Installation

    Google Vision

    • Configure a Google service account
    • As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API
    • Upload the JSON key file on your instance
    • Edit nuxeo.conf
    org.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE
    

    AWS Rekognition

    • Configure a key/secret pair in the AWS console
    • Check the FAQ to see in which regions the API is available
    • Edit nuxeo.conf
    org.nuxeo.vision.default.provider=aws
    org.nuxeo.vision.aws.region=
    org.nuxeo.vision.aws.key=
    org.nuxeo.vision.aws.secret=
    

    ##Plugin

    • From the Nuxeo Marketplace: install the Nuxeo Vision package.
    • From the Nuxeo server web UI "Admin / Update Center / Packages from Nuxeo Marketplace"
    • From the command line: nuxeoctl mp-install nuxeo-vision

    Code

    QA

    Build Status

    Requirements

    Build requires the following software:

    • git
    • maven

    Limitations

    N/A

    Build

    git clone https://github.com/nuxeo/nuxeo-vision
    cd nuxeo-vision
    mvn clean install
    

    Deploy (how to install build product)

    • Install the marketplace package

    ###Google Vision

    • Configure a Google service account
    • As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API
    • Upload the JSON key file on your instance
    • Edit nuxeo.conf
    org.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE
    

    ###AWS Rekognition

    • Uses the credentials defined by the Nuxeo AWS service.
    • Check the FAQ to see in which regions the API is available
    • Edit nuxeo.conf
    org.nuxeo.vision.default.provider=aws
    nuxeo.aws.accessKeyId=your_AWS_ACCESS_KEY_ID
    nuxeo.aws.secretKey=your_AWS_SECRET_ACCESS_KEY
    nuxeo.aws.region=your_AWS_REGION
    

    Resources (Documentation and other links)

    Plugin Documentation Google Vision AWS Rekognition

    Contributing / Reporting issues

    JIRA

    License

    Apache License, Version 2.0

    About Nuxeo

    The Nuxeo Platform is an open source customizable and extensible content management platform for building business applications. It provides the foundation for developing document management, digital asset management, case management application and knowledge management. You can easily add features using ready-to-use addons or by extending the platform using its extension point system.

    The Nuxeo Platform is developed and supported by Nuxeo, with contributions from the community.

    Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.

Resolution Order

[942, 945]
The resolution order represents the order in which components have been resolved by the Nuxeo Runtime framework. This range represents the minimal and maximal orders for this bundle's components.
You can influence this order by adding "require" tags in the component declaration, to make sure it is resolved after another component. It will also impact the order in which contributions are registered on their target extension point (see "Registration Order" on contributions).

Components

Packages

Maven Artifact

Filenuxeo-vision-core-1.3.4.jar
Group Idorg.nuxeo
Artifact Idnuxeo-vision-core
Version1.3.4

Manifest

Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: jenkins
Build-Jdk: 1.8.0_191
Bundle-ManifestVersion: 2
Bundle-Version: 1.0.0
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Vendor: Nuxeo
Bundle-Name: nuxeo-vision-core
Bundle-SymbolicName: nuxeo-vision-core;singleton=true
Nuxeo-Component: OSGI-INF/computer-vision-service.xml,OSGI-INF/listene
 r-contrib.xml,OSGI-INF/operation-contrib.xml,OSGI-INF/default-chain-c
 ontrib.xml

Exports

Charts

    Raw Data: Json Contribution Stats

    Contributions by Code Type

    Loading data

    Contributions by Target Extension Point

    Loading data

    Contributions by Studio Source

    Loading data