Skip to main content
These could be either one of the provided custom plugins that we’ve already built or building your desired plugin. On our roadmap, we’re also looking to enhance the plugins library with 3rd party providers, so stay tuned for more.

High-level architecture

The plugins are microservice apps that can be developed using any tech stack. The only requirement is that they need to be able to connect to the core platform using Kafka events.

Introduction to Kafka

Send message task (Kafka)

Receive message task (Kafka)

To interact with plugins, you need to understand a few details about them:
  • the events that can trigger them
  • the infrastructure components needed
  • the needed configurations

Custom plugins

The currently available plugins are:
  • OCR - helps you scan your documents and integrate them into a business process
  • Reporting - a plugin that will help you create and bootstrap custom reports built on generic information about usage and processes metrics
Let’s get into a bit more detail about the custom plugins πŸŽ›οΈ

OCR plugin

Automatic key information extraction Used to easily read barcodes or extract handwritten signatures from PDF documents.

More about OCR plugin

Reporting plugin

Easy-to-read dynamic dashboards Use reporting plugin to build and bootstrap custom reports built on generic information about usage and processes.

More about Reporting plugin

⌘I