# Paddle Ocr Validation

> PaddleOCR-based receipt and BIR form extraction with validation

- Skill: `majiayu000/paddle-ocr-validation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/paddle-ocr-validation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/paddle-ocr-validation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/paddle-ocr-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"

