add fulltext search for EPUB documents

This commit is contained in:
chrox
2014-11-05 12:28:11 +08:00
parent 8ddca4bf49
commit bd0975896d
8 changed files with 244 additions and 17 deletions

View File

@@ -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