// Set up a single OCR instance for all image tests
opponentNameOcr = new OpponentNameOcr() {
@Override
protected BufferedImage crop(BufferedImage image, int iteration) {
throw new NotImplementedException("Test images are pre-cropped, no need to implement this crop method");
}
};
}