Decisions you can defend
Every finding is anchored to a page, a region, a producer version and a confidence score. Reviewers see why, not just a verdict — and can defend the decision months later.
Docutise reviews every page of a loan file for signatures, dates, notary marks, barcodes, PDF container evidence and visual defects — backed by evidence, tuned for near-zero false pass, and processed entirely on your own hardware.
Document defects surface late, cost days at closing, and expose lenders to repurchase risk. Manual stare-and-compare doesn't scale, and generic file scanners give a silent pass with nothing to defend it. Docutise treats every page as evidence to be examined — and says so clearly when it isn't sure.
Every finding is anchored to a page, a region, a producer version and a confidence score. Reviewers see why, not just a verdict — and can defend the decision months later.
The system is tuned to fail closed. When required evidence is missing or uncertain, the file routes to a person instead of quietly stamping accepted.
All analysis runs on local hardware. No cloud model calls, no alternate inference path. Borrower NPI stays inside your walls — by architecture, not by policy.
Docutise inspects each page independently and cross-references the results. Each lane produces its own defensible evidence with coordinates you can point to on the document.
Blur, low resolution, contrast, skew, crop, exposure, noise and compression — flagged before they hide a defect.
Page count, encrypted or corrupt containers, AcroForm indicators, unsafe features, annotations and metadata.
Extractable text, page-level OCR blocks, layout regions and reusable evidence coordinates for every finding.
Detection, decoding and masking policy — with required-barcode exceptions when one must be present and readable.
Wet signatures, initials and electronic signature blocks — kept distinct from separate PDF digital-signature evidence.
Missing, invalid, future, stale or unparseable dates — evaluated against the active audit profile's policy.
Notary language, seal and stamp indicators, commission language, and clearly-flagged notary uncertainty.
Strikeouts, whiteout, void or cancel marks, obscured text and suspicious blank regions that hint at tampering.
A predictable pipeline runs on every document. Deterministic checks first, local models where certified, and a person on anything uncertain.
Validate MIME, magic bytes, size, page count and encryption. Malware-scan locally before anything is stored.
Rasterize each page at 300 DPI, normalize and thumbnail — the visual substrate for every downstream check.
Run quality, PDF, OCR/layout, barcode, signature, date, notary and alteration lanes across every page.
Apply the audit profile's rules, cap scores on blocking findings, and assemble evidence-backed exceptions.
Reviewers triage exceptions; an admin makes the final call. Export a durable, defensible audit package.
Docutise speaks the language of lending operations: loan file, document, exception, condition, cure, re-upload, reviewer, admin final review.
Processing is local-first with no cloud path to leak to. That's not a setting you can flip off — it's the shape of the system.
A stable, documented API lets external systems upload documents, start audits, retrieve findings, resolve exceptions and download reports — without touching UI internals.
# 1 — upload a document (stays on your hardware) curl -X POST https://your-host/documents \ -H "Authorization: Bearer $KEY" \ -H "Idempotency-Key: $(uuidgen)" \ -F "file=@closing_disclosure.pdf" # 2 — start the audit curl -X POST https://your-host/documents/doc_9f2a/audit # 3 — read the evidence-backed scorecard GET /audits/aud_71c/scorecard → { "decision": "needs_review", "overall_score": 72, "findings": [ … ] }
No. Docutise runs local-first: there are no cloud model calls and no alternate cloud inference path. Original documents, rendered pages, OCR text, barcode values and model outputs are all treated as sensitive and stay on your hardware. Model and GPU workers are intended to run without normal internet egress during processing.
The frozen v1 audit scope covers Loan Estimates, Closing Disclosures, the Uniform Residential Loan Application (URLA), Borrower Authorizations and Notary Acknowledgments — each with its own required checks, date policy, signature evidence and notary indicators.
Docutise is tuned for a near-zero false-pass posture. Deterministic checks run first; local detector and semantic lanes are used only where certified. When required evidence is unavailable or uncertain, the file is routed to manual review rather than passed — and an admin makes the final acceptance or rejection call.
Docutise is a local-first prototype today, with a working API, review console, evidence model and local processing stack. We're in early access while we complete detector certification, signed-PDF fixtures and the production hardening described on our company page. We'd rather be honest about that than oversell it.
Yes. Docutise is API-first, so a LOS, POS, document platform or internal loan-file system can upload documents, start audits, retrieve findings, resolve exceptions and download durable reports programmatically. See the developer guide.
Request early access and we'll help you stand up a local pilot on your own hardware.