Install
openclaw skills install pdf-text-extractExtract clean, readable text from any PDF using PyPDF2 via command line for easy processing, summarizing, or archiving.
openclaw skills install pdf-text-extractExtract clean, readable text from any PDF file directly from the command line. This tool uses PyPDF2 to parse and output text in reading order—perfect for converting reports, articles, or forms into plain text for processing, summarizing, or archiving.
Extract text to terminal:
python pdf_text_extract.py document.pdf
Extract text to a file:
python pdf_text_extract.py document.pdf -o output.txt
$2.50