Giter Club home page Giter Club logo

rossum-connector-example-python's Introduction

Example Python Elis connector

This example connector:

  • Normalizes invoice id to contain only numbers
  • Warns if order id is not in a particular (six digit) format
  • Matches vendor against a vendor list (toy list containing vendors "Roboyo", "Rossum", "Volvo")

Vendor matching demo

To run it:

	python3 connector.py

You can use elisctl tool to configure an Elis queue to use the connector.

Create the connector first:

	 elisctl connector create "Python Example Connector" --service-url http://hostname:5000 --auth-token wuNg0OenyaeK4eenOovi7aiF

The --auth-token will create the secret token that Rossum checks before sending the data to the connector to avoid data leakage. The value should be stored in the CONNECTOR_SECRET_KEY environment variable in the environment where this connector will be running.

In the response, you will receive the ID of the connector. Next, choose an existing queue and deploy the connector to it:

	 elisctl queue change 29582 --connector-id 1506

Or create a new queue and attach the connector to it:

	 elisctl queue create "Python Connector Queue" --connector-id 1506 -s schema.json

You can also configure the connector using our API directly.

To use this for production, use via HTTPS and enforce the authentication token. Customize schema.json to taste.

For more information on how to run a connector, check out our Developer Hub connector guide.

rossum-connector-example-python's People

Contributors

evelyn9191 avatar pasky avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.