ky1290-hub/pdf-parser
v1.3.2MIT
Parse text, scanned, table-heavy, and image-rich PDFs into structured Markdown and JSON with a user-owned LlamaCloud key.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "pdf-parser",
"version": "1.3.2",
"description": "Parse text, scanned, table-heavy, and image-rich PDFs into structured Markdown and JSON with a user-owned LlamaCloud key.",
"author": {
"name": "Ivypath Education",
"url": "https://github.com/ky1290-hub"
},
"homepage": "https://github.com/ky1290-hub/pdf-parser",
"repository": "https://github.com/ky1290-hub/pdf-parser",
"license": "MIT",
"keywords": [
"pdf",
"ocr",
"llamaparse",
"markdown",
"document-processing"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "PDF Parser",
"shortDescription": "Extract text, OCR, tables, and layout from PDFs.",
"longDescription": "Parse authorized text-based, scanned, table-heavy, and image-rich PDFs into structured Markdown and JSON using each user's own LlamaCloud API key. Preserve page order and layout evidence, keep raw results private, and optionally validate structured question-and-answer deliverables.",
"developerName": "Ivypath Education",
"category": "Developer Tools",
"websiteURL": "https://github.com/ky1290-hub/pdf-parser",
"supportURL": "https://github.com/ky1290-hub/pdf-parser/issues",
"privacyPolicyURL": "https://github.com/ky1290-hub/pdf-parser/blob/main/DATA_HANDLING.md",
"termsOfServiceURL": "https://github.com/ky1290-hub/pdf-parser/blob/main/TERMS.md",
"defaultPrompt": "Parse this authorized PDF with my LlamaCloud key and return structured Markdown and JSON.",
"brandColor": "#1B6B45",
"logo": "./assets/ipe-plugin-icon.png",
"composerIcon": "./assets/ipe-plugin-icon.png"
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- 3JavaScript files
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai