Delphi

Delphi is a machine-learning backed solution for automatically classifying documents and extracting relevant information into machine-readable format.

Setup

In order to use DELPHI in our WebApp, you should make sure everything is properly set up.

To know more about it, please check the setup page.

Workflow

Here’s a simplified description of a workflow of DELPHI’s processing pipeline:

  1. Documents are uploaded to an asset
  2. DELPHI classifies and extracts relevant data
  3. Users are presented with DELPHI results
  4. Users have the opportunity to approve or modify DELPHI results
  5. Document file and data are available for further processing (e.g. storage in a DMS)

This workflow can be implemented:

  • in our WebApp
  • in a third-party software using our API

Workflow with our API

For an overview of the workflow with our API, consider the following diagram:

Delphi API Workflow

Details about each phase and step are available on the following pages:

  1. Upload
  2. Status update
  3. Results


Table of contents