mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
add "find" images; function name fix
This commit is contained in:
parent
c85ec052b1
commit
3bde084ffd
3 changed files with 752 additions and 2 deletions
|
@ -650,7 +650,7 @@ var PDFDoc = (function PDFDocClosure() {
|
|||
throw data.error;
|
||||
}, this);
|
||||
|
||||
messageHandler.on('text_extracted', function pdfDocError(data) {
|
||||
messageHandler.on('text_extracted', function pdfTextExtracted(data) {
|
||||
var index = data[0];
|
||||
if (this.textExtracted)
|
||||
this.textExtracted(index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue