Skip to content

Commit d259263

Browse files
committed
Add partitioned sharpen config file
DEVSIX-7479
1 parent f8efd51 commit d259263

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sharpenConfiguration.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)