mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-06 23:12:43 +00:00
* Update versionedReferenceLinks.js * fixing all links * github-hanlp-swap --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
15 lines
1.1 KiB
Plaintext
15 lines
1.1 KiB
Plaintext
---
|
||
title: "Extractors"
|
||
id: extractors
|
||
slug: "/extractors"
|
||
description: ""
|
||
---
|
||
|
||
# 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. |
|