Agent skill
paddle-ocr-validation
PaddleOCR-based receipt and BIR form extraction with validation
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/paddle-ocr-validation
SKILL.md
PaddleOCR Validation
Extract and validate data from receipts, invoices, and BIR forms.
What This Does
- Receipt OCR (BIR format)
- Invoice data extraction
- Form validation
- Confidence scoring
- Field-level verification
Quick Example
python
receipt = paddle_ocr.extract_bir_form(
image_path='receipt.jpg',
fields=['merchant', 'tin', 'total', 'vat', 'or_number']
)
Getting Started
"Scan this restaurant receipt" "Validate BIR form 1601-C"
Didn't find tool you were looking for?