You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error
{ [Error: Command failed: read_params_file: Can't open C:\Users\shaunak\AppData\L
ocal\Temp\node-tesseract-b48c93d0-c7f8-4329-986d-b2dcf942ffdd
read_params_file: Can't open l
read_params_file: Can't open eng
read_params_file: Can't open psm
read_params_file: Can't open 3
But i can output the correct result using tesseract command line command.Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
// Recognize text of any language in any format
tesseract.process('../ ocr.png',function(err, text) {
if(err) {
console.error(err);
} else {
console.log(text);
}
});
I get the following error
{ [Error: Command failed: read_params_file: Can't open C:\Users\shaunak\AppData\L
ocal\Temp\node-tesseract-b48c93d0-c7f8-4329-986d-b2dcf942ffdd
read_params_file: Can't open l
read_params_file: Can't open eng
read_params_file: Can't open psm
read_params_file: Can't open 3
But i can output the correct result using tesseract command line command.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: