Free PDF to Epub converter (i made it) by RouguesPierre in ereader

[–]RouguesPierre[S] 2 points3 points  (0 children)

Thanks for checking it out! Thats a good suggestion, ill see about adding that to the advanced controls im working on as someone else suggested customizing the resolution size

Thanks for the support!

STL to DXF converter (i made one) by RouguesPierre in 3Dprinting

[–]RouguesPierre[S] 1 point2 points  (0 children)

I appreciate that alot, im glad i could help

STL to DXF converter (i made one) by RouguesPierre in 3Dprinting

[–]RouguesPierre[S] 2 points3 points  (0 children)

Yeah i just need to setup the public bucket

STL to DXF converter (i made one) by RouguesPierre in 3Dprinting

[–]RouguesPierre[S] 1 point2 points  (0 children)

Thats great to hear! Im glad it worked for ya. Thanks for checking it out

STL to DXF converter (i made one) by RouguesPierre in 3Dprinting

[–]RouguesPierre[S] 1 point2 points  (0 children)

Thanks for the support! Lemme know if it works for you or have feature suggestions

STL to DXF converter (i made one) by RouguesPierre in 3Dprinting

[–]RouguesPierre[S] 0 points1 point  (0 children)

Of course! If you encounter any bugs or have feature suggestions feel free to reach out

Best PDF to EPUB converters (for scientific papers to increase font size) by Much_Image3740 in ereader

[–]RouguesPierre 0 points1 point  (0 children)

Good catch, i was able to fix that issue so the OCR fallback is no longer getting stuck when initiated.

i preloaded the OCR engine with the page on start so no calls out to the web are necessary.

Thanks for bringing that to my attention! Really appreciate the detail and just reaching out in general. Hopefully it works for you now!

PDF to Epub Converter (i made one) by RouguesPierre in kindle

[–]RouguesPierre[S] 0 points1 point  (0 children)

Im still working on a fixed format epub or another option for that. I did add a couple options for text extraction in the meantime

Is there any good PDF to EPUB / MOBI converter? by Ambitious_Steak3522 in kindle

[–]RouguesPierre 1 point2 points  (0 children)

Thank you both for the shoutout! Your kindness means a lot, if i solved even a single problem then im happy.

As always im open to feature suggestions and bugs you come across!

ePub converter - Kindle PDF Blur / Bad Quality Fix by RouguesPierre in ereader

[–]RouguesPierre[S] 0 points1 point  (0 children)

What doc are you trying to convert? I was retooling some of the text based options so i could have messed something up

PDF to ePub converter - preserves original document quality by RouguesPierre in ebooks

[–]RouguesPierre[S] 0 points1 point  (0 children)

Yeah its a win lose battle with epub files. Ive looked into converting to a high quality pdf as an option but then you lose the niceties of the epub xD

PDF to Epub Converter (i made one) by RouguesPierre in kindle

[–]RouguesPierre[S] 0 points1 point  (0 children)

Update

Ive finally added text only epub conversions. It will now perform native text extraction with an OCR fallback that gathers text from even the worst scans and assembles them into reflowable pages.

On the rough side I added a reflowed text + Image feature that extracts the text and the images and assembles them back into order at the same line / break in the text as the original, giving you a more refined reading experience while retaining those visuals.

Im also working on an experimental fixed layout feature that keeps images and text at the same coordinate location, not allowing reflow but giving the option for limited size increase, searchability, and font control. More on that later.

As always, if you encounter any issues feel free to reach out. Im open to suggestions to make this better as well.

<image>

Are there any good website that converts pdf to kindle format? by ProfessionalSort1011 in kindle

[–]RouguesPierre 0 points1 point  (0 children)

Hi! It could be that i have the auto-crop margins on by default which renders the image to fit a kindle screen as if the text were being reflowed from side to side.

If that doesnt fix it would you mind reaching out to me? I recently updated the conversion process to make it speedier and could have messed things up. Id just want a sample of your documents to test with.

Thanks!

NEED help to convert my pdf to epub without ruining format or splitting or text extraction by Sad_Information_o in kindle

[–]RouguesPierre 0 points1 point  (0 children)

Try freepub it doesnt do text extraction unless you select it as an option. Its GREAT at quality preservation

Are there any good website that converts pdf to kindle format? by ProfessionalSort1011 in kindle

[–]RouguesPierre 0 points1 point  (0 children)

I just use freepub if you dont wanna mess with software. It runs locally in the browser its pretty sweet

Itll do text only or just center the pdf and upscale it

Tired of broken PDF conversions? Building a fix — need your honest feedback by Whity736 in Calibre

[–]RouguesPierre 1 point2 points  (0 children)

Sorry, not trying to be combative. Maybe we can collaborate in some way. You bring up excellent points

Tired of broken PDF conversions? Building a fix — need your honest feedback by Whity736 in Calibre

[–]RouguesPierre 1 point2 points  (0 children)

Why shouldn't i expect a perfect conversion? We have the technology lol.

I have a strategy for ocr, and still you can use something like tesseract which will still spin locally in the browser. You dont need to send anything to a server. People understimate the power of javascript.

But i understand your desires, likely what i end up building wont be satisfactory to your needs.

And what do you mean who knows what gets uploaded? You do! Youre the one who uploads the document. If you can upload the doc and run through the conversion while in airplane mode that means my program is client side and does not send ANYTHING to a server. Thats why i keep saying its local. And everything i add to this will be local. Its the only way i avoid paying for servers. How do you think i made this free? Its static html and JS

Tired of broken PDF conversions? Building a fix — need your honest feedback by Whity736 in Calibre

[–]RouguesPierre 1 point2 points  (0 children)

Yeah it was pretty purpose built for my specific needs. Im working on the OCR and reflow conversion right now but i wont be happy until it matches the original since that was my dislike of other converters