mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-10 06:07:08 +00:00
14 lines
959 B
Plaintext
14 lines
959 B
Plaintext
---
|
||
title: "Extractors"
|
||
id: extractors
|
||
slug: "/extractors"
|
||
---
|
||
|
||
# Extractors
|
||
|
||
| Name | Description |
|
||
| --- | --- |
|
||
| [LLMDocumentContentExtractor](extractors/llmdocumentcontentextractor.mdx) | Extracts textual content from image-based documents using a vision-enabled Large Language Model (LLM). |
|
||
| [LLMMetadataExtractor](extractors/llmmetadataextractor.mdx) | Extracts metadata from documents using a Large Language Model. The metadata is extracted by providing a prompt to a LLM that generates it. |
|
||
| [NamedEntityExtractor](extractors/namedentityextractor.mdx) | Extracts predefined entities out of a piece of text and writes them into documents’ meta field. |
|