close input stream in recognizePDF
This commit is contained in:
parent
ecfc44ee57
commit
3fd346ed06
|
@ -308,6 +308,7 @@ Zotero_RecognizePDF.Recognizer.prototype.recognize = function(file, callback, ca
|
||||||
|
|
||||||
this._startLine = this._iteration = 0;
|
this._startLine = this._iteration = 0;
|
||||||
|
|
||||||
|
inputStream.close();
|
||||||
cacheFile.remove(false);
|
cacheFile.remove(false);
|
||||||
this._queryGoogle();
|
this._queryGoogle();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user