Data Extraction

Pull structured data out of messy text — ingredients from a recipe, fields from a contract, attributes from a product description. The plumbing behind catalogue, intake, and processing pipelines.

100
Duration
5s
Input Tokens
485
Output Tokens
158
Cost
$0.01
Context
Input
Reformat the following context text by adding a hyphen in between every word or simbol. Example: 'This is the text.' -> '-This-is-the-text-.-'
Expected output
{
  "instructions": "-Plug-in-the-vacuum-cleaner-and-switch-it-on-.-Adjust-the-height-setting-for-your-floor-type-.-Move-the-cleaner-slowly-back-and-forth-across-the-surface-.-Empty-the-dust-container-when-full-.-After-use-,-switch-off-,-unplug-,-and-store-in-a-dry-place-.-"
}
Model output
{
  "instructions": "-Plug-in-the-vacuum-cleaner-and-switch-it-on-.-Adjust-the-height-setting-for-your-floor-type-.-Move-the-cleaner-slowly-back-and-forth-across-the-surface-.-Empty-the-dust-container-when-full-.-After-use-,-switch-off-,-unplug-,-and-store-in-a-dry-place-.-"
}