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
10
Repository
xberg-io/xberg
GitHub Stars
9.3K
First Seen
Aug 2, 2026
batch-extraction — xberg-io/xberg