diff --git a/chrome/content/zotero/recognizePDF.js b/chrome/content/zotero/recognizePDF.js index 819761caa5..91941fb5fe 100644 --- a/chrome/content/zotero/recognizePDF.js +++ b/chrome/content/zotero/recognizePDF.js @@ -593,7 +593,11 @@ var Zotero_RecognizePDF = new function() { const lineRe = /^[\s_]*([^\s]+(?: [^\s_]+)+)/; var cleanedLines = [], cleanedLineLengths = []; for(var i=0; i 3) { cleanedLines.push(m[1]); cleanedLineLengths.push(m[1].length);