SkillStorr
Catalog/Operations/PDF CSV Reader Tool Guide
P
PromptCC BY 4.0·attribution requiredv0.1.0 · current

PDF CSV Reader Tool Guide

Parses and extracts content from PDF and CSV files for analysis.

B
Bohdan Tsaryk
·Published Jul 1, 2026·Token count not tracked
Uses (30d)
Stars
0
Versions
1
Forks
0
References
0

Full prompt

v0.1.0
prompt.md
preview

PDF CSV Reader Tool Guide

Tool Purpose

Parses and extracts content from heavy binary files including PDFs and CSVs for analysis and summarization.

When to Use

  • Reading financial reports or research papers for Report Summarizer
  • Extracting tabular data from CSV files for analysis
  • Parsing PDF manuals for FAQ Extractor
  • Preparing raw data for SQL Data Query Builder
  • Processing batch exports from various platforms

How to Use

  1. Provide the file path or URL
  1. Specify file type (PDF or CSV)
  1. For PDF: optionally specify pages to extract
  1. For CSV: optionally specify delimiter and encoding
  1. The tool returns the extracted text content

Best Practices

  • For scanned PDFs, OCR quality depends on image resolution
  • Large CSVs (>100K rows) should be processed in chunks
  • Specify encoding (UTF-8, ISO-8859-1) for non-standard CSV files
  • Use header extraction for CSV to identify column names

Limitations

  • PDF: text extraction only (not scanned image OCR)
  • CSV: up to 100MB file size
  • No support for password-protected files
  • Excel (.xlsx) files require Google Sheets Excel Tool instead

Output

Extracted text content with page/line references where applicable.