Skip to content

Commit d6f50d3

Browse files
author
alexander.kischuk
committed
Deprecate Tesseract4LogMessageConstant#CANNOT_CONVERT_IMAGE_TO_GRAYSCALE
PDFOC-101
1 parent 1eedefb commit d6f50d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pdfocr-tesseract4/src/main/java/com/itextpdf/pdfocr/tesseract4/Tesseract4LogMessageConstant.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ public class Tesseract4LogMessageConstant {
4545
"Cannot write to file {0}: {1}";
4646
public static final String CREATED_TEMPORARY_FILE =
4747
"Created temp file {0}";
48+
/**
49+
* Constant is not used.
50+
* @deprecated since 1.0.1.
51+
*/
52+
@Deprecated
4853
public static final String CANNOT_CONVERT_IMAGE_TO_GRAYSCALE =
4954
"Cannot convert to gray image with depth {0}";
5055
public static final String CANNOT_BINARIZE_IMAGE =

0 commit comments

Comments
 (0)