From 28d83faa6477569f6b60dc163f60de5cf13477df Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 21 Jan 2013 01:05:43 -0500 Subject: [PATCH] Use 100 lines --- chrome/content/zotero/recognizePDF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);