Author: tilman
Date: Sun Dec 14 10:16:08 2025
New Revision: 1930550
Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov, closes #378
Modified:
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
Modified:
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
==============================================================================
---
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
Sun Dec 14 10:16:04 2025 (r1930549)
+++
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
Sun Dec 14 10:16:08 2025 (r1930550)
@@ -1195,7 +1195,7 @@ public class PDFTextStripper extends Leg
}
/**
- * By default the text stripper will attempt to remove text that overlapps
each other. Word paints the same
+ * By default the text stripper will attempt to remove text that overlaps
each other. Word paints the same
* character several times in order to make it look bold. By setting this
to false all text will be extracted, which
* means that certain sections will be duplicated, but better performance
will be noticed.
*