batch-extraction

Installation
SKILL.md

Batch extraction

Use this when processing a directory or glob of documents in one pass. xberg batch shares one extraction config across every file, runs extractions concurrently, and returns one structured array — failures on individual files do not abort the run.

Basic usage

# Glob expands to many paths; results come back as a JSON array (default)
xberg batch *.pdf
Installs
1
GitHub Stars
27
First Seen
Aug 22, 2026
batch-extraction — xberg-io/plugins