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 -L -o skill.zip "https://fastmcp.me/Skills/Download/272" && unzip -o skill.zip -d .claude/skills/paddle-ocr-validation && rm skill.zip
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"
47 views
1 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"