PDF Text Extractor Best Practices

Sub-skill of pdf-text-extractor: Best Practices.

vamseeachanta Updated

File contents

Best Practices

Best Practices

  1. Use timeout for SQLite - timeout=30 prevents lock errors
  2. Batch commits - Commit every 100 files, not every file
  3. Handle errors gracefully - Log and continue on failures
  4. Track progress - Enable resumption of interrupted jobs
  5. Chunk appropriately - 1500-2500 chars optimal for search
  6. Preserve page numbers - Essential for citations

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/data/documents/pdf-text-extractor/best-practices commit a7af59563c

Frequently asked questions

npx skillmds@latest add vamseeachanta/pdf-text-extractor-best-practices