awesome-repositories.com

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

ExplorarBúsquedas curadasBlogMapa del sitio
ProyectoAcerca dePrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comCategoríasBlog
Layout-Parser avatar

Layout-Parser/layout-parser

0
View on GitHub↗
layout-parser.github.io↗

Layout Parser

Layout-parser es un framework de deep learning para el análisis de diseño de documentos y análisis de imágenes. Proporciona un kit de herramientas para extraer información estructural y patrones de diseño de documentos escaneados e imágenes digitales, transformándolos en estructuras de datos programáticas para el análisis automatizado.

El framework integra la detección de diseño con reconocimiento óptico de caracteres (OCR) para convertir regiones tabulares en datos legibles por máquina. Utiliza redes neuronales para identificar y clasificar elementos estructurales dentro de imágenes de documentos sin depender de sistemas manuales basados en reglas.

El sistema cubre una amplia gama de capacidades de análisis de documentos, incluyendo el análisis de estructura de documentos, extracción automatizada de tablas y representación jerárquica de diseño. También incluye herramientas de visualización para renderizar elementos detectados y jerarquías sobre imágenes originales para la verificación de resultados.

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

Features

  • Document Layout Analysis - Provides deep learning tools to identify complex structures and layout elements from document images.
  • Layout Parsing Toolkits - Provides a deep learning toolkit to detect and analyze structural elements within document images.
  • Document Analysis Models - Applies neural networks to detect and classify document components without relying on manual rules.
  • Document Structure Analysis - Extracts layout and text from images into specialized programmatic data structures for analysis.
  • Hierarchical Representations - Organizes detected document elements into a parent-child tree structure to preserve logical information flow.
  • Tabular Grid Mapping - Combines visual region detection with OCR to map textual content into structured tabular grids.
  • Document Region Detectors - Uses deep learning neural networks to identify and classify structural regions within document images.
  • Table Structure Reconstructions - Transforms tabular regions into machine-readable formats by reconstructing logical grids from visual elements.
  • Visual Structural Elements - Locates and identifies specific structural elements within document images using deep learning models.
  • Document Extraction Tools - Offers a library for parsing document images into programmatic data structures for downstream analysis.
  • Tabular Data Extraction - Converts tabular data from document images into machine-readable formats using layout detection and OCR.
  • Pixel Coordinate Mappings - Maps neural network bounding box outputs to normalized pixel coordinates for consistent document analysis.
  • Bounding Box Visualizers - Renders detection masks and bounding boxes over original images for manual verification of parsing accuracy.
  • OCR Layout Integration Pipelines - Combines layout detection with OCR in a pipeline to convert tabular regions into machine-readable data.
  • Parsing Verification Overlays - Renders detected layout elements and hierarchies visually to verify automated document parsing accuracy.
  • Layout Visualization Tools - Renders detected document elements and hierarchies visually to verify automated parsing accuracy.
  • Unified Model Wrappers - Standardizes different deep learning backends under a single API to allow swapping detection models seamlessly.
  • PDF Processing Tools - Deep learning-based tool for document layout analysis.
5,749 estrellas·536 forks·Python·Apache-2.0·5 vistas

Historial de estrellas

Gráfico del historial de estrellas de layout-parser/layout-parserGráfico del historial de estrellas de layout-parser/layout-parser

Frequently asked questions

What does layout-parser/layout-parser do?

Layout-parser es un framework de deep learning para el análisis de diseño de documentos y análisis de imágenes. Proporciona un kit de herramientas para extraer información estructural y patrones de diseño de documentos escaneados e imágenes digitales, transformándolos en estructuras de datos programáticas para el análisis automatizado.

What are the main features of layout-parser/layout-parser?

The main features of layout-parser/layout-parser are: Document Layout Analysis, Layout Parsing Toolkits, Document Analysis Models, Document Structure Analysis, Hierarchical Representations, Tabular Grid Mapping, Document Region Detectors, Table Structure Reconstructions.

What are some open-source alternatives to layout-parser/layout-parser?

Open-source alternatives to layout-parser/layout-parser include: kreuzberg-dev/kreuzberg — Kreuzberg is a document extraction engine that converts PDFs, Office files, images, and over 90 other formats into… pymupdf/pymupdf — PyMuPDF is a comprehensive PDF manipulation library and document analysis tool. It serves as a text extraction tool,… grobidorg/grobid — Grobid is a machine learning system designed to transform academic and scientific PDF publications into structured… oomol-lab/pdf-craft — pdf-craft is an OCR-based document parser and structure extractor designed to convert PDF files into structured data,… funstory-ai/babeldoc — BabelDOC is a technical document translation system designed to translate PDF files while preserving their original… bytedance/dolphin — Dolphin is a multimodal layout analyzer and image-to-structure converter that transforms photographed or digital…

Alternativas open-source a Layout Parser

Proyectos open-source similares, clasificados según cuántas características comparten con Layout Parser.
  • kreuzberg-dev/kreuzbergAvatar de kreuzberg-dev

    kreuzberg-dev/kreuzberg

    8,527Ver en GitHub↗

    Kreuzberg is a document extraction engine that converts PDFs, Office files, images, and over 90 other formats into clean, structured text and metadata. It is built around a compiled Rust core that can be used as a native library, a command-line tool, a REST API server, or a WebAssembly module for browser-based processing. The system is designed to run entirely on self-hosted infrastructure, with no data leaving the user's environment. What distinguishes Kreuzberg is its breadth of integration surfaces and its pipeline architecture. It exposes extraction capabilities through native bindings fo

    Rustdocument-intelligenceelixirffi
    Ver en GitHub↗8,527
  • grobidorg/grobidAvatar de grobidOrg

    grobidOrg/grobid

    4,954Ver en GitHub↗

    Grobid is a machine learning system designed to transform academic and scientific PDF publications into structured XML. It functions as a PDF to XML parser and scholarly metadata extractor, identifying and normalizing titles, authors, affiliations, and bibliographic references from research papers. The system utilizes a deep learning document segmenter to divide raw PDFs into functional regions and employs a bibliographic reference resolver to match citations against external registries for metadata enrichment and DOI resolution. It supports a full machine learning model training pipeline, al

    Javabibliographical-referencescrfdeep-learning
    Ver en GitHub↗4,954
  • funstory-ai/babeldocAvatar de funstory-ai

    funstory-ai/BabelDOC

    7,752Ver en GitHub↗

    BabelDOC is a technical document translation system designed to translate PDF files while preserving their original layout and styling. It functions as a layout-preserving translator that utilizes large language models to convert content into target languages, specifically tailored for scientific and technical documents. The system distinguishes itself through specialized handling of academic content, including the identification and preservation of mathematical formulas and complex layout structures. It ensures technical accuracy by employing glossary-driven terminology enforcement, using so

    Python
    Ver en GitHub↗7,752
  • oomol-lab/pdf-craftAvatar de oomol-lab

    oomol-lab/pdf-craft

    4,867Ver en 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.

    Pythondeepseek-ocrdocumentocr
    Ver en GitHub↗4,867
Ver las 30 alternativas a Layout Parser→