jgtolentino / paddle-ocr-validation
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/paddle-ocr-validation && curl -o .claude/skills/paddle-ocr-validation/SKILL.md https://fastmcp.me/Skills/DownloadRaw?id=272
Project Skills
This skill will be saved in .claude/skills/paddle-ocr-validation/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
"PaddleOCR-based receipt and BIR form extraction with validation"
1 views
0 installs
Skill Content
---
name: paddle-ocr-validation
description: "PaddleOCR-based receipt and BIR form extraction with validation"
---
# 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"