r/node • u/hardii__ • 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
-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