awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesOCR Model Configurations

Management of model data files for varying accuracy and performance requirements.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · OCR Model Configurations. Refine with filters or upvote what's useful.

Awesome OCR Model Configurations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tesseract-ocr/tesseractAvatar tesseract-ocr

    tesseract-ocr/tesseract

    74,751Vezi pe GitHub↗

    Tesseract is a neural network-based optical character recognition engine designed to convert scanned images and digital documents into machine-readable, searchable text. It functions as both a command-line utility for automating large-scale digitization workflows and a cross-platform library that can be embedded into desktop, mobile, or server-side applications. By utilizing long short-term memory networks, the engine provides robust text extraction across more than one hundred languages and dozens of scripts. The project distinguishes itself through a sophisticated document layout analysis f

    Select between fast integer-based models and high-accuracy float-based models to meet specific performance and precision requirements.

    C++hacktoberfestlstmmachine-learning
    Vezi pe GitHub↗74,751
  • yuliang-liu/monkeyocrAvatar Yuliang-Liu

    Yuliang-Liu/MonkeyOCR

    6,487Vezi pe GitHub↗

    MonkeyOCR is a GPU-accelerated document parsing server that converts PDFs and images into structured markdown while preserving the spatial layout of text, formulas, and tables. It provides both an interactive Gradio web interface for uploading files and viewing parsed output in real time, and a RESTful HTTP API endpoint that accepts document uploads and returns structured JSON results for programmatic consumption. The system routes document pages through specialized OCR sub-models for text, formula, and table recognition based on the selected extraction task, and packages the entire model sta

    Routes document pages through specialized OCR sub-models for text, formula, and table recognition.

    Python
    Vezi pe GitHub↗6,487
  • oomol-lab/pdf-craftAvatar oomol-lab

    oomol-lab/pdf-craft

    4,867Vezi pe GitHub↗

    pdf-craft is an OCR-based document parser and structure extractor designed to convert PDF files into structured data, Markdown, or EPUB ebooks. It utilizes optical character recognition and statistical analysis to identify document hierarchies and extract text and structured content. The system features specialized rendering for mathematical formulas and tables, using heuristic reconstruction to convert tabular data into digital formats. It includes a document structure extractor that builds tables of contents by analyzing font sizes, linguistic patterns, and language model title detection.

    Manages local storage of OCR model weights to ensure stability and offline functionality.

    Pythondeepseek-ocrdocumentocr
    Vezi pe GitHub↗4,867
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures
  5. Computer Vision Segmentation Models
  6. OCR Model Configurations

Explorează sub-etichetele

  • Multi-Model PipelinesPipelines that route document pages through specialized sub-models for different content types. **Distinct from OCR Model Configurations:** Distinct from OCR Model Configurations: focuses on routing pages through multiple specialized models rather than managing model data files.