bool OpenReaderPlugin::readMetaInfo(Book &book) const {
	return ORDescriptionReader(book).readMetaInfo();
}
bool OpenReaderPlugin::readDescription(const std::string &path, BookDescription &description) const {
	return ORDescriptionReader(description).readDescription(path);
}