const worker = new TesseractWorker({
langPath: 'https://lottoticketscanner.iclips.co.za/assets/tesseract/langs-folder/',
});worker.recognize(canvas.toDataURL('image/png'), 'eng')
.progress(progress => console.log('progress', progress))
.then(result => console.log('result', result.text))
.finally(() => worker.terminate());--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/8a823afb-fde5-43aa-a643-2cf69462c2f6%40googlegroups.com.


const worker = new Tesseract.TesseractWorker({
langPath: 'https://lottoticketscanner.iclips.co.za/assets/tesseract/tessdata/',
});
worker.recognize(cameraSensor2.toDataURL('image/png'), 'mycustom')
.progress(progress => console.log('progress', progress))
.then(result => console.log('result', result))
.finally(() => worker.terminate());To unsubscribe from this group and stop receiving emails from it, send an email to tesser...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/4d8dcf15-293c-4b3e-9d67-8b0ba8be9a27%40googlegroups.com.

const worker = new Tesseract.TesseractWorker({
langPath: 'https://iclips.co.za/images/tessdata/',
});
worker.recognize(cameraSensor2.toDataURL('image/png'), 'custom')...
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/4d8dcf15-293c-4b3e-9d67-8b0ba8be9a27%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/75347274-7bbe-4f66-a313-7fb51ad9d253%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/75347274-7bbe-4f66-a313-7fb51ad9d253%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/c7626d47-7642-44d2-bf66-9ab571106238%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduVy_qPEqOD8-U0datnccWtN0CUGGqh0uhbWg7%2By3TBR4A%40mail.gmail.com.