docs(wiki): add OCR-Setup page
The TextRecognizer error message points to /wiki/OCR-Setup but the page
never existed in the OculiX wiki (URL inherited from the SikuliX naming
convention). GitHub silently redirects to the wiki home, leaving users
who hit a Tesseract init failure with no actionable info.
This page covers:
- How Tesseract is bundled via Legerix (no system install needed)
- Troubleshooting for the common 'undefined symbol' failure mode (#350
RUNPATH $ORIGIN bug, fixed in Legerix 5.5.0-8 / OculiX 3.0.5)
- Generic 'Tesseract library problems' triage steps
- macOS Gatekeeper quarantine workaround
- Optional PaddleOCR sidecar setup
- Programmatic OCR configuration
Cross-linked with OCR-Engines (architecture-focused page).
Related to #210.
Co-authored-by: Claude (Anthropic) <noreply@anthropic.com>
6c0acf1
docs(wiki): strip H1 titles from every page — they duplicate the GitHub page header
GitHub's wiki UI renders the page name as a big header at the top of
the page. Having a `# Title` as the first line of each .md was a
visual duplicate. Removed across all 15 pages.
Cases where the H1 carried extra info beyond the page name (e.g.
"# Headless Mode (-r)", "# OpenCV Migration: openpnp to Apertix")
lost that subtitle; the badges and intro paragraph that immediately
follow already convey the technical detail, so the trim is safe.
Co-authored-by: Claude (Anthropic) <noreply@anthropic.com>
4415416
docs(home): fix Industries grid polluting TOC with bare emoji headers
The previous HTML <table> used <h2>🏦</h2> in each cell, which GitHub
interpreted as actual H2 headers and added them to the auto-generated
right-side table of contents (🏦, 🖥️, 🏪, 📱, 🔀 as orphan TOC entries).
On top of that, the icon visually drifted from the text below it.
Replace with a plain Markdown table (icon + name on the title row,
short tagline on the body row). Same five sectors, no TOC pollution,
clean visual coupling.
Co-authored-by: Claude (Anthropic) <noreply@anthropic.com>
4ad5429
docs(home): drop misleading docs site annotation (Starlight, EN+FR)
The previous "(Astro Starlight, EN + FR)" annotation was wrong on two
points: docs.oculix.org is English-only, and the tech stack of the
site is not relevant for the wiki landing.
Co-authored-by: Claude (Anthropic) <noreply@anthropic.com>
b20070a
docs(home): visual upgrade — hero, industries grid, foldable quickstart
Builds on the previous full rewrite with four visual improvements:
1. Centered hero with H1, tagline, two rows of badges (tech + stats)
2. "Why OculiX" rendered as a 5-cell HTML grid (Banking, Mainframes,
Retail POS, Android fleets, Hybrid flows) with emoji + tagline
3. Quickstart in collapsible <details> blocks per language stack
(Java open by default, Jython / Node / Python / .NET foldable)
4. Stats badges row: 22 locales, 5+ sectors, 12+ contributors,
MIT → MIT 23 years, fork of SikuliX1
Plus content corrections:
- Doc site URL fixed: oculix.org -> docs.oculix.org
- i18n reviewer for German is RaiMan (mentioned in his line directly),
not a separate entry
- Wiki Navigation reorganised in a two-column HTML grid
- Ecosystem section also rendered as a 2x2 grid
- External resources split into two columns
- Footer with subtle "MIT-licensed, developed in the open" line
Co-authored-by: Claude (Anthropic) <noreply@anthropic.com>
d464db0
docs(home): full rewrite — pitch, ecosystem, community, MIT positioning
Replaces the previous spartan landing page with a richer Home that
matches the public OculiX positioning:
- Tagline lifted from the public articles
- "Why OculiX" section with the use cases the public articles target
(ERP / CRM / mainframes / retail POS / Android fleets / hybrid flows)
- 30-second example with Maven dependency + Java + Jython snippets
- "Free, MIT, no commercial pitch" section linking to the
"23 ans après le MIT" article that lays out the position
- Ecosystem section : Operix wrappers, Apertix OpenCV fork,
paddleocr-server, MCP server module
- Community section : credits RaiMan, native i18n reviewers,
bug hunters and fixers explicitly
- External resources : oculix.org, shiftopsolutions, La Guilde
newsletter, Maven Central coordinates
Version badge bumped 3.0.1 -> 3.0.3 (current stable).
Wiki navigation kept structurally similar so existing links don't drift.
Co-authored-by: Claude (Anthropic) <noreply@anthropic.com>
a99e10c
Updated VNC Full Stack (markdown)
b61b80b