pdfplumber test for sample-catalog.pdf

← Back to pdfplumber

Input: sample-catalog.pdf

sample-catalog.pdf first page preview
uv run pdfplumber --format json "sample-catalog.pdf" >"sample-catalog--pdfplumber-python.json"

Output: sample-catalog--pdfplumber-python.json

Loading preview…

uv run pdfplumber --format text "sample-catalog.pdf" >"sample-catalog--pdfplumber-python.txt"

Output: sample-catalog--pdfplumber-python.txt

Loading preview…

--format csv: tabular/cell-structured output, distinct from the plain text and structural-JSON variants above.

uv run pdfplumber --format csv "sample-catalog.pdf" >"sample-catalog--pdfplumber-python.csv"

Output: sample-catalog--pdfplumber-python.csv

Loading preview…