Overview of GROBID functionalities
masterGROBID (GeneRation Of BIbliographic Data) is a machine learning library designed to extract, parse, and restructure raw documents (primarily PDFs) into structured XML/TEI encoded documents. It is specifically optimized for technical and scientific publications.
Key capabilities include:
- Header Extraction: Parses bibliographical info like title, abstract, authors, affiliations, and keywords.
- References Extraction: Parses references from PDFs with high F1-scores, covering metadata like DOI and PMID.
- Citation Contexts: Recognizes and resolves citation callouts and associates them with full bibliographical references.
- Full Text Structuring: Segments documents into paragraphs, section titles, figures, tables, and footnotes.
- Metadata Parsing: Fine-grained parsing of names (person titles, forenames, etc.), affiliations, addresses, and ISO-normalized dates.
- PDF Coordinates: Provides bounding boxes for extracted information to enable interactive PDF augmentation.
- Consolidation: Resolves extracted references using services like
biblio-gluttonor the Crossref REST API. - Specialized Extraction: Supports patent/non-patent references and funder/funding information extraction.