code wiki / _hdl_build / nx_ocr_recall.nx
nx_ocr_recall.nx
buildroot/runtime/_hdl_build/nx_ocr_recall.nx
about
nx_ocr_recall.nx -- CLI for the sovereign OCR-recall scorer (math in nx_ocr_recall_lib, so the gate
tests the exact code this CLI runs). How much of what a reader can read in the ORACLE render survives
in OURS? usage: nx_ocr_recall <truth_ocr.txt> <ours_ocr.txt> (both = OCR text of the same page's two
renders, read by the SAME neutral instrument). Prints RECALL/PRECISION/F1, integer permille.
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_itoa_lib.nxnx_ocr_recall_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 10 | func rc_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 15 | func rc_n(v: i64) -> i64 { nxi_out(v); return 0 } |
| 17 | func main(argc: i64, argv: *i64) -> i64 |