Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is an example how to use this command in a pipeline:

Code Block
languagejsonyaml
pipeline:
  - ai.document.understand:
      secret: google-document-understand
      provider: google
      input: $uri:drive:my-invoice.pdf
      config: TODO

...