this post was submitted on 06 Dec 2023
71 points (98.6% liked)
GenZedong
4294 readers
84 users here now
This is a Dengist community in favor of Bashar al-Assad with no information that can lead to the arrest of Hillary Clinton, our fellow liberal and queen. This community is not ironic. We are Marxists-Leninists.
This community is for posts about Marxism and geopolitics (including shitposts to some extent). Serious posts can be posted here or in /c/GenZhou. Reactionary or ultra-leftist cringe posts belong in /c/shitreactionariessay or /c/shitultrassay respectively.
We have a Matrix homeserver and a Matrix space. See this thread for more information. If you believe the server may be down, check the status on status.elara.ws.
Rules:
- No bigotry, anti-communism, pro-imperialism or ultra-leftism (anti-AES)
- We support indigenous liberation as the primary contradiction in settler colonies like the US, Canada, Australia, New Zealand and Israel
- If you post an archived link (excluding archive.org), include the URL of the original article as well
- Unless it's an obvious shitpost, include relevant sources
- For articles behind paywalls, try to include the text in the post
- Mark all posts containing NSFW images as NSFW (including things like Nazi imagery)
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Very cool project! How do you go about making (I assume) a PDF into an EPUB?
Calibre. You can actually download this book and add it to calibre, then click edit book to see what I've done with it.
If you already know how to do HTML+CSS, you are going to have an easier time.
But it goes something like: Find book, search for it on annas-archive to find the best/cleanest copy I can, run that through OCR (I use OCRMyPDF, just because it's easy, but it doesn't have to be it, just anything that will output a TXT file), create a new book in calibre and add an empty EPUB, open that EPUB and add the "ComLib standard [CSS] imports" (see This Soviet World), then just copy from OCR into EPUB, read through it (with the PDF open on another screen) while adding HTML+CSS and re-writing anything that isn't quite correct.
If you need help with anything, do ping me! If you finish one, do send it over to me so I can upload it on ComLib!
Awesome, ty! I won't promise I'll pick it up just yet, but if I do, I will definitely send you any of my conversions. Have been listening to your EPUB using text-to-speech while reading along and it's much easier to stay engaged. Enjoying the book so far!
Awesome.
Two things I think could be helpfull: Adding a new book in calibre is done in the drop down (small arrow) next to Add Books, you can also add an empty epub there.
EPUBs are XHTML, so HTML 4 and ... CSS 2? Essentally keep any HTML and CSS simple. I tried to use grid once, that worked in calibre, but once I opened it in koreader, it was borked.
Not OP, one way is calibre.
Great, I have this but haven't really used it yet. Will look into how to do these conversions, thanks!