pdfplumber test for sample-brochure.pdf

← Back to pdfplumber

Input: sample-brochure.pdf

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

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

Loading preview…

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

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

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

Loading preview…