ruvector-scipix 0.1.16

Rust OCR engine for scientific documents - extract LaTeX, MathML from math equations, research papers, and technical diagrams with ONNX GPU acceleration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Server configuration
SERVER_ADDR=127.0.0.1:3000

# Logging
RUST_LOG=mathpix_server=debug,tower_http=debug,axum=trace

# Rate limiting
RATE_LIMIT_PER_MINUTE=100

# Job queue
MAX_CONCURRENT_JOBS=50

# Cache settings
CACHE_MAX_SIZE=10000
CACHE_TTL_SECONDS=3600