The DJVUParser class. More...
#include <DJVUParser.h>
Public Member Functions | |
DJVUParser (const std::shared_ptr< AuxFunc > &af) | |
DJVUParser constructor. | |
BookParseEntry | djvu_parser (const std::filesystem::path &filepath) |
Parses djvu book. | |
std::shared_ptr< BookInfoEntry > | djvu_book_info (const std::filesystem::path &filepath) |
Returns book info and book cover. | |
The DJVUParser class.
This class contains various methods for djvu books processing. In most cases you do not need to use this class directly. Use CreateCollection, RefreshCollection and BookInfo instead.
DJVUParser::DJVUParser | ( | const std::shared_ptr< AuxFunc > & | af | ) |
DJVUParser constructor.
af | smart pointer to AuxFunc object. |
std::shared_ptr< BookInfoEntry > DJVUParser::djvu_book_info | ( | const std::filesystem::path & | filepath | ) |
Returns book info and book cover.
filepath | absolute path to djvu book. |
BookParseEntry DJVUParser::djvu_parser | ( | const std::filesystem::path & | filepath | ) |