N
N
n1ksON2021-01-09 23:00:44
Text recognising
n1ksON, 2021-01-09 23:00:44

What OCR service do you recommend?

We need a service with an API that quickly recognizes texts from a picture (pictures like scanned documents, that is, photographs of sheets with text). But the texts are specific, not just a set of words, but containing various special mathematical and not only symbols.
I'm currently using tesseract.js, but it's very slow (probably because OCR happens on the front).

Recommend a good OCR service that is not very expensive (up to $100 per month) and preferably has free trial tests.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Golub, 2021-01-10
@RazerVG

server version https://www.npmjs.com/package/node-tesseract-ocr

V
Vasily Bannikov, 2021-01-10
@vabka

There is a fairly good Yandex: https://cloud.yandex.com/docs/vision/concepts/ocr/
But there are nuances:
1. pay as you go billing, so it can be more or less than $100
2. it is not clear what with mathematical symbols - it may not be possible to process this completely automatically.
If you need to process complex documents a lot, then it makes sense to develop your own solution that will work well with your documents.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question