add hightlight/dictionary lookup in scanned pdf/djvu

This commit is contained in:
chrox
2013-05-01 23:43:53 +08:00
parent 81294e804a
commit 7c78e83e49
5 changed files with 107 additions and 52 deletions

View File

@@ -184,7 +184,7 @@ function Document:getToc()
return self._document:getToc()
end
function Document:getPageText(pageno)
function Document:getTextBoxes(pageno)
return nil
end