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: Readme.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ A simple, efficient Python client for [GROBID](https://github.com/kermitt2/grobi
43
43
44
44
45
45
> [!IMPORTANT]
46
-
> GROBID supports Windows only through Docker containers. See the [Docker documentation](https://grobid.readthedocs.io/en/latest/Grobid-docker/) for details.
46
+
> GROBID supports Windows only through Docker containers. See
47
+
> the [Docker documentation](https://grobid.readthedocs.io/en/latest/Grobid-docker/) for details.
47
48
48
49
## 🚀 Installation
49
50
@@ -239,7 +240,8 @@ Configuration can be provided via a JSON file. When using the CLI, the `--server
239
240
|`logging`| Logging configuration (level, format, file output) | See Logging section |
240
241
241
242
> [!TIP]
242
-
> Since version 0.0.12, the config file is optional. The client will use default localhost settings if no configuration is provided.
243
+
> Since version 0.0.12, the config file is optional. The client will use default localhost settings if no configuration
0 commit comments