pdf-checklist-generation
vmain
io.github.HKUDS/OpenSpace/pdf-checklist-generation
Generate structured PDF checklists and reports using Python libraries in sandbox
“github gitlab git pull” 共 3,580 个结果
vmain
io.github.HKUDS/OpenSpace/pdf-checklist-generation
Generate structured PDF checklists and reports using Python libraries in sandbox
vmain
io.github.HKUDS/OpenSpace/pdf-checklist-generator
Generate structured PDF checklists and reports with tables, sections, and scoring criteria using Python libraries
vmain
io.github.HKUDS/OpenSpace/pdf-checklist-workflow
Generate structured PDF documents with tables, sections, and scoring using Python libraries in execute_code_sandbox
vmain
io.github.HKUDS/OpenSpace/pdf-debug-unbuffered
Debug Python PDF generation errors by using unbuffered output and stderr inspection to reveal actual tracebacks
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced-29b2f4
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced-899f5b
Progressive tool-chain PDF extraction with explicit read_file, run_shell, and execute_code_sandbox sequencing
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced-e27e0c
PDF text extraction with tool cascade prioritizing shell pdftotext before Python fallback
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced
PDF extraction with ordered tool chain: read_file, then run_shell/pdftotext, then execute_code_sandbox/PyMuPDF
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback
Multi-step PDF download and text extraction with progressive fallback strategies
vmain
io.github.HKUDS/OpenSpace/pdf-engine-fallback
Retry PDF generation with alternative engines when pandoc fails
vmain
io.github.HKUDS/OpenSpace/pdftotext-fallback
Recover PDF text extraction when read_file returns binary data by using pdftotext via shell
vmain
io.github.HKUDS/OpenSpace/pdf-verification
Verify PDF page counts and file integrity programmatically using PyPDF2 after generation
vmain
io.github.HKUDS/OpenSpace/pdf-verification-cli
Verify PDF page count and content using command-line tools when Python libraries unavailable
vmain
io.github.HKUDS/OpenSpace/pdf-verification-cli-enhanced
Complete PDF workflow: verify, extract content, assemble reports, and generate output PDFs using command-line tools
vmain
io.github.HKUDS/OpenSpace/pdf-verification-cli-enhanced-657992
Complete PDF workflow: extract content from source PDFs and generate new PDF reports using command-line tools
vmain
io.github.HKUDS/OpenSpace/pdf-verification-check
Verify generated PDFs for integrity and page count using PyPDF2 before task completion.
vmain
io.github.HKUDS/OpenSpace/pdf-verification-check-112b09
Verify generated PDF files using PyPDF2 to check page counts and integrity
vmain
io.github.HKUDS/OpenSpace/pdf-text-extraction
Extract text from PDFs using shell tools when read_file fails
vmain
io.github.HKUDS/OpenSpace/pdf-text-extraction-fallback
Extract text from PDFs using pdftotext when read_file returns binary data
vmain
io.github.HKUDS/OpenSpace/pdf-text-extraction-fallback-85d5ca
Fallback workflow for extracting text from PDFs when read_file returns binary data
vmain
io.github.HKUDS/OpenSpace/pdf-text-extraction-9424c5
Extract text from PDF files using pdftotext when read_file returns binary data
vmain
io.github.HKUDS/OpenSpace/pdf-read-file-fallback
Extract text from PDFs using pdftotext when read_file returns binary data
vmain
io.github.HKUDS/OpenSpace/pdf-page-verification-correction
Iterative workflow to verify PDF page counts and adjust layout parameters until requirements are met
vmain
io.github.HKUDS/OpenSpace/pdf-generation-troubleshooting
Systematic fallback workflow for PDF generation through pandoc, reportlab, and fpdf2 with installation verification