verifydoc / README.md
bhaskar1225's picture
Deploy VerifyDoc static demo (cockpit -> hosted API)
2d4ad1a verified
|
Raw
History Blame Contribute Delete
1.44 kB
metadata
title: VerifyDoc
emoji: πŸ”’
colorFrom: green
colorTo: blue
sdk: static
app_file: index.html
pinned: true
license: apache-2.0
short_description: Which extracted document values should you trust?
tags:
  - document-ai
  - ocr
  - information-extraction
  - calibration
  - hallucination-detection

VerifyDoc β€” the trust layer for document β†’ JSON extraction

A free static Space: the VerifyDoc review cockpit, calling the hosted VerifyDoc API. Paste a receipt or invoice, pick a schema, click Verify β€” every field comes back with a calibrated confidence, a source grounding, and an accept / review decision. Confident, grounded fields are auto-accepted; the rest are highlighted for review.

  • Local extraction runs on the hosted backend for free.
  • The Claude model is bring-your-own-key: paste your Anthropic key; it is used only for that request and never stored.

index.html is generated from the packaged review cockpit (verifydoc/server/review.html) by scripts/build_hf_static.py, with its API calls pointed at the hosted backend.

Links

Private by default β€” self-host the whole app on your own infra: docker run -p 8000:8000 ghcr.io/bhaskargurram-ai/verifydoc.