ruvector-scipix 2.0.4

Rust OCR engine for scientific documents - extract LaTeX, MathML from math equations, research papers, and technical diagrams with ONNX GPU acceleration
Documentation
{
  "name": "ruvector-mathpix-wasm",
  "version": "0.1.0",
  "description": "Mathpix OCR WebAssembly bindings",
  "type": "module",
  "main": "index.js",
  "types": "types.ts",
  "scripts": {
    "build": "wasm-pack build .. --target web --out-dir web/pkg --release -- --features wasm",
    "build:dev": "wasm-pack build .. --target web --out-dir web/pkg --dev -- --features wasm",
    "serve": "python3 -m http.server 8080",
    "dev": "npm run build:dev && npm run serve",
    "test": "echo \"No tests yet\""
  },
  "keywords": [
    "wasm",
    "ocr",
    "mathpix",
    "latex",
    "webassembly"
  ],
  "author": "Ruvector Team",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.0.0"
  }
}