What problem does it solve? Manually digitizing Israeli receipts and tax invoices is error-prone, especially with mixed Hebrew/English bidirectional text, and mistakes in VAT extraction can lead to over-claimed or rejected input-VAT deductions. This Skill OCRs and parses Israeli receipts, validates them against Israeli tax rules, and outputs structured data ready for accounting software. ## Core Features & Use Cases - Bilingual OCR and field extraction: Reads Hebrew and English receipt text and extracts merchant name, 9-digit osek murshe number (with Luhn mod-10 check-digit validation), buyer identity, date, line items, VAT amount, total in NIS, and payment method. - Israeli tax-rule validation: Classifies document types (חשבונית מס, קבלה, חשבונית עסקה), checks date-aware SHAAM allocation-number thresholds, enforces the buyer-name requirement, the 6-month deduction window, and fuel/meals deductibility restrictions, and flags foreign-vendor receipts for reverse-charge handling. - Auto-categorization and structured output: Maps expenses to standard Israeli accounting categories and emits JSON or CSV with warnings and a needs_review flag. - Use Case: Photograph a Shufersal or Sonol receipt, and get back validated JSON with line items, VAT breakdown, category assignment, and a clear vat_deductible determination for your bookkeeper. ## Quick Start Scan this Israeli receipt image and extract all fields into structured JSON with VAT deductibility validation.