text-extractor

This agent extracts document contents from a structured string of text.

Example

An example text-extractor agent step:

- name: "Extract text"
  type: "text-extractor"
  input: "input-topic" # optional
  output: "output-topic" # optional

Topics

Input

  • Structured and unstructured text ?

  • Implicit topic ?

Output

  • Structured text ?

  • Implicit topic ?

Configuration

Checkout the full configuration properties in the API Reference page.

Last updated