hello guys im' geting nonsense from tesseract anybody knows why ? here is
the code :
let data = await myCamera.takePictureAsync({});
let path = data.uri.replace('file://', '');
setPicture(data.uri)
RNTesseractOcr.recognize(path, 'LANG_ENGLISH' ,
tessOptions)
.then((result) => {
console.log("OCR Result: ", result);
})
.catch((err) => {
console.log("OCR Error: ", err);
})
.
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tesseract-ocr/5b58e0f9-768b-452c-97f3-2ec7dadc8d3fn%40googlegroups.com.