imn@dev:~/work/ink-audit$ cat readme.md

proj://ink-audit

NDA — CODENAME

documents · OCR & anti-fraud

receipts and invoices arrive as photos; some of them are edited or outright forged. ink-audit reads every document, extracts structured fields, and catches tampering before anything reaches downstream processing.

imn@dev:~/work/ink-audit$ cat scheme.md

user ▤

receipt / invoice photo

upload

telegram bot

for humans

API service

for systems

OCR

structured fields

{ vendor, date, total, … }

verify

anti-fraud checks

edited / forged detection

verdict

✓ pass

→ downstream processing

✗ flagged

tampering suspected

// nothing edited or forged gets past the gate

imn@dev:~/work/ink-audit$ cat details.md

ENTRY
two front doors: a telegram bot for people, an API for systems.
PIPELINE
OCR → structured field extraction → anti-fraud checks for edited and forged documents.
OUTPUT
a verdict gate: only verified documents continue to downstream processing.
NDA
the name is a codename, the essence is real. details in person.