Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:31 +08:00
commit b3b538c011
38 changed files with 5130 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Extraction Templates
Templates for data extraction patterns (invoice, resume, receipt, etc.)
## Pattern Structure
Each extraction template includes:
- Input types (often image or text)
- Output class definitions (structured data)
- Extraction function with detailed prompt
- Validation rules
- Example test cases
## Common Use Cases
- Invoice extraction
- Resume parsing
- Receipt processing
- Document analysis
- Form extraction