book reading statistics for djvu documents

This commit is contained in:
chrox
2016-07-15 22:58:41 +08:00
parent d4c31d683f
commit 1d887f4fe1
5 changed files with 14 additions and 6 deletions

View File

@@ -155,10 +155,6 @@ function CreDocument:getCoverPageImage()
end
end
function Document:getProps()
return self._document:getDocumentProps()
end
function CreDocument:getWordFromPosition(pos)
local word_box = self._document:getWordFromPosition(pos.x, pos.y)
DEBUG("CreDocument: get word box", word_box)