Skip to content

Comment on Show HN: Gogosseract, a Go Lib for CGo-Free Tesseract OCR via Wazero

Comments

Thanks for sharing!

Since OCR is a somewhat slow process, how does the WASM approach compare to running libtesseract in a subprocess and use some IPC layer to talk to Go? It would require a separate C++ compiler, but not CGo.

one of the largest Open Source OCR

Tangential, but are there others as large as Tesseract? It seems to pop up anywhere I look.

Tangential, but are there others as large as Tesseract?

The one serious competition is PaddleOCR, which is faster on GPU, and also works better for Chinese and other non-Western scripts.

There are some newer ML-based projects like DocTR that have been catching up, at least for some use cases.

My intentions was a "pure Go" approach, but that is probably more performant.

I imagine just calling the Tesseract CLI from Go would be simplest if that's all you wanted.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.