Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 810 Bytes

text-extractor.md

File metadata and controls

30 lines (19 loc) · 810 Bytes

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.