Agent Plugins Marketplace
All plugins

pdf-parser

v1.3.2

Parse text, scanned, table-heavy, and image-rich PDFs into structured Markdown and JSON with a user-owned LlamaCloud key.

CodexClaude CodeAgent Plugins1 Skill

By Ivypath EducationLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install pdf-parser for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pdf-parser@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ky1290-hub/pdf-parser

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

pdf-parser/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/pdf-parser/SKILL.md

Included Skills1

pdf-parserskills/pdf-parser/SKILL.md

Use when parsing authorized text-based, scanned, table-heavy, or image-rich PDFs into structured Markdown and JSON with the user's own LlamaCloud key; also supports optional integrity checks for question-and-answer deliverables.

Plugin manifests3

.codex-plugin/plugin.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"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "PDF Parser",
    "shortDescription": "Extract text, OCR, tables, and layout from PDFs.",
    "longDescription": "Uses each user's own LlamaCloud API key to parse text-based, scanned, table-heavy, and image-rich PDFs into structured Markdown and JSON while preserving private raw evidence. Optional validators check question-and-answer deliverables.",
    "developerName": "IPE",
    "category": "Developer Tools",
    "capabilities": [
      "Document parsing",
      "OCR extraction",
      "Table and layout extraction",
      "Conversion validation"
    ],
    "websiteURL": "https://github.com/ky1290-hub/pdf-parser",
    "privacyPolicyURL": "https://github.com/ky1290-hub/pdf-parser/blob/main/DATA_HANDLING.md",
    "defaultPrompt": "Parse this authorized PDF with my LlamaCloud key and return structured Markdown and JSON.",
    "brandColor": "#1B6B45",
    "logo": "./assets/ipe-plugin-icon.png"
  }
}
.claude-plugin/plugin.json
{
  "name": "pdf-parser",
  "description": "Parse text, scanned, table-heavy, and image-rich PDFs into structured Markdown and JSON with each user's own LlamaCloud key.",
  "version": "1.3.2",
  "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"
  ]
}
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"
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pdf-parser on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pdf-parser)