Skip to main content
This is unreleased documentation for Haystack Documentation 3.1-unstable version.
For up-to-date documentation, see the latest version (3.0).
Version: 3.1-unstable

Extractors

NameDescription
LLMDocumentContentExtractorExtracts textual content from image-based documents using a vision-enabled Large Language Model (LLM).
LLMMetadataExtractorExtracts metadata from documents using a Large Language Model. The metadata is extracted by providing a prompt to a LLM that generates it.
PresidioEntityExtractorDetects PII in Documents and stores entities as structured metadata, without modifying the text. Powered by Microsoft Presidio.
RegexTextExtractorExtracts text from chat messages or strings using a regular expression pattern.
SpacyNamedEntityExtractorExtracts predefined entities out of a piece of text and writes them into documents' meta field. Uses a spaCy model.
TransformersNamedEntityExtractorExtracts predefined entities out of a piece of text and writes them into documents' meta field. Uses a Hugging Face model.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.