Ask a question to get started
Enter to sendā¢Shift+Enter new line
class EPubLoader
BaseDocumentLoader
A method that loads the EPUB file and returns a promise that resolves to an array of Document instances.
Document
A protected method that takes an EPUB object as a parameter and returns a promise that resolves to an array of objects representing the content and metadata of each chapter.
A class that extends the BaseDocumentLoader class. It represents a document loader that loads documents from EPUB files.