I'm trying to use SystemCaller to run Tesseract (a command-line OCR engine) on my Mac. While the following command line works in Terminal directly, it fails from the SystemCaller:
tesseract /Users/westdakota/Documents/Coding_Projects/LSAT_Vocab/Output.png /Users/westdakota/Documents/Coding_Projects/LSAT_Vocab/words (This is all one line; no carriage return. The first path -- despite the name -- is the input file path: a file that was created by the previous step in my workflow, the FeatureWriter; the second is the output file path: the text file of words OCR'd by Tesseract.) Until now, I've only ever used SystemCaller on a Windows machine. Is there anything different I need to know when using it with a Mac?This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

