pdfplumber test for sample-invoice.pdf

← Back to pdfplumber

Input: sample-invoice.pdf

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

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

Loading preview…

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

Output: sample-invoice--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-invoice.pdf" >"sample-invoice--pdfplumber-python.csv"

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

Loading preview…