Below repo contains several components that enable PDF files processing
- Install minikube (if no external k8s cluster)
- Install kubectl
- Install argo workflows (agro.version file required)
kubectl apply -f "https://github.com/argoproj/argo-workflows/releases/download/` cat argo.version `/quick-start-minimal.yaml"
- Install argo cli
https://github.com/argoproj/argo-workflows/releases
- Run eval $(minikube docker-env) on each terminal
- Build docker images for preprocessing and processing components
- Submit agro workflow (adjust parameters with PDF file)