...
This works the same way with any other AI command.
Chaining multiple AI backends in a pipeline
You can combine multiple AI backends in a single pipeline. Lets assume this example: There is one AI backend which is optimized to extract fields from an invoice and a second one to remove all privacy data, then you can combine them easily using a pipeline like this:
...