close input stream in recognizePDF
This commit is contained in:
parent
ecfc44ee57
commit
3fd346ed06
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ Zotero_RecognizePDF.Recognizer.prototype.recognize = function(file, callback, ca
|
|||
|
||||
this._startLine = this._iteration = 0;
|
||||
|
||||
inputStream.close();
|
||||
cacheFile.remove(false);
|
||||
this._queryGoogle();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue