Drafter AI | Docs
ProductChangelogStatus
  • Getting Started
  • Build
    • Workflow Basics
      • Workflow Builder Overview
      • Builder: Input
      • Builder: Action
      • Builder: Filter
    • Create workflow
      • Launch workflow
      • Design output
      • Export output results
    • Align Pricing Model
  • Launch
    • Apply your brand
    • Connect a custom domain
    • Invite users
  • Scale
    • Process inputs in batches
    • Organize internal knowledge base
    • Template GPT3 prompts
    • Integrate Drafter AI to other apps with Make.com
    • Get started with developer API
  • Maintain
    • Restore output results
    • Export/Import workflows
    • Debug workflows
  • Building blocks
    • Inputs
      • Manual / Form
    • Actions
      • Text Generation (GPT)
      • Web Data Extraction
      • Sentiment Recognition
      • Key Phrases Extraction
      • Classification
      • Entity Extraction
      • Public Search
      • Internal Search
      • Translation
      • PDF Recognition
      • Regular Expression
      • Template
      • Twitter Search Data
      • Twitter Profile Data
      • Youtube Captions Extraction (soon)
      • Speech Recognition (Soon)
      • Speech Generation (Soon)
      • Image Generation (Soon)
      • Video Generation (Soon)
    • Flow Controls
      • Filter
      • Aggregate
      • Split
  • Direct Integrations
    • Make.com *
    • Google Sheets
    • Slack (soon)
    • Zapier (soon)
Powered by GitBook
On this page
  • Overview
  • How to Setup
  • Inputs and Outputs
  1. Building blocks
  2. Actions

Entity Extraction

Extracts entities like names, locations or numbers from any texts.

PreviousClassificationNextPublic Search

Last updated 2 years ago

Overview

Entity Extraction is a powerful tool that allows you to automatically identify and extract named entities from text.

This AI block uses advanced natural language processing techniques to analyze the input and identify entities such as people, organizations, locations, and dates. It can also identify other types of entities, such as products, events, and concepts.

Entity Extraction is useful for a wide range of applications, including information retrieval, content analysis, and data mining.

It can help you to quickly and accurately identify key information in large volumes of text, making it easier to analyze and understand.

You can adjust the confidence threshold, filter the types of entities to extract, and customize the output format after it.

How to Setup

  1. Provide text input to extract entities from.

  2. Set the name of the output data variable (optional)

  3. Change the confidence score (optional) - the higher it is, the fewer entities you have in the output, and vice versa.

All the entities are in the same text variable, separated by commas.

If you need to split them into multiple entries for further processing in the workflow (i.e. searching for additional info on all of them using Google) - use Split block after it.

Inputs and Outputs

Input
Output
Output Description

Any Text (x1 text)

Entities (x1 text)

Extract named entities, like personal names, company names, numbers, or locations with their entity types.

Entities extraction block