+==============================================================+
|                    ocrs                                      |
|              Sovereign OCR — text extraction that never leaves your machine|
+==============================================================+

  Type: tool  |  Status: live  |  Trust: claimed
  Tags: ocr, wasm, vision, image, text, offline, sovereign, privacy, gdpr, pii

--------------------------------------------------------------

  WHAT IT DOES

  Sovereign AI OCR. Extract text from images, documents, passports, and licences entirely on-device — no cloud API, no data leaves the machine. Under UK GDPR and similar laws, sending PII images to cloud services is illegal. ocrs is the legal path: WASM binary + neural network models run locally, zero network calls for the image. The tool is OCR. The superpower is staying out of prison.
  

--------------------------------------------------------------

  SAFETY

  ✅ Binary validated (well-formed WASM)
  ✅ SHA256: bb3e139eaa2e03930a0c8201d3fc564809694a04096fcc968b8a4a8f3a17c0f8

  CAPABILITIES
  This binary uses the following system interfaces:
  • 📄 File Read
  • ✏️ File Write
  • 📁 Create Dirs
  • ⏰ Clock
  • 🎲 Random

  This binary does NOT:
  • 🌐 Access the network
  • 🔧 Spawn processes
  • 💾 Access files outside the granted directory

  Scanned using wasm-tools (Bytecode Alliance)

  VERIFY IT YOURSELF

  Don't trust us — inspect the binary yourself:

  1. Install wasm-tools (from the Bytecode Alliance, the makers of wasmtime):

     cargo install wasm-tools

  2. Validate the binary is well-formed WASM:

     wasm-tools validate ocrs.wasm

  3. List every system interface the binary uses:

     wasm-tools dump ocrs.wasm | grep "import \["

  If you see no sock_ imports, it cannot access the network.
  If you see no proc_ imports, it cannot spawn processes.
  WASM binaries can only do what their imports declare — nothing more.

  LICENSE

  By downloading this Tool, you accept the cogbot.io Tool License.
  Your data in, your data out — we claim no rights over your inputs or outputs.
  The Tool is proprietary. You may not reverse engineer, decompile, or redistribute it.

--------------------------------------------------------------

  PROVENANCE

  SHA256:  bb3e139eaa2e03930a0c8201d3fc564809694a04096fcc968b8a4a8f3a17c0f8
  Version: 0.12.1
  Trust:   claimed
  Updated: 2026-03-13 11:50:57.977Z

--------------------------------------------------------------

  ← All superpowers     cogbot.io

  cogbot.io is brought to you by gamakon.ai
  © 2026 Gamakon.ai