Codex_Extractor / README.md
Jamal Romeh
Patch extractor to use Mistral OCR and fix py3.14 deps
2d7922b
|
Raw
History Blame Contribute Delete
914 Bytes

A newer version of the Gradio SDK is available: 6.26.0

Upgrade
metadata
title: Codex Extractor
emoji: 🐨
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: 6.14.0
python_version: '3.12'
app_file: app.py
pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Smoke Signal Ops

  • Diagnostic audit trail: smoke_signal/manifest/DIAGNOSTIC_AUDIT_TRAIL.md
  • Bug report template: smoke_signal/manifest/BUG_REPORT_TEMPLATE.md

OCR Runtime (Mistral OCR)

  • PDF OCR is wired to Mistral OCR using model mistral-ocr-latest.
  • Add the Hugging Face Space secret:
    • MISTRAL_API_KEY
  • The extractor sends uploaded PDFs to Mistral OCR as base64 document_url payloads and preserves page-order output for fingerprint metrics.

Fingerprint Data Boundary

  • Final author fingerprint records store derived numeric/categorical metrics only.
  • Source manuscript text is not stored in the final fingerprint library.