code wiki / ocr
topic: ocr
9 modules sharing the ocr name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_ocr_assemble.nx | R5 of the sovereign scanning stack: recognized glyphs -> text. Groups glyphs into lines by | 85 | 1 |
| nx_ocr_assemble_gate.nx | proves R5 (glyphs -> text). Glyphs fed in SCRAMBLED order (C, A, D, B): 'A','B','C' on | 43 | 2 |
| nx_ocr_bench_render.nx | OCR-LEGIBILITY harness, OUR side: render the bench page through the REAL | 63 | 4 |
| nx_ocr_classify.nx | R4 of the sovereign scanning stack: glyph box -> character. The recognition core: resample | 48 | 3 |
| nx_ocr_classify_gate.nx | proves R4 (glyph -> character). Templates for '0','1','7' on a 3x5 grid. Renders a '7' | 67 | 3 |
| nx_ocr_legibility_census.nx | THE MECHANICAL LEGIBILITY JUDGE (operator 2026-07-03: "it should be an | 209 | 12 |
| nx_ocr_recall.nx | CLI for the sovereign OCR-recall scorer (math in nx_ocr_recall_lib, so the gate | 38 | 3 |
| nx_ocr_recall_gate.nx | 59 | 4 | |
| nx_ocr_recall_lib.nx | the reading-recall SCORING MATH as a shared lib (single-responsibility: the CLI | 104 | 4 |