Validation Failed
Required variable 'pages' is not in the inputs of pipe 'extract_facts'. Current inputs: - document: native.Document
key_fact_extractor
Key Fact Extractor
Main pipeextract_facts
Install
$
npx mthds install https://github.com/Pipelex/methods --method key_fact_extractorRun
$
npx mthds run method key_fact_extractorKey Fact Extractor
Extract key facts, claims, and assertions from any document with category classification and source attribution.
What it does
Given a document (PDF, Word, etc.), this method:
- Extracts content from the document into readable pages
- Identifies all key facts and claims, classifying each by category (financial, legal, technical, etc.) with the original source quote and a confidence rating
Concepts
- Fact: A factual claim with
statement,category,source_quote, andconfidence
Exports
fact_extraction
extract_factsidentify_facts
Bundle Files
Select a file to view its contents
METHODS.toml
METHODS.toml
[package]
name = "key_fact_extractor"
display_name = "Key Fact Extractor"
address = "github.com/pipelex/methods"
version = "0.1.3"
description = "# Key Fact Extractor\n\nExtract key facts, claims, and assertions from any document with category classification and source attribution.\n\n## What it does\n\nGiven a **document** (PDF, Word, etc.), this method:\n\n1. **Extracts** content from the document into readable pages\n2. **Identifies** all key facts and claims, classifying each by category (financial, legal, technical, etc.) with the original source quote and a confidence rating\n\n## Concepts\n\n- **Fact**: A factual claim with `statement`, `category`, `source_quote`, and `confidence`"
license = "MIT"
authors = ["Evotis S.A.S"]
main_pipe = "extract_facts"
[exports.fact_extraction]
pipes = ["extract_facts", "identify_facts"]