adiXcodr/node-ocr

Working code of Optical Character Recognition (OCR)

Opened this issue · 10 comments

Working code of Optical Character Recognition (OCR)

Hello,
If the issue is not assigned to anyone, may I work on it?

Hi , I opened this issue because i think its missing from this project if assigned then i want to work on this issue@adiXcodr

Yes true, but you should have provided a description while raising an issue and also asked about assigning it. Never the less let @adiXcodr decide :)

Ocr will take time and this is something 2 ppl can contribute together , thats what i think @siddhantjain07 .

Currently, the OCR is made possible with the Tesseract.js framework, if you guys want, you can write a native alternative algorithm but it would need training data

@adiXcodr can we make ocr code using tensorflow. Js , that will be helpful for ur project ?

@adiXcodr does the OCR module have to be in javascript?

@adiXcodr i will start working on it using tf.js ...

@adiXcodr does the OCR module have to be in javascript?

Preferably. Doing it in some other language like python would need an extra API call. The computation needs to be done natively