Bump MAX_PAGES to 15
Re https://forums.zotero.org/discussion/45641/error-getting-metadata/#Item_10
This commit is contained in:
parent
6de3fa4d47
commit
e8e0f5e831
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ var Zotero_RecognizePDF = new function() {
|
|||
* @return {Promise} A promise resolved when PDF metadata has been retrieved
|
||||
*/
|
||||
this.recognize = function(file, libraryID, stopCheckCallback) {
|
||||
const MAX_PAGES = 7;
|
||||
const MAX_PAGES = 15;
|
||||
var me = this;
|
||||
|
||||
return _extractText(file, MAX_PAGES).then(function(lines) {
|
||||
|
|
Loading…
Reference in a new issue