diff --git a/chrome/content/zotero/recognizePDF.js b/chrome/content/zotero/recognizePDF.js index cd533521e2..dae4c29513 100644 --- a/chrome/content/zotero/recognizePDF.js +++ b/chrome/content/zotero/recognizePDF.js @@ -352,7 +352,7 @@ Zotero_RecognizePDF.Recognizer.prototype._cleanLines = function(lines, callback) // Use only first column from multi-column lines const lineRe = /^\s*([^\s]+(?: [^\s]+)+)/; var cleanedLines = [], cleanedLineLengths = []; - for(var i=0; i 3) { cleanedLines.push(m[1]);