Use cases
Toolipie collects small, task‑focused tools you can run the same way every time. Here are a few examples that tend to recur across projects.
Documents & text
Convert between formats, clean up text, or extract structured data. Keep the transformations deterministic so you can rely on the results later.
- markdown ↔ docx/pdf
- extract tables from PDF → CSV
- clean line breaks; normalize whitespace
Images & OCR
Standardize images for analysis or recognition, then feed them to your OCR or AI steps.
- pdf → png with fixed DPI
- png prep (deskew/denoise) for OCR
- generate thumbnails or contact sheets
Utilities & data
Clean, combine, and prepare data for further steps. Keep jobs small and composable.
- split/merge large CSVs; dedupe rows
- batch rename/tag files
- AI‑assisted bulk processing with your own API keys
Currently ships with four tools, with more on the way.