pdfplumber test for sample-technical.pdf

← Back to pdfplumber

Input: sample-technical.pdf

sample-technical.pdf first page preview
uv run pdfplumber --format json "sample-technical.pdf" >"sample-technical--pdfplumber-python.json"
uv run pdfplumber --format text "sample-technical.pdf" >"sample-technical--pdfplumber-python.txt"

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

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

Loading preview…