File tree Expand file tree Collapse file tree
pdfocr-tesseract4/src/main/java/com/itextpdf/pdfocr/tesseract4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class Tesseract4LogMessageConstant {
4747 "Created temp file {0}" ;
4848 /**
4949 * Constant is not used.
50- * @deprecated since 1.0.1.
50+ * @deprecated since 1.0.1. Will be removed in 2.0.0
5151 */
5252 @ Deprecated
5353 public static final String CANNOT_CONVERT_IMAGE_TO_GRAYSCALE =
@@ -62,6 +62,11 @@ public class Tesseract4LogMessageConstant {
6262 "Cannot read input image {0}" ;
6363 public static final String CANNOT_GET_TEMPORARY_DIRECTORY = "Cannot get "
6464 + "temporary directory: {0}" ;
65+ /**
66+ * Constant is not used.
67+ * @deprecated since 1.0.1. Will be removed in 2.0.0
68+ */
69+ @ Deprecated
6570 public static final String CANNOT_CONVERT_IMAGE_TO_PIX =
6671 "Cannot convert image to pix: {0}" ;
6772 public static final String CANNOT_PARSE_NODE_BBOX =
You can’t perform that action at this time.
0 commit comments