Comment on Ask HN: Are there any AI-enhanced solutions for converting PDFs to ePub?parentComments−svennek3yThat is really hard, as there are no such things as columns in PDFs, only text starting at different (x,y) positions.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).
Comments
That is really hard, as there are no such things as columns in PDFs, only text starting at different (x,y) positions.
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).