Ask HN: Are there any AI-enhanced solutions for converting PDFs to ePub?
1–6 of 6 posts
Re: Ask HN: Are there any AI-enhanced solutions for converting PDFs to ePub?
#2Re: Ask HN: Are there any AI-enhanced solutions for converting PDFs to ePub?
#3What are the issues you're having with Calibre? I've found it to preserve the formatting I'm looking for. What formatting are you talking about that it's not preserving?
Re: Ask HN: Are there any AI-enhanced solutions for converting PDFs to ePub?
#4What are the issues you're having with Calibre? I've found it to preserve the formatting I'm looking for. What formatting are you talking about that it's not preserving?
When the PDF is very clearly structured it's working just fine. But let's say the layout consists of multiple columns and complex formatting the output gets very imprecise. If the material is scanned it won't function at all.
Hence most (if not all) programs export the text in the order they appear in the file.
And if it is scanned, there is no text at all (but you could OCR it).
Re: Ask HN: Are there any AI-enhanced solutions for converting PDFs to ePub?
#5I know that it seems an odd suggestion, but I had to try different vectorization methods for a project of mine and this one was performing very well with low resolution images. Hope it helps.
Re: Ask HN: Are there any AI-enhanced solutions for converting PDFs to ePub?
#6Try https://vectorizer.ai/ it's main purpose is to convert images (rasters) into vectors (SVG). But it has great line detection and color acquisition, give it a go. Bare in mind that this will only work for images, so you will first need to convert the png into an image. I know that it seems an odd suggestion, but I had to try different vectorization methods for a project of mine and this one was performing very well…