nx_lib_pdf_diag.nx
buildroot/runtime/nx_lib_pdf_diag.nx
about
nx_lib_pdf_diag.nx -- diagnose PDF text extraction quality on the saved
PMC (Apache FOP) PDF: read file -> extract -> save text -> report printable
ratio + samples, so the font-decode failure class is clear.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_lib_pdf.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
| 6 | const K_MAGIC_16777216: i64 = 16777216 |
functions
| 8 | func dg_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 9 | func dg_wr(p: *u8, n: i64) -> i64 { sys_write(1, p, n); return 0 } |
| 10 | func dg_putn(v: i64) -> i64 |
| 19 | func main() -> i64 |