Table of Contents |
---|
...
Note |
---|
Processing the book will take some time and slow LUNA down. Large books may take quite some time to process. Consider timing the processing of a book when there are less users on the system. |
I don't need the book text to be searchable in LUNA:
The collection you intend to upload the book to needs to be created in LUNA.
You need to get the following book items together and ready for upload.
...
Preparing the BookReader objects for upload into LUNA
Images images Sub Directory
Prepare all the images that will make up your book. Each image represents a page. JPEG and TIFF files are supported and must be numbered sequentially in the following manner, starting with 0001. We understand that you may have all ready named your files with unique identifiers; we propose that you simply copy your files into a new folder to apply the sequential numeric value as described in this section so that a BookReader object can be created. The file names must be 4 digits long and have leading 0's:
0001.tif
0002.tif
0003.tif
Place image files in a sub-directory (or folder) called Images images within the top level directory created in step 1. For example:
...
"BookIdentifier" will be the name of the book. PDF MUST use this name specifically. ("Cats" is name of the book in the example image above)
"ThumbnailImage" indicates which image file will be used as the thumbnail to represent the book in LUNA. Do NOT include the file extension here. Indicate the image with the four digit number. For example: 0004
"TotalPages" should match the number of images/pages you have in the Images images folder.
Note |
---|
More than one book can have the same BookIdentifier as long as it is not processed in the same batch. |
...
As shown above you zip
book.properties
Images images (folder)
The pdf (optional)
Convert your text-searchable PDF into an XML file
...
Note |
---|
To make books that are created from .pdf files text searchable you'll need 3 things for each zip file. The .pdf file, the XML file converted from the PDF file and a book.properties file.
|
...