LaunchKit · 2026
Back to Skills

greek-document-ocr

Greek-language OCR using Tesseract.

0
0 downloads
by @satoshistackalotto

Setup & Installation

openclaw skills install @satoshistackalotto/greek-document-ocr

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install greek-document-ocr

What This Skill Does

Greek-language OCR using Tesseract for scanned invoices, receipts, contracts, and government forms. Extracts structured data including VAT numbers, amounts, and dates from Greek business documents. All processing runs locally with no cloud APIs.

Local processing keeps sensitive Greek financial documents off cloud services while still automating structured data extraction from printed and handwritten sources.

When to use it

  • Digitizing stacks of Greek supplier invoices for monthly accounting
  • Extracting VAT amounts and rates from Greek POS receipts
  • Processing AADE and EFKA government forms into structured data
  • Converting handwritten Greek notes and signatures to searchable text
  • Exporting OCR results to QuickBooks or Xero accounting software

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Process today's batch of scanned Greek invoices

AGENT
  1. 1Assess image quality and detect Greek text layout
  2. 2Enhance images for Greek character recognition
  3. 3Run Tesseract OCR with Greek language model
  4. 4Extract and validate VAT numbers, amounts, and dates against Greek business rules
  5. 5Export structured invoice data to CSV or accounting software format
OUTPUT

Structured invoice records with supplier names, VAT numbers, line items, and totals ready for accounting import

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Tesseract OCR with Greek language pack (tesseract-ocr-ell)Xero API key (XERO_API_KEY) for direct Xero integration (optional)