5 ms·
Cool! Which OCR engine/model do you use?
by binarymax 3y ago
Cool! Which OCR engine/model do you use?
- pierre 3y agoEasyOCR, may switch to paddleOCR in the future.
- vikp 3y agoYou may want to try https://github.com/VikParuchuri/surya https://github.com/VikParuchuri/surya (I'm the author). I've only benchmarked against tesseract, but it outperforms it by a lot (benchmarks in repo). Happy to discuss. You could also try https://github.com/VikParuchuri/marker https://github.com/VikParuchuri/marker for general PDF parsing (I'm also the author) - it seems like you're more focused on tables.
- pryelluw 3y agoThanks for sharing.
- raffraffraff 3y agoHow does surya compare to AWS Textract? A previous employer went through a bunch of different OCRs and ended up using Textract because they found it to be the most accurate overall.
- helloericsf 3y agoGrateful for your insight! Could you explain the reason for the switch? Is there any benchmark data available for sharing?
- pierre 3y agoPerformance depend on the language / type of docs. Main reason for contemplating switching is that easyOCR seems to not be maintained anymore (no commit in the repo in last 5 months)
- joaquincabezas 3y agoPaddleOCR works pretty well, how are you planning to integrate it in your workflow? I found huge differences in throughput between python serving and frameworks (i.e. NVIDIA Triton Inference Server).