mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-05 22:43:08 +00:00
* Update documentation and remove unused assets. Enhanced the 'agents' and 'components' sections with clearer descriptions and examples. Removed obsolete images and updated links for better navigation. Adjusted formatting for consistency across various documentation pages. * remove dependency * address comments * delete more empty pages * broken link * unduplicate headings * alphabetical components nav
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. |
|