Installation
Overview
Kodexa is a platform for building intelligent document processing pipelines. It is a set of tools and services that allow you to build a pipeline that can take a document, extract the content, and then process it to extract the information you need.
Prerequisites
- Kubernetes 1.19+
- Helm 3.2.0+
Installing the Chart
To install the chart with the release name kodexa-release
:
helm repo add kodexa https://harbor.kodexa.com/chartrepo/kodexa
helm install kodexa-release kodexa/kodexa
The command deploys Kodexa on the Kubernetes cluster using the default configuration.
The Parameters section lists the parameters that can be configured during installation.
Uninstalling the Chart
To uninstall/delete the kodexa-release
deployment:
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
The platform and its dependencies can be deployed entirely in a Kubernetes cluster, simply enable postgresql
and minio
flags.