awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesStructural Header Extraction

Utilities for extracting the structural hierarchy and text of table headers alongside cell data.

Distinct from Content Extraction: Specifically targets the extraction of table metadata (headers) rather than general document text extraction.

Explore 3 awesome GitHub repositories matching data & databases · Structural Header Extraction. Refine with filters or upvote what's useful.

Awesome Structural Header Extraction GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • handsontable/handsontableAvatar de handsontable

    handsontable/handsontable

    21,947Voir sur GitHub↗

    Handsontable is a JavaScript data grid that provides a spreadsheet-like interface for managing and editing large datasets within web applications. It functions as a virtualized data table that renders only visible cells to maintain performance, paired with a synchronization layer that binds the grid to underlying data structures. The project distinguishes itself through a built-in spreadsheet calculation engine for evaluating mathematical and logical expressions and a dedicated tool for exporting grid content into Excel XLSX files. It ensures interoperability with external spreadsheet softwar

    Extracts column and group header text along with cell data for use in external applications.

    JavaScriptangular-datagridangular-tablecomponent
    Voir sur GitHub↗21,947
  • pymupdf/pymupdfAvatar de pymupdf

    pymupdf/PyMuPDF

    9,086Voir sur GitHub↗

    PyMuPDF is a comprehensive PDF manipulation library and document analysis tool. It serves as a text extraction tool, OCR engine, and image converter, providing a programmatic interface to edit, merge, split, and optimize PDF and Office documents. The project distinguishes itself through high-performance capabilities, including the use of C-bindings for low-level manipulation and parallelized page processing to accelerate workloads. It provides specialized conversion paths, such as transforming PDF content into Markdown for retrieval-augmented generation and large language model pipelines. It

    Omits repetitive page headers and footers during text extraction to remove noise.

    Pythondata-scienceepubextract-data
    Voir sur GitHub↗9,086
  • grobidorg/grobidAvatar de grobidOrg

    grobidOrg/grobid

    4,954Voir sur GitHub↗

    Grobid est un système de machine learning conçu pour transformer les publications académiques et scientifiques PDF en XML structuré. Il fonctionne comme un analyseur PDF vers XML et un extracteur de métadonnées savantes, identifiant et normalisant les titres, auteurs, affiliations et références bibliographiques des articles de recherche. Le système utilise un segmenteur de documents par deep learning pour diviser les PDF bruts en régions fonctionnelles et emploie un résolveur de références bibliographiques pour faire correspondre les citations avec des registres externes pour l'enrichissement des métadonnées et la résolution de DOI. Il prend en charge un pipeline complet d'entraînement de modèles de machine learning, permettant la génération de corpus d'entraînement annotés, le réentraînement de modèles et l'exportation de binaires de modèles. Le projet couvre un large éventail de capacités d'extraction, y compris l'analyse des en-têtes de documents, la structuration du corps du texte intégral et l'identification d'entités spécifiques au domaine comme les informations de financement et les citations de brevets. Il fournit également des outils d'analyse spatiale pour l'extraction de boîtes englobantes et le mappage de coordonnées afin de synchroniser les étiquettes sémantiques avec la mise en page PDF originale. L'application peut être déployée via des images conteneurisées et inclut des utilitaires en ligne de commande pour le traitement par lots multi-threadé de grandes collections de documents.

    Extracts titles, authors, and abstracts from the initial pages of academic PDF documents into structured formats.

    Javabibliographical-referencescrfdeep-learning
    Voir sur GitHub↗4,954
  1. Home
  2. Data & Databases
  3. Content Extraction
  4. Structural Header Extraction

Explorer les sous-tags

  • Document Header ExtractionExtracting metadata from the initial pages of a document to identify title, authors, and abstracts. **Distinct from Structural Header Extraction:** Targets the metadata in the document's opening pages rather than table headers specifically.
  • Repetitive Element FilteringOmitting page-level repetitive content like headers and footers during text extraction. **Distinct from Structural Header Extraction:** Focuses on noise reduction in text extraction, not the structural extraction of table headers.