Skip to main content
EPUB is an e-book file format that uses the “.epub” file extension. The term is short for electronic publication and is sometimes styled ePub. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers.
本文介绍如何load .epub documents into the Document format that we can use downstream. You’ll need to install the pandoc package for this loader to work with e.g. brew install pandoc for OSX. Please see Unstructured for more instructions on setting up Unstructured locally, including setting up required system dependencies.

Retain elements

在底层,Unstructured 为不同的文本块创建不同的 “elements”。默认情况下我们将它们组合在一起,但你可以通过指定 mode="elements" 轻松保持这种分离。