Spaces:
Running
Running
File size: 1,441 Bytes
d82a6d1 2d4ad1a d82a6d1 2d4ad1a d82a6d1 2d4ad1a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | ---
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
- β **GitHub:** <https://github.com/bhaskargurram-ai/verifydoc>
- π¦ **PyPI:** `pip install verifydoc` β <https://pypi.org/project/verifydoc/>
- π **Docs:** <https://bhaskargurram-ai.github.io/verifydoc/>
Private by default β self-host the whole app on your own infra:
`docker run -p 8000:8000 ghcr.io/bhaskargurram-ai/verifydoc`.
|