Question for the author: Why to markdown? It seems to me the hard part of this tool is parsing pdfs with high accuracy, not whatever you do with them. As such, I would love if this tool allowed the user to choose the output format. I know that I would use a high accuracy pdf parser to render into epub.
Marker: Convert PDF to Markdown quickly with high accuracy
51–60 of 101 posts
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#52Question for the author: Why to markdown? It seems to me the hard part of this tool is parsing pdfs with high accuracy, not whatever you do with them. As such, I would love if this tool allowed the user to choose the output format. I know that I would use a high accuracy pdf parser to render into epub.
I agree, the intermediate format should be plain text that could optionally be converted to any other format. I suppose that Markdown, however, is used as intermediate format here. It is close to plain text while it can preserve simple layout information. In practice, I would use the Markdown output and plug it into any tool that converts that into the desired final output format.
I wonder if this could somehow be used directly by calibre. I think calibre's pdf->epub conversion isn't amazing. In particular, tables often end up broken.
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#53Re: Marker: Convert PDF to Markdown quickly with high accuracy
#54I have a set of PDF files, and this week was thinking how I can link them to an LLM and be able to ask questions about them. So this was very timely.
I did a quick side-by-side testing against Nougat, and it clearly works better. On a handful of PDFs I tested, Marker extracted considerably more text (the text did not have any math, just academic papers), finished the job faster, and did not crash on any pdf, while Nougat took a lot longer to finish, and sometimes crashed due to out-of-memory error (could not allocate more than 7GB RAM!)
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#55Re: Marker: Convert PDF to Markdown quickly with high accuracy
#56I'm curious if anyone has had any success building this package. I've spent a lot of time trying to build it myself, but unfortunately haven't been able to get it to work. Has anyone else had better luck?"
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#57Earlier quoted context omitted.
> we are talking about freeing up tons of knowledge from a "good for consumption/bad for distribution" format. FWIW PDF is actually great for distribution. It allows you to invisibly embed all the raw data used to generate the document that the end user is seeing, in whatever format you want. So if you are generating your PDFs by using PrinceXML to render HTML, you can embed the raw JSON used to generate all of the t…
pdfs don't play well with ereaders.
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#58I'm curious if anyone has had any success building this package. I've spent a lot of time trying to build it myself, but unfortunately haven't been able to get it to work. Has anyone else had better luck?"
I did it on mac without any issues. Are you using Mac or Linux? what is the issue?
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#59This seems like a great tool to help migrate my notes out of OneNote
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#60Let's not underestimate the impact of such tool: we are talking about freeing up tons of knowledge from a "good for consumption/bad for distribution" format. I'm very excited about it. Let's build a pipeline: all the pdfs -> markdown them all -> archive.org them all