Marker: Convert PDF to Markdown quickly with high accuracy
1–10 of 101 posts
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#2Re: Marker: Convert PDF to Markdown quickly with high accuracy
#3Re: Marker: Convert PDF to Markdown quickly with high accuracy
#4For anyone trying to do OCR on any pdf with math in it, definitely do try nougat. It's very easy to install (just a python package), and extracts the math, text, tables and beyond (in a .mmd file) with a single command line command. It also runs reasonably fast for personal uses - it takes about 30 seconds to convert a 6 page document using CPU only on my 4 year old i5 laptop.
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#5Re: Marker: Convert PDF to Markdown quickly with high accuracy
#6What kind of PDF are you tweaking it for? How does it handle handwritten annotations?
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#7Re: Marker: Convert PDF to Markdown quickly with high accuracy
#8I regularly hand transcribe RPG PDFs scans from dubious sources that have not always been run through OCR to have selectable text. If it has, it wasn't always done very well.
It's literally faster to type it all myself than fix all the errors from copy-pasting (or after using OCR to turn it into text).
Even if the file was an official PDF the formatting would often get screwed up with lots of double or triple spaces and even tabs included between words.
This would save so much time if I can get it to work. Thanks for sharing!
Re: Marker: Convert PDF to Markdown quickly with high accuracy
#9Re: Marker: Convert PDF to Markdown quickly with high accuracy
#10Are there any other libraries or online services that does this well? I have a large number of PDFs from government agencies. I’ve tried AWS Textract and works fairly well.