Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Extractor Node

Node Grooper.Core

Defines the abstract base class for all extractor nodes in Grooper.

Remarks

The Extractor Node class provides the foundation for all objects that perform data extraction in Grooper.
Extractor nodes are responsible for locating and extracting values, regions, or structured data from document content.

Overview

  • Extractor nodes are used to implement the logic for finding and returning Data Instances from a document.
  • Each extractor exposes a set of 'Group Names' representing named groups or subfields produced by the extraction logic (for example, named groups in a regular expression).
  • The extraction process is performed by implementing the 'Find Instances' method, which returns a collection of Data Instances for a given input.

Properties

NameTypeDescription

Design Tabs

General View or edit properties of a node.
Reports View reports for a node.
Tester Test an Extractor Node on documents in a test batch.
Advanced View or edit advanced details about a node.

Derived Types

There are 3 implementations of Extractor Node.

Data Type Recognizes and extracts complex data values or structures from document text using one or more extractors and configurable collation logic.
Field Class A trainable binary classifier for locating specific information on a document using contextual features.
Value Reader Defines a primitive data extraction operation.

Used By

Notification