What problem does it solve?
If you need to extract plain text from plain text files or specific target files such as PDF, Office docs (docx, doc, pptx, ppt) or CAD, this skill executes the extraction.
Core Features & Use Cases
- Text extraction: pull plain text from PDFs, DOCX, PPTX, and CAD-like targets.
- Pagination / incremental reads: supports sequential reading with a defined start and limit, using the next_start = last_start + last_limit rule to avoid overlaps.
- Direct execution of exes: does not pre-scan; if an executable fails, an error is raised.
- Use case: handle large document collections by reading in chunks (e.g., 0-1999, 2000-3999) and aggregating results.
Quick Start
Load a sample file with the built-in readers and specify --start and --limit to begin the first batch.