We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eedefb commit d6f50d3Copy full SHA for d6f50d3
pdfocr-tesseract4/src/main/java/com/itextpdf/pdfocr/tesseract4/Tesseract4LogMessageConstant.java
@@ -45,6 +45,11 @@ public class Tesseract4LogMessageConstant {
45
"Cannot write to file {0}: {1}";
46
public static final String CREATED_TEMPORARY_FILE =
47
"Created temp file {0}";
48
+ /**
49
+ * Constant is not used.
50
+ * @deprecated since 1.0.1.
51
+ */
52
+ @Deprecated
53
public static final String CANNOT_CONVERT_IMAGE_TO_GRAYSCALE =
54
"Cannot convert to gray image with depth {0}";
55
public static final String CANNOT_BINARIZE_IMAGE =
0 commit comments