mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
book reading statistics for djvu documents
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user