Rust OCR engine for scientific documents - extract LaTeX, MathML from math equations, research papers, and technical diagrams with ONNX GPU acceleration
// Integration test module organization
//// This module provides integration tests for the ruvector-scipix OCR system.
// Tests are organized by functionality area.
pubmodaccuracy_tests;pubmodapi_tests;pubmodcache_tests;pubmodcli_tests;pubmodperformance_tests;pubmodpipeline_tests;// Re-export common test utilities
pubusecrate::common::*;