We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8efd51 commit d259263Copy full SHA for d259263
1 file changed
sharpenConfiguration.xml
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
+<configuration>
3
+ <ignored>
4
+ <java>
5
+ <fileset reason="Different implementation of Tesseract engine in Java and .NET">
6
+ <file path="com/itextpdf/pdfocr/tesseract4/TesseractOcrUtil.java" />
7
+ <file path="com/itextpdf/pdfocr/tesseract4/LeptonicaWrapper.java" />
8
+ </fileset>
9
+ </java>
10
+ </ignored>
11
+</configuration>
0 commit comments