Great list! I’ll definitely run your benchmark against Doctly.ai (our PDF-to-Markdown service) specially as we publish our workflow service, to see how we stack up. One thing I’ve noticed in many benchmarks, though, is the potential for bias. I’m actually working on a post about this issue, so it’s top of mind for me. For example, in the omni benchmark, the ground truth expected a specific order for heading informati…
Bias wrt ordering is a great point. What we consider structured information in this benchmark is irrespective of how its presentation (Order, format etc), it should be directly comparable. So the benchmark does that it into account. Example is if you are only converting lets say an invoice into markdown, you can introduce bias wrt ordering etc. But if the task is to find out invoice number, total amount, number of li…
Show HN: OCR Benchmark Focusing on Automation
11–20 of 22 posts
Re: Show HN: OCR Benchmark Focusing on Automation
#12Re: Show HN: OCR Benchmark Focusing on Automation
#13Great list! I’ll definitely run your benchmark against Doctly.ai (our PDF-to-Markdown service) specially as we publish our workflow service, to see how we stack up. One thing I’ve noticed in many benchmarks, though, is the potential for bias. I’m actually working on a post about this issue, so it’s top of mind for me. For example, in the omni benchmark, the ground truth expected a specific order for heading informati…
We chose this method for all the same reasons you highlight. Text similarity based measurements are very subject to bias, and don't correlate super well with accuracy. I covered the same concepts in the "The case against text-similarity"[1] section of our writeup.
Re: Show HN: OCR Benchmark Focusing on Automation
#14In your pricing example I see $6.27 for a 10 page document. That is extremely expensive.
Re: Show HN: OCR Benchmark Focusing on Automation
#15How do these compare to traditional commercial and open source OCR tools? What about things like the Apple Vision APIs?
> Apple Vision APIs Can we even OCR pdfs using Apple Vision APIs
I’m vibe coding a little macOS OCR app since last weekend, and I’m really happy with the results so far. This is my first app, so fingers crossed. If it becomes feature-complete and polished enough, I’m considering open sourcing it. There’s still a long way to go, though.
[1] https://developer.apple.com/documentation/vision/vnrecognize...
Re: Show HN: OCR Benchmark Focusing on Automation
#16Great list! I’ll definitely run your benchmark against Doctly.ai (our PDF-to-Markdown service) specially as we publish our workflow service, to see how we stack up. One thing I’ve noticed in many benchmarks, though, is the potential for bias. I’m actually working on a post about this issue, so it’s top of mind for me. For example, in the omni benchmark, the ground truth expected a specific order for heading informati…
Hey I wrote the Omni benchmark. I think you might be misreading the methodology on our side. Order on page does not matter in our accuracy scoring. In fact we are only scoring on JSON extraction as a measurement of accuracy. Which is order independent. We chose this method for all the same reasons you highlight. Text similarity based measurements are very subject to bias, and don't correlate super well with accuracy.…
If I do find anything, I'll share with you for comments before I publish the post.
Re: Show HN: OCR Benchmark Focusing on Automation
#17If you create a benchmark and your product outperforms everything else, it could mean many things. Overfitting being one of them.
Re: Show HN: OCR Benchmark Focusing on Automation
#18Many of the benchmarks I have seen in this space suffer from the Texas Sharpshooter fallacy, where you shoot first and then paint a target around the hole. If you create a benchmark and your product outperforms everything else, it could mean many things. Overfitting being one of them.
Which is why publishing open benchmarks is first step where there is public scrutiny around whether then benchmark itself irrespective of the results is fair. In the end, the end user will choose the benchmark that's best fit for their usecase or mostly will create a variation of their own, do their own unbiased evaluations.
Re: Show HN: OCR Benchmark Focusing on Automation
#19How do these compare to traditional commercial and open source OCR tools? What about things like the Apple Vision APIs?
> Apple Vision APIs Can we even OCR pdfs using Apple Vision APIs
There are also:
* swiftocr - https://github.com/fny/swiftocr
* macos-vision-ocr - https://github.com/bytefer/macos-vision-ocr