text-anonymize-legal-de/assets/icon.svg
flemming-it 3e018f528a
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m20s
text.anonymize.legal-de 0.1.0: WASM bridge to the judge-ner host service
NER anonymization of German legal texts (plain text + DOCX) via the
JuraNER model by Harshil Darji (MIT). The transformer model runs in
the judge-ner host service; this module forwards documents over
loopback HTTP and maps responses onto the capability contract.
2026-07-10 12:44:32 +02:00

8 lines
553 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<rect width="64" height="64" rx="12" fill="#08090A"/>
<!-- document with redacted lines -->
<rect x="18" y="12" width="28" height="40" rx="3" fill="none" stroke="#E9E7E2" stroke-width="3"/>
<line x1="24" y1="22" x2="40" y2="22" stroke="#E9E7E2" stroke-width="3" stroke-linecap="round"/>
<rect x="24" y="28" width="16" height="5" rx="2" fill="#2E8F9E"/>
<line x1="24" y1="40" x2="36" y2="40" stroke="#E9E7E2" stroke-width="3" stroke-linecap="round"/>
</svg>