Interface IRecognitionPredictor

All Superinterfaces:
AutoCloseable, IPredictor<BufferedImage,String>
All Known Implementing Classes:
OnnxRecognitionPredictor

public interface IRecognitionPredictor extends IPredictor<BufferedImage,String>
Interface for predictors, which take a cropped image of text and recognize text characters on it.