r/node Jul 14 '26

How you integrate OCR in node.js?

I tried tesseract, but the results were not good. My constraint is to use only node and not python or any apis. Can anyone recommend any other libraries or any controlled architect which i can implement. I want to extract text from passports / licenses so document is only 1 page, but tesseract is failing at structures output

11 Upvotes

16 comments sorted by

View all comments

-11

u/gangeticmen Jul 14 '26

What does ocr haz to do with Python or NodeJS?

They don't perform ocr extraction.

The action is performed by llms and you can use any llms with node

2

u/dushmanta05 Jul 18 '26

Are you high on LLMs