awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
grobidOrg avatar

grobidOrg/grobid

0
View on GitHub↗
4,954 星标·559 分支·Java·Apache-2.0·3 次浏览grobid.readthedocs.io↗

Grobid

Grobid 是一个机器学习系统,旨在将学术和科学 PDF 出版物转换为结构化的 XML。它作为一个 PDF 转 XML 解析器和学术元数据提取器,从研究论文中识别并规范化标题、作者、所属机构和参考文献。

该系统利用深度学习文档分割器将原始 PDF 分割为功能区域,并采用参考文献解析器将引文与外部注册表进行匹配,以进行元数据丰富和 DOI 解析。它支持完整的机器学习模型训练流水线,允许生成标注训练语料库、模型再训练以及导出模型二进制文件。

该项目涵盖了广泛的提取功能,包括文档标题解析、全文正文结构化,以及资助信息和专利引文等领域特定实体的识别。它还提供用于边界框提取和坐标映射的空间分析工具,以将语义标签与原始 PDF 布局同步。

该应用程序可通过容器化镜像部署,并包含用于大型文档集合多线程批处理的命令行工具。

Features

  • PDF Semantic Parsers - Provides a machine learning system designed to extract semantic entities and technical metadata from PDF files.
  • PDF to XML Converters - Transforms complete academic PDF documents, including headers, bodies, and bibliographies, into structured XML using semantic segmentation.
  • Bibliographic Metadata Extraction - Identifies and normalizes authors, affiliations, and titles from scientific documents into structured XML or BibTeX.
  • Academic Paper Metadata Extractors - Identifies and normalizes key scholarly metadata including titles, authors, and affiliations from research papers.
  • Affiliation Parsers - Converts raw organizational address strings and academic affiliations into normalized XML formats.
  • Citation Parsers - Transforms individual raw bibliographical reference strings into structured XML or BibTeX records.
  • Citation Reference Extraction - Identifies and extracts bibliographic citation fragments from the reference sections of academic documents.
  • Document Structure Analysis - Uses sequence labeling models to segment PDF documents into functional regions like headers, footers, and body text.
  • Scientific Document Segmentation - Uses deep learning to segment academic PDFs into functional regions like abstracts and bodies.
  • Document Parsing Model Training - Provides a training pipeline for neural networks designed to recognize academic document layouts and text.
  • Document Layout Analysis - Analyzes font styles and spatial positioning to identify structural hierarchies, text, and tables within complex documents.
  • Neural Bibliographic Extractors - Uses deep learning models to parse citations, affiliations, and publication headers with high accuracy.
  • Scholarly Document Digitization - Digitizes academic papers by transforming research PDFs into machine-readable formats with semantic labeling and mapped coordinates.
  • Bibliographic Reference Parsing - Deconstructs raw bibliographic reference strings from PDFs into structured metadata and resolves them via APIs.
  • Citation Analysis Workflows - Links inline citation callouts to full bibliographic references and validates them against external registries and DOIs.
  • Citation Context Resolution - Associates inline citation callouts within the text with their corresponding entries in the bibliography.
  • Document Reference Mapping - Links inline callouts and citations to their corresponding bibliographic references, figures, and tables.
  • Bibliographic Registry Resolution - Resolves extracted bibliographic data against external academic registries to normalize records and append DOIs.
  • Publication Context Extraction - Identifies journal titles, publishers, and document types to categorize the source of a publication.
  • Bibliographic Identifier Extractions - Detects and classifies strong academic identifiers such as DOI, PII, ISSN, and ISBN.
  • Document Header Extraction - Extracts titles, authors, and abstracts from the initial pages of academic PDF documents into structured formats.
  • Scholarly Entity Parsing - Recognizes and normalizes scholarly metadata strings, including physical quantities and funding information.
  • Scholarly Document Structure Parsing - Converts academic PDF publications into structured XML by extracting headers, body text, and bibliographic sections.
  • Semantic Entity Coordinate Mapping - Maps extracted semantic entities to their original PDF bounding boxes for precise visual highlighting.
  • Document Layout Bounding Box Extractors - Extracts bounding box coordinates and font styles to improve the accuracy of structural document recognition.
  • Academic Author Name Parsing - Normalizes raw strings of author and editor names from scientific headers and references into XML.
  • Body Text Segmentation - Segments the PDF body into structured elements including paragraphs, section titles, footnotes, and figures.
  • Bibliographic Metadata Enrichment - Enriches bibliographic records by matching extracted data against external services to append missing identifiers.
  • Document Pre-annotation Generators - Produces XML files from raw PDFs to serve as starting points for manual correction in the training pipeline.
  • Document Language Detection - Automatically identifies the natural language used within a document to facilitate linguistic analysis.
  • Domain-Specific Parsing Adaptations - Applies specialized machine learning processing logic tailored for specific document types like patents or medical publications.
  • Machine Learning Training - Fine-tunes document processing models using custom datasets and integrated evaluation pipelines.
  • GPU Training Accelerators - Utilizes GPU hardware to accelerate the deep learning process and reduce model training time.
  • Annotation Validation Tools - Provides interfaces for correcting and validating pre-annotated XML data side-by-side with original source PDFs.
  • Training Corpus Generators - Generates pre-annotated XML files from raw PDFs to create ground-truth training corpora for parsing models.
  • Sequence Labeling Architectures - Implements sequence labeling architectures to segment structural regions of academic documents.
  • Training Data Generators - Creates structured training data files from PDF documents to bootstrap machine learning parsing models.
  • Funding - Extracts grant and funder details from research documents and matches them against established registries.
  • Table Bounding Box Detections - Detects the overall position and boundaries of tables within document layouts using bounding box coordinates.
  • Technical Element Isolation - Isolates technical components such as mathematical formulas, figures, and list items from the main body text.
  • Publication License Identification - Detects copyright owners and specific licensing terms associated with scholarly publications.
  • Scientific Domain - Identifies specialized mentions such as software, datasets, and astronomical entities within scientific literature.
  • Administrative Metadata Extraction - Captures administrative and legal metadata including funding disclosures, copyright statements, and submission dates.
  • Patent Data Extraction - Extracts and parses structured bibliographic and reference data specifically from patent publications.
  • Parsing Model Trainers - Provides a dedicated environment for training, evaluating, and exporting custom sequence labeling models for document parsing.
  • Model Architecture Configurations - Provides a configuration system to select specific deep learning or CRF architectures for different parsing tasks.
  • Batch Document Processing - Processes large volumes of PDF files simultaneously using multi-threaded clients to increase throughput.
  • Multi-Threaded Batch Processing - Implements multi-threaded batch processing to maximize hardware throughput when parsing large document collections.
  • Hybrid Parsing Engines - Uses a hybrid parsing engine that switches between deep learning and feature-based models to balance speed and accuracy.
  • Extraction Accuracy Evaluators - Measures the precision, recall, and F1-scores of parsed data against ground-truth documents to evaluate extraction accuracy.
  • Parsing Pipeline Evaluators - Measures the end-to-end accuracy of the PDF-to-XML processing pipeline using independent holdout datasets.

Star 历史

grobidorg/grobid 的 Star 历史图表grobidorg/grobid 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Grobid 的开源替代方案

相似的开源项目,按与 Grobid 的功能重合度排序。
  • jabref/jabrefJabRef 的头像

    JabRef/jabref

    4,373在 GitHub 上查看↗

    This project is a desktop-based bibliographic reference manager designed to organize academic research libraries and automate citation workflows. It functions as a research assistant that integrates directly with word processors and text editors, enabling users to insert and format references while writing. The application is built on a Java-based portable runtime, allowing it to operate as a self-contained tool that stores preferences and data in local configuration files. The platform distinguishes itself through a modular plugin architecture and a commitment to human-readable, text-based f

    Javaacademiaacademic-publicationsai
    在 GitHub 上查看↗4,373
  • layout-parser/layout-parserLayout-Parser 的头像

    Layout-Parser/layout-parser

    5,749在 GitHub 上查看↗

    Layout-parser is a deep learning document layout parser and image analysis framework. It provides a toolkit for extracting structural information and layout patterns from scanned documents and digital images, transforming them into programmatic data structures for automated analysis. The framework integrates layout detection with optical character recognition to convert tabular regions into machine-readable data. It utilizes neural networks to identify and classify structural elements within document images without relying on manual rule-based systems. The system covers a broad range of docu

    Python
    在 GitHub 上查看↗5,749
  • funstory-ai/babeldocfunstory-ai 的头像

    funstory-ai/BabelDOC

    7,752在 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
    在 GitHub 上查看↗7,752
  • oomol-lab/pdf-craftoomol-lab 的头像

    oomol-lab/pdf-craft

    4,867在 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
    在 GitHub 上查看↗4,867
查看 Grobid 的所有 30 个替代方案→

常见问题解答

grobidorg/grobid 是做什么的?

Grobid 是一个机器学习系统,旨在将学术和科学 PDF 出版物转换为结构化的 XML。它作为一个 PDF 转 XML 解析器和学术元数据提取器,从研究论文中识别并规范化标题、作者、所属机构和参考文献。

grobidorg/grobid 的主要功能有哪些?

grobidorg/grobid 的主要功能包括:PDF Semantic Parsers, PDF to XML Converters, Bibliographic Metadata Extraction, Academic Paper Metadata Extractors, Affiliation Parsers, Citation Parsers, Citation Reference Extraction, Document Structure Analysis。

grobidorg/grobid 有哪些开源替代品?

grobidorg/grobid 的开源替代品包括: jabref/jabref — This project is a desktop-based bibliographic reference manager designed to organize academic research libraries and… layout-parser/layout-parser — Layout-parser is a deep learning document layout parser and image analysis framework. It provides a toolkit for… 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… facebookresearch/nougat — Nougat is a neural OCR system and LLM document parser designed to convert images of academic PDF documents into… microsoft/table-transformer — Table Transformer is a deep learning framework designed for document layout analysis and the automated extraction of…