• Home
  • Categories
  • Pricing
  • Submit
    Built with
    Ever Works
    Ever Works

    Connect with us

    Stay Updated

    Get the latest updates and exclusive content delivered to your inbox.

    Product

    • Categories
    • Pricing
    • Help

    Clients

    • Sign In
    • Register
    • Forgot password?

    Company

    • About Us
    • Admin
    • Sitemap

    Resources

    • Blog
    • Submit
    • API Documentation
    All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
    Copyright © 2025 Awesome Vector Databases. All rights reserved.·Terms of Service·Privacy Policy·Cookies
    Decorative pattern
    Decorative pattern
    1. Home
    2. Data Processing
    3. ruvector-scipix

    ruvector-scipix

    Rust OCR engine for scientific documents, extracting text and mathematical equations to LaTeX, MathML, or plain text. Supports batch processing, content detection for equations/tables/diagrams, confidence scoring, and PDF support. Includes TypeScript client (@ruvector/scipix) and CLI (scipix-cli).

    Overview

    Scientific OCR specialized for equations and technical content.

    Features

    • Multi-format output: LaTeX, MathML, AsciiMath, plain text, JSON
    • Batch processing with parallelism
    • Content detection: equations, tables, diagrams
    • Confidence scoring per region
    • PDF multi-page support
    • CLI: scipix-cli ocr/serve/mcp

    Usage

    // Rust integration via crate
    cargo add ruvector-scipix
    
    import { SciPixClient } from '@ruvector/scipix';
    const client = new SciPixClient({ baseUrl: 'http://localhost:8080' });
    const result = await client.ocrFile('./equation.png', { formats: ['LaTeX'] });
    
    scipix-cli ocr --input equation.png --format latex
    

    Pricing

    Open-source, free.

    Surveys

    Loading more......

    Information

    Websitecrates.io
    PublishedApr 7, 2026

    Categories

    1 Item
    Data Processing

    Tags

    4 Items
    #ocr#rust#scientific#open-source

    Similar Products

    6 result(s)

    pgvecto.rs

    PostgreSQL extension for scalable, low-latency vector search written in Rust. Features 20x faster HNSW than pgvector, with support for FP16, INT8, and binary vectors. This is an OSS extension.

    Featured

    nano-vectordb-rs

    A simple, easy-to-hack vector database library implemented in Rust. It supports fast cosine similarity searches with Rayon parallelism, embedded persistence, and a minimal API ideal for prototyping and educational purposes.

    ospipe

    RuVector-enhanced personal AI memory for Screenpipe, replacing SQLite with semantic vector search, knowledge graphs, and attention reranking.

    ruqu

    Rust crate for quantum circuit simulation and coherence assessment using min-cut gates. Integrates MWPM decoder and post-quantum signatures for AI safety in quantum-inspired computing.

    RuVector

    A self-learning, self-optimizing vector database with graph intelligence, local AI runtime, and PostgreSQL integration. It improves search quality over time using GNNs that learn from queries and feedback, supports hybrid search, Graph RAG, DiskANN, and deploys as a single file anywhere including browsers and edge devices. Open-source under MIT license, free forever.

    ruvector-attention-unified-wasm

    Unified WASM bindings for 18+ attention mechanisms including neural, DAG, and Mamba SSM, optimized for vector search and processing.