Перейти к основному содержимому
Этот контент пока недоступен на вашем языке и отображается на английском.

PDF Extraction

Skill Проверено
95

Extract text, tables, and metadata from PDFs using pdfplumber

Резюме ИИ

This skill leverages the `pdfplumber` library to precisely extract textual content, tabular data, and document metadata from PDF files. It offers detailed control over extraction parameters and includes examples for common use cases like converting tables to DataFrames and processing invoice data.

Documentation

  • info:Configuration & parameter referenceWhile the code snippets show usage of pdfplumber with parameters like tolerances, these specific parameters and their default values are not explicitly documented in the SKILL.md or accompanying files.

Code Execution

  • info:ValidationThe provided code snippets demonstrate basic usage of `pdfplumber` but do not explicitly show the use of a schema validation library for input parameters like file paths or extraction options.

Установка

npx skills add claude-office-skills/skills

Запускает Vercel skills CLI (skills.sh) через npx — нужны локальный Node.js и хотя бы один установленный совместимый со skills агент (Claude Code, Cursor, Codex, …). Предполагается, что репозиторий соответствует формату agentskills.io.

3 months ago
98 stars
MIT
Обновлено 2 days ago
Посмотреть исходный код