diff --git a/doc/Grobid-service.md b/doc/Grobid-service.md index 4b3f4129cc..b28e843a8d 100644 --- a/doc/Grobid-service.md +++ b/doc/Grobid-service.md @@ -189,7 +189,7 @@ Convert the complete input document into TEI XML format (header, body and biblio | | | | `includeRawCopyrights` | optional | `includeRawCopyrights` is a boolean value, `0` (default, do not include raw copyrights/license string in the result) or `1` (include raw copyrights/license string in the result). | | | | | `teiCoordinates` | optional | list of element names for which coordinates in the PDF document have to be added, see [Coordinates of structures in the original PDF](Coordinates-in-PDF.md) for more details | | | | | `segmentSentences` | optional | Paragraphs structures in the resulting TEI will be further segmented into sentence elements | -| | | | `generateIds` | optional | if supplied as a string equal to `1`, it generates uniqe identifiers for each text component | +| | | | `generateIDs` | optional | if supplied as a string equal to `1`, it generates uniqe identifiers for each text component | | | | | `start` | optional | Start page number of the PDF to be considered, previous pages will be skipped/ignored, integer with first page starting at `1`, (default `-1`, start from the first page of the PDF) | | | | | `end` | optional | End page number of the PDF to be considered, next pages will be skipped/ignored, integer with first page starting at `1` (default `-1`, end with the last page of the PDF) |