PDF Extraction
Skill 확인됨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/skillsVercel skills CLI(skills.sh)를 npx로 실행합니다. 로컬에 Node.js와 skills 호환 에이전트(Claude Code, Cursor, Codex 등) 중 하나 이상이 설치되어 있어야 합니다. 저장소가 agentskills.io 형식을 따른다고 가정합니다.
유사한 확장
Document Parser Skill
92>
PDF to DOCX Converter
98Convert PDF files to editable Word documents using pdf2docx
Chat with PDF
95Answer questions about PDF content, summarize, and extract information
Table Extractor
92>
Smart OCR Skill
92>
GPU Document Processing
85Use when processing large PDFs, document collections, or bulk text extraction tasks that benefit from GPU-accelerated processing. Triggers when the user provides large documents or needs bulk document analysis.