> > I believe the standard policy is that a parser which can't work should > either thrown an exception during construction, or return an empty set of > types to a call to getSupportedTypes. Either one lets it be gracefully > skipped over
How do we know when Tesseract is installed? There isn't an easy, cross-platform Java method to check if a given program is installed. Maybe, we make the user specify the install location in some config file? Then, don't have to worry about Tesseract being on the path or not.
