Overview
After extracting a document, you don’t need to start from scratch to adjust your results. The Pulse Playground supports several types of reruns that let you iterate on processing settings, schemas, and splits without re-uploading or re-extracting the document.Types of Reruns
1. Full Re-Extraction
Re-processes the entire document from scratch with new extraction settings. This re-uploads the original file and runs a fresh extraction. When to use:- You want to change extraction settings (page range, figure extraction, chunking)
- The original extraction had issues you want to fix with different parameters
2. Schema-Only Rerun
Applies a new or modified schema to an existing extraction without re-processing the document. This is the most common type of rerun — fast and cost-effective because extraction is not repeated. When to use:- You want to try a different schema on the same document
- You need to fix or refine extracted fields
- You want to extract additional fields from an already-processed document
3. Split Rerun
Re-runs the document split with different topics on an existing extraction. Useful when you want to reorganize how the document is sectioned. When to use:- You want to try different topic definitions
- You want to add or remove topics
- The initial split didn’t assign pages correctly and you want to adjust topic descriptions
Rerun Workflow Summary
Schema Versioning
Each schema rerun creates a versioned result. In the Playground, you can:- Switch between versions using the version selector in the Schema tab
- Compare results across different schema configurations
- Roll back to a previous version if a new schema didn’t produce better results
Related
Choose Your Workflow
Understanding the main pipeline configurations
Schema Endpoint
API reference for the /schema endpoint