How does this compare to dots.ocr? I got fantastic results when I tested dots. https://github.com/rednote-hilab/dots.ocr
Ocrbase is CUDA only while dots.ocr uses vLLM, so should support ROCm/AMD cards?
Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
11–20 of 37 posts
Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#12The "guts" are here: https://github.com/majcheradam/ocrbase/blob/7706ef79493c47e8...
Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#13Equally important is how easily you can build a human-in-the-loop review layer on top of the tool. This is needed not only to improve accuracy, but also for compliance—especially in regulated industries like insurance.
Other tools in this space:
LLMWhisperer/Unstract(AGPL)
Reducto
Extend Ai
LLamaparse
Docling
Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#14This is essentially a (vibe-coded?) wrapper around PaddleOCR: https://github.com/PaddlePaddle/PaddleOCR The "guts" are here: https://github.com/majcheradam/ocrbase/blob/7706ef79493c47e8...
Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#15This is essentially a (vibe-coded?) wrapper around PaddleOCR: https://github.com/PaddlePaddle/PaddleOCR The "guts" are here: https://github.com/majcheradam/ocrbase/blob/7706ef79493c47e8...
Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#16Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#17Earlier quoted context omitted.
Sounds like someone needs to run their own test cases and report back on which solution does a better job...
Let me fire up Claude code.
Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#18I have a flow where i extract text from a pdf with pdf-parse and then feed that to an ai for data extraction. If that fails i convert it to a png and send the image for data extraction. This works very well and would presumably be far cheaper as i'm generally sending text to the model instead of relying on images. Isn't just sending the images for ocr significantly more expensive?
Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#19This is essentially a (vibe-coded?) wrapper around PaddleOCR: https://github.com/PaddlePaddle/PaddleOCR The "guts" are here: https://github.com/majcheradam/ocrbase/blob/7706ef79493c47e8...