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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Ucas-HaoranWei avatar

Ucas-HaoranWei/GOT-OCR2.0

0
View on GitHub↗
8,141 estrellas·703 forks·Python·7 vistas

GOT OCR2.0

GOT-OCR2.0 is an end-to-end optical character recognition system and document text extractor. It utilizes a unified transformer architecture to recognize and extract plain and formatted text from diverse images and documents.

The system features a multi-crop processing method that divides high-resolution or dense documents into smaller sections to maintain recognition detail. It also includes a renderer that transforms recognized text into HTML to preserve the original structure and layout of the document.

The project provides a framework for fine-tuning pre-trained models on custom datasets for specialized domains. It further includes utilities for model performance evaluation and benchmarking using multi-GPU acceleration.

Features

  • End-to-End Architectures - Utilizes a unified transformer architecture to process images directly into structured text sequences without multi-stage pipelines.
  • High-Resolution Document OCR - Capturing high-detail text from large or dense documents by processing the image in smaller cropped sections.
  • Image Tiling - Divides high-resolution images into smaller overlapping tiles to maintain pixel density for fine-grained text recognition.
  • Document Text Extractors - Captures plain and formatted text from diverse document types and complex image layouts.
  • Multi-Crop Processing - Divides large or dense documents into smaller sections to maintain high recognition detail.
  • Text Extraction and OCR - Extracts plain and formatted text from diverse images and documents using a unified deep learning model.
  • Optical Character Recognitions - Recognizes plain and formatted text from diverse document types using a unified deep learning model.
  • Layout Recovery - Converts scanned images of complex documents into HTML outputs that preserve the original layout and formatting.
  • Multi-Crop Processing - Captures high-detail text across large or dense documents by dividing complex images into smaller sections.
  • Visual-Textual Alignments - Maps image features and text tokens into a shared latent space to correlate visual structure with linguistic meaning.
  • GPU-Accelerated Inference - Implements multi-GPU acceleration to increase throughput during large-scale document processing.
  • Vision Model Fine-Tuning - Provides a framework for adjusting pre-trained vision transformers using specialized datasets to improve domain-specific vocabulary recognition.
  • OCR Model Fine-Tuners - Provides procedures for retraining OCR models on custom datasets to improve recognition accuracy for specialized domains.
  • HTML Document Renderers - Transforms recognized text and layout coordinates into structured HTML to preserve the original document formatting.
  • Data Processing - Optical character recognition model for document understanding.
  • Data Processing Tools - OCR model for document understanding and text extraction.

Historial de estrellas

Gráfico del historial de estrellas de ucas-haoranwei/got-ocr2.0Gráfico del historial de estrellas de ucas-haoranwei/got-ocr2.0

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a GOT OCR2.0

Proyectos open-source similares, clasificados según cuántas características comparten con GOT OCR2.0.
  • opendatalab/pdf-extract-kitAvatar de opendatalab

    opendatalab/PDF-Extract-Kit

    9,724Ver en GitHub↗

    PDF-Extract-Kit is a document extraction toolkit designed to convert PDF documents into structured formats such as Markdown, HTML, and LaTeX. It functions as a multi-stage parsing framework that combines a document layout analyzer, a formula recognition engine, an OCR text extractor, and a table extraction system. The project focuses on recovering complex document elements by translating images of mathematical formulas and tabular structures into editable source code. It utilizes model-driven layout analysis to identify structural elements in reports and textbooks while ignoring noise like wa

    Python
    Ver en GitHub↗9,724
  • ds4sd/doclingAvatar de DS4SD

    DS4SD/docling

    62,172Ver en GitHub↗

    Docling is a multimodal content converter and document parser designed to transform PDFs, Office files, and HTML into structured Markdown or JSON for generative AI applications. It functions as an OCR document processor and a PDF layout analyzer that extracts tables, charts, and hierarchical structures while preserving the original page layout. The system operates as a local-first inference engine, allowing for the processing of sensitive data in air-gapped environments without external network connectivity. It can also be deployed as an API or a Model Context Protocol server to provide parsi

    Python
    Ver en GitHub↗62,172
  • getomni-ai/zeroxAvatar de getomni-ai

    getomni-ai/zerox

    12,241Ver en GitHub↗

    Zerox is a multimodal document parser and OCR tool that uses vision models to convert PDF files and images into structured Markdown text. It functions as a visual layout extraction engine, leveraging large multimodal models to digitize documents while maintaining their original structural formatting. The system differentiates itself through the use of coordinate-based element mapping and multimodal layout analysis to identify structural elements like tables, charts, and headers. It utilizes rasterization to convert vector PDF pages into high-resolution bitmaps, ensuring consistent input for t

    TypeScriptocrpdf
    Ver en GitHub↗12,241
  • open-edge-platform/anomalibAvatar de open-edge-platform

    open-edge-platform/anomalib

    5,871Ver en GitHub↗

    Anomalib is a PyTorch-based library for visual anomaly detection, offering a modular framework, a comprehensive model zoo, and a benchmarking suite designed for industrial defect detection. It provides a wide range of algorithms—including generative, discriminative, teacher-student, and vision-language approaches—that support unsupervised, few-shot, and zero-shot settings. The library enables deployment through model export to ONNX and OpenVINO for edge devices, and includes a no-code web application for training and inference. It also features a command-line interface for orchestrating multi

    Pythonanomaly-detectionanomaly-localizationanomaly-segmentation
    Ver en GitHub↗5,871
Ver las 30 alternativas a GOT OCR2.0→

Preguntas frecuentes

¿Qué hace ucas-haoranwei/got-ocr2.0?

GOT-OCR2.0 is an end-to-end optical character recognition system and document text extractor. It utilizes a unified transformer architecture to recognize and extract plain and formatted text from diverse images and documents.

¿Cuáles son las características principales de ucas-haoranwei/got-ocr2.0?

Las características principales de ucas-haoranwei/got-ocr2.0 son: End-to-End Architectures, High-Resolution Document OCR, Image Tiling, Document Text Extractors, Multi-Crop Processing, Text Extraction and OCR, Optical Character Recognitions, Layout Recovery.

¿Qué alternativas de código abierto existen para ucas-haoranwei/got-ocr2.0?

Las alternativas de código abierto para ucas-haoranwei/got-ocr2.0 incluyen: ds4sd/docling — Docling is a multimodal content converter and document parser designed to transform PDFs, Office files, and HTML into… opendatalab/pdf-extract-kit — PDF-Extract-Kit is a document extraction toolkit designed to convert PDF documents into structured formats such as… getomni-ai/zerox — Zerox is a multimodal document parser and OCR tool that uses vision models to convert PDF files and images into… open-edge-platform/anomalib — Anomalib is a PyTorch-based library for visual anomaly detection, offering a modular framework, a comprehensive model… kreuzberg-dev/kreuzberg — Kreuzberg is a document extraction engine that converts PDFs, Office files, images, and over 90 other formats into… lmeszinc/azurlaneautoscript — AzurLaneAutoScript is a mobile game automation system designed to perform repetitive gameplay tasks unattended. It…