You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
---
2
-
title: "GROBID Documentation"
3
-
description: "Extract structured data from scholarly PDFs with the fastest safe path to a working GROBID setup"
2
+
title: "GROBID Tutorial"
3
+
description: "The fast, beginner-friendly path to your first GROBID extraction — a hands-on tutorial that complements the GROBID reference docs"
4
4
sidebar_position: 1
5
5
slug: /
6
6
---
7
7
8
-
# GROBID Documentation
8
+
# GROBID Tutorial
9
+
10
+
:::tip This is the tutorial site — not the reference docs
11
+
You're on the **GROBID Tutorial** — a hands-on, beginner-friendly on-ramp that gets you from zero to your first successful PDF extraction as quickly as possible.
12
+
13
+
For the full reference documentation (every endpoint, every config knob, every training parameter), see **[grobid.readthedocs.io](https://grobid.readthedocs.io/)**.
14
+
15
+
Not sure which you need? If you've never run GROBID before, start here. If you already run GROBID and are looking up a specific flag or endpoint, you probably want the reference docs.
16
+
:::
9
17
10
18
GROBID extracts structured data from scholarly PDFs: titles, authors, affiliations, references, citations, section structure, full text, and TEI XML.
11
19
@@ -98,8 +106,8 @@ This documentation is organized to get you past those blockers early.
98
106
99
107
### Reference
100
108
101
-
For detailed reference documentation (API endpoints, configuration parameters, TEI encoding, training guidelines), see the [GROBID reference docs](https://github.com/kermitt2/grobid/blob/master/doc/).
109
+
For detailed reference documentation (API endpoints, configuration parameters, TEI encoding, training guidelines), see **[grobid.readthedocs.io](https://grobid.readthedocs.io/)**.
102
110
103
111
:::info About this tutorial
104
-
This tutorial site provides practical, task-oriented guides. For detailed reference documentation on API endpoints, configuration parameters, TEI encoding, and training annotation rules, see the [GROBID reference docs](https://github.com/kermitt2/grobid/tree/master/doc).
112
+
This tutorial site provides practical, task-oriented guides designed to get newcomers productive fast. For the full reference documentation — API endpoints, configuration parameters, TEI encoding, and training annotation rules — see **[grobid.readthedocs.io](https://grobid.readthedocs.io/)**.
0 commit comments