From 7f0e0cadf64b456d27b4555c89d943da2383baf1 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Wed, 20 Dec 2023 14:09:17 +0900 Subject: [PATCH] add title in the list of coordinates --- grobid-service/src/main/resources/web/grobid/grobid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grobid-service/src/main/resources/web/grobid/grobid.js b/grobid-service/src/main/resources/web/grobid/grobid.js index b5fa96764f..aaf89ca926 100644 --- a/grobid-service/src/main/resources/web/grobid/grobid.js +++ b/grobid-service/src/main/resources/web/grobid/grobid.js @@ -13,7 +13,7 @@ var grobid = (function($) { var block = 0; - var elementCoords = ['p', 's', 'biblStruct', 'persName', 'figure', 'formula', 'head', 'note']; + var elementCoords = ['p', 's', 'biblStruct', 'persName', 'figure', 'formula', 'head', 'note', 'title']; function defineBaseURL(ext) { var baseUrl = null;