grobidorg/grobid

A machine learning software for extracting information from scholarly documents

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 13th, 2026
Created on September 13th, 2012
Open Issues & Pull Requests: 305 (+0)
GitHub issues: Enabled
Number of forks: 571
Total Stargazers: 5,127 (+0)
Total Subscribers: 86 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.1 hours
Mean response time: 148.6 days
90th percentile: 199.5 days
Tracked items: 347

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 56% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "docker" is answered fastest, typically in about an hour, while "models:header" waits about 7 days. Only 3% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 109
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 1,345 days
Stale 30+ days: 104
Stale 90+ days: 78

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (57)
  • error cases (57)
  • enhancement (55)
  • implemented (49)
  • question (47)
  • models:segmentation (21)
  • Windows-specific (18)
  • docker (16)

Most active issues this week

Detailed Description

GROBID is a machine learning library for extracting and parsing information from scholarly documents, particularly PDFs, into structured XML/TEI encoded output.

GROBID addresses the problem of converting unstructured scientific documents into machine-readable structured data. It uses machine learning models, including deep learning approaches with transformers and conditional random fields, to identify and extract distinct components from academic papers. The tool segments documents into headers, body text, references, and metadata, then parses each section to recognize specific fields such as author names, affiliations, publication dates, citations, and funding information. It also provides PDF coordinates for extracted elements, enabling creation of augmented interactive documents with bounding boxes around identified structures.

Adoption suits organizations processing large volumes of scientific literature who need reliable extraction of bibliographic metadata, full-text content, and citation information. The tool is particularly valuable for building research databases, literature analysis pipelines, or knowledge graphs from PDF collections. GROBID performs reference extraction with reported F1-scores around 0.87 to 0.90 on independent test sets, and citation context resolution between 0.76 and 0.91 depending on the evaluation collection. It handles specialized document types including patents and can optionally resolve extracted references against external services like CrossRef or biblio-glutton for DOI and PMID matching. The project explicitly notes it has developed as a side project with steady but modest resource allocation, supported by institutional backing.

Development activity shows consistent long-term commitment with work spanning multiple years as a supported side project. The codebase maintains focus on scientific document processing with specialized models for distinct extraction tasks rather than a single general-purpose approach. The project provides comprehensive documentation and has established integration points with external bibliographic services, indicating attention to practical deployment scenarios.