Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
1–10 of 37 posts
Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#2Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#3Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#4I 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
#5Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#6How does this compare to dots.ocr? I got fantastic results when I tested dots. https://github.com/rednote-hilab/dots.ocr
Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#7Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#8I 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
#9I 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?
Discussion is here: https://news.ycombinator.com/item?id=45652952
Re: Show HN: Ocrbase – pdf → .md/.json document OCR and structured extraction API
#10How this is better over Surya/Marker or kreuzberg https://github.com/kreuzberg-dev/kreuzberg .