mirror of
https://github.com/koreader/koreader.git
synced 2025-12-18 12:02:09 +01:00
add fulltext search for EPUB documents
This commit is contained in:
@@ -217,6 +217,10 @@ function Document:getCoverPageImage()
|
||||
return nil
|
||||
end
|
||||
|
||||
function Document:findText()
|
||||
return nil
|
||||
end
|
||||
|
||||
function Document:getFullPageHash(pageno, zoom, rotation, gamma, render_mode)
|
||||
return "renderpg|"..self.file.."|"..self.mod_time.."|"..pageno.."|"
|
||||
..zoom.."|"..rotation.."|"..gamma.."|"..render_mode
|
||||
|
||||
Reference in New Issue
Block a user