All Packages
Package Summary
Package
Description
The register domain exception model:
RegisterErrorKind (the app-specific failure
categories implementing the shared ErrorCategory)
and RegisterException (the unchecked exception
that carries a kind to the CLI boundary, where the shared ExceptionMapper turns it into a
sysexits exit code and log level).The pure value types of the registration kernel: the page rectangle (
Box) and geometric transform (Transform); the fixed output page (Canvas) and paper model (PaperSize); the placement strategy (Anchor) and spread side (Parity); the output format (OutputFormat) and run knobs (RegisterOptions); the analysis result (Detection, Band, PageObservation); and the diagnostic record (PageDiagnostic).The pure algorithms of the registration kernel, operating only on the
domain value types and primitive arrays — no Leptonica
Pix, no filesystem, no threads.