Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:50 +08:00
commit 1148a58fa7
4 changed files with 619 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "pdf-smart-extractor",
"description": "Extract and analyze large PDFs (3MB-10MB+) with minimal token usage. Preserves 100% of content while achieving 12-103x token reduction through local extraction, semantic chunking, and intelligent caching. Perfect for technical documentation, compliance frameworks, and research papers.",
"version": "2.2.0",
"author": {
"name": "Diego Consolini",
"email": "diego@diegocon.nl"
},
"agents": [
"./agents/pdf-smart-extractor.md"
]
}