https://github.com/johannesbuchner/research2epub
Linearize research papers into readable ebooks.
https://github.com/johannesbuchner/research2epub
Last synced: 3 months ago
JSON representation
Linearize research papers into readable ebooks.
- Host: GitHub
- URL: https://github.com/johannesbuchner/research2epub
- Owner: JohannesBuchner
- License: other
- Created: 2013-09-30T21:34:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T12:02:03.000Z (about 10 years ago)
- Last Synced: 2024-04-16T07:05:50.500Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 43
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
research2epub
==============================================Linearize research papers/articles into readable ebooks.
About
-----------------------
This script (convert.sh) takes a pdf file,
and tries to make it into a presentable ebook.
This means text columns are not side-by-side any more, but moved to be one after another,
wide figures and tables are handled separately, and if necessary, rotated to fit the screen better.
A linearized html view and a epub file is created.*Limitations*: This script renders the pdf to png files at high resolution, so that
all formulae and texts are presented correctly on the reader.*Prerequisites*: imagemagick (convert), calibre (ebook-convert)
*Python Prerequisites*: : pypdf2, PIL, joblib, numpy