Interface TextExtractor
- All Known Implementing Classes:
TesseractTextExtractor
public interface TextExtractor
Interface for implementations that are able to extract text from an image.
-
Method Summary
-
Method Details
-
extract
Extracts text from the image and returns it as a set of lines in the text frame.- Parameters:
image- the image- Returns:
- the text
- Throws:
IOException- if the file can't be readTextExtractorException- if text extraction fails
-