PDF Processing Quick start Use pdfplumber to extract text from PDFs: Extracting tables Extract tables from PDFs with automatic detection: Extracting all pages Process multi-page documents efficiently: Form filling For PDF form filling, see FORMS.md for the complete guide including field analysis and validation. Merging PDFs Combine multiple PDF files: Splitting PDFs Extract specific pages or ranges: Available packages - pdfplumber - Text and table extraction (recommended) - pypdf - PDF manipulation, merging, splitting - pdf2image - Convert PDFs to images (requires poppler) - pytesseract - OCR…