RepoPilot

grobidOrg/grobid

A machine learning software for extracting information from scholarly documents

Mixed

Single-maintainer risk — review before adopting

MixedDependency

top contributor handles 94% of recent commits; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

dependency CVE scan unavailable

  • Single-maintainer risk — top contributor 94% of recent commits
  • Last commit 1d ago
  • 6 active contributors
  • Apache-2.0 licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: grobidOrg/grobid

Generated by RepoPilot · document generated 2026-09-17 · concise human review Evidence snapshot · analyzed 2026-09-17T03:17:13.682Z · commit bc30af715ba7

Verdict

Mixed — Single-maintainer risk — review before adopting

  • Last commit 1d ago
  • 6 active contributors
  • Apache-2.0 licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

GROBID is a machine learning library for extracting, parsing, and structuring raw PDF documents—especially scholarly articles—into TEI-XML with metadata fields like headers, references, authors, affiliations, and citations. It combines CRF (Conditional Random Fields) models with Deep Learning via DELFT/JEP to achieve ~0.87-0.90 F1-score on reference extraction and ~0.76-0.91 on citation resolution across PubMed Central and bioRxiv datasets. Monorepo structure: grobid-core (Java main engine, 4.1MB), grobid-home (models and native libs), doc/ (extensive guides), .github/workflows/ (6 parallel CI pipelines for CRF/DELFT/ONNX variants). Build system uses Gradle with plugins for Kotlin…

Start here

Open these first:

  • build.gradle — Root build configuration defining all project dependencies, plugins (Kotlin, Shadow, Spotless), and platform-specific JNI…
  • gradle.properties — Gradle configuration properties that control build behavior, version numbers, and dependency resolution for the entire…
  • Readme.md — Entry point documenting GROBID's purpose (ML-based scholarly document information extraction), key features, and links to…
  • doc/Install-Grobid.md — Critical installation guide covering prerequisites, build steps, and environment setup required for all developers to run…
  • doc/Notes-grobid-developers.md — Developer-focused documentation explaining project architecture, testing patterns, and contribution conventions specific to…

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/grobidOrg/grobid.git && cd grobid && ./gradlew build (requires JDK 11+, Gradle 8.3+). For Python/JEP support: ensure CONDA_PREFIX or VIRTUAL_ENV is set. For Docker: docker build -f Dockerfil…

Daily commands:

./gradlew build && ./gradlew run (check build.gradle for exact tasks). Service mode: java -jar build/libs/grobid-*.jar or use Dockerfile.crf. Batch: see doc/Grobid-batch.md for CLI entrypoints. DELFT variant requires CO…

…shortened for this brief.

Key cautions & unknowns

  • Single-maintainer risk — top contributor 94% of recent commits
    1. JEP Python integration requires CONDA_PREFIX or VIRTUAL_ENV env var AND matching Python version site-packages in lib path (see getJavaLibraryPath closure); missing setup silently fails at runtime. 2)…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/grobidorg/grobid?axis=fork)](https://repopilot.app/r/grobidorg/grobid)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/grobidorg/grobid on X, Slack, or LinkedIn.

Ask AI about grobidorg/grobid

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Recent Q&A

Public conversations other people have had about this repo.

Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/grobidorg/grobid"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>