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