We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:
< 29 Mar 22:40:41 - error: [App] Error extracting [[ /XXX/Screen Shot 2014-03-06 at 14.43.23.png ]], exec error: Error: Command failed: read_params_file: Can't open Shot < read_params_file: Can't open 2014-03-06 < read_params_file: Can't open at < read_params_file: Can't open 14.43.23.png < read_params_file: Can't open /YYY/node_modules/textract/lib/extractors/temp/Screen < read_params_file: Can't open Shot < read_params_file: Can't open 2014-03-06 < read_params_file: Can't open at < read_params_file: Can't open 14.43.23 < Cannot open input file: /XXX
The problem is that the paths are not escaped before calling the tesseract command:
exec( "tesseract " + filePath + " " + fileTempOutPath + " quiet",
Will submit a pull request fixing the issue.
The text was updated successfully, but these errors were encountered:
5141365
Merge pull request #19 from voz/master
0e8a04d
Add escape of the path for the tesseract command. Closes #18
No branches or pull requests
Error:
The problem is that the paths are not escaped before calling the tesseract command:
Will submit a pull request fixing the issue.
The text was updated successfully, but these errors were encountered: