A specialized local OCR engine designed for high-precision recognition of Greek business documents, invoices, and handwritten materials.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install greek-document-ocr
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install greek-document-ocr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Greek Document OCR is a robust technical solution for developers and accountants needing to process Greek-language materials without relying on cloud-based APIs. As part of the ecosystem of Openclaw Skills, this tool leverages Tesseract and custom logic to handle the unique nuances of the Greek alphabet, including complex accents, similar-character disambiguation (e.g., Greek Α vs Latin A), and specific business terminology.
The skill is engineered to integrate seamlessly into automated workflows, transforming raw scans and photos into structured, actionable data. By focusing on local processing, it ensures data privacy and compliance while providing superior accuracy for Greek business documents, legal contracts, and official government forms like those from AADE or EFKA.
To install this skill and integrate it with your Openclaw Skills environment, ensure you have Tesseract and jq installed:
# Set the data directory
export OPENCLAW_DATA_DIR="/data"
# Install Tesseract OCR with Greek language support
sudo apt install tesseract-ocr tesseract-ocr-ell
which jq || sudo apt install jq
# Create the required directory structure
mkdir -p $OPENCLAW_DATA_DIR/ocr/{incoming/{scanned,photos,government},output/{text-extracted,structured-data}}
The skill organizes processed data into a clear hierarchy within the Openclaw Skills data directory:
| Directory | Data Type | Description |
|---|---|---|
/incoming/scanned/ |
PDF, JPG, PNG | Raw document scans for batch processing. |
/incoming/handwritten/ |
Image files | Specialized input for Greek cursive recognition. |
/output/text-extracted/ |
.txt | Raw, corrected Greek text files. |
/output/structured-data/ |
.json | Extracted business entities (AFM, amounts, dates). |
/output/accounting-ready/ |
.csv | Formatted data ready for import into Xero or QuickBooks. |
Loading
A specialized automation agent for managing Greek tax compliance, AADE TAXISnet submissions, and EFKA payroll processing.

A specialized tool for parsing, categorizing, and reconciling financial transactions from all major Greek banks within the Openclaw Skills framework.

A comprehensive automation skill for managing Greek social security (EFKA) integration, from contribution calculations to employee lifecycle management.

A comprehensive business intelligence dashboard for Greek accounting firms that translates complex regulatory data into actionable English-language insights.

A professional accounting skill for generating ΕΓΛΣ-compliant financial statements and VAT summaries with automated completeness validation.

A comprehensive automation skill for processing Greek individual tax returns, E1 forms, and ENFIA property taxes.








































