Input: sample-receipt.pdf
uv run pdfplumber --format json "sample-receipt.pdf" >"sample-receipt--pdfplumber-python.json"Output: sample-receipt--pdfplumber-python.json
Loading preview…
uv run pdfplumber --format text "sample-receipt.pdf" >"sample-receipt--pdfplumber-python.txt"Output: sample-receipt--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-receipt.pdf" >"sample-receipt--pdfplumber-python.csv"Output: sample-receipt--pdfplumber-python.csv
Loading preview…