https://github.com/internetarchive/epub
For code related to making ePub files
https://github.com/internetarchive/epub
Last synced: 4 months ago
JSON representation
For code related to making ePub files
- Host: GitHub
- URL: https://github.com/internetarchive/epub
- Owner: internetarchive
- Created: 2009-09-23T21:23:01.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T23:48:51.000Z (almost 10 years ago)
- Last Synced: 2025-05-07T16:49:15.821Z (8 months ago)
- Language: Python
- Homepage:
- Size: 3.08 MB
- Stars: 40
- Watchers: 15
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Code for creating epub files.
'epub.py' may be of general use.
The project as a whole is currently oriented towards converting
creating .epub files from Internet Archive book 'items', consisting of
metadata, 'abbyy' OCR output files, and page images.
Entry points -
* convert_iabook.py - main Internet Archive book converter
* condense_abbyy.py - create slightly-more-human-readable version of abbyy
* visualize_abbyy.py - create a directory of page images, marked with OCR
(Needs currently un-checked-in fonts)