mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58: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
|
@ -203,7 +203,7 @@ var WorkerMessageHandler = {
|
|||
|
||||
function indexPage(pageNum) {
|
||||
if (pageNum > numPages) {
|
||||
console.log('text indexing=: time=%dms', Date.now() - start);
|
||||
console.log('text indexing: time=%dms', Date.now() - start);
|
||||
|
||||
handler.send('text_extracted', [index]);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue