Author: tilman
Date: Sun Dec 14 19:03:23 2025
New Revision: 1930571
Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov, closes #382
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
==============================================================================
---
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
Sun Dec 14 19:03:19 2025 (r1930570)
+++
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java
Sun Dec 14 19:03:23 2025 (r1930571)
@@ -207,7 +207,7 @@ public class PDFTextStripper extends Leg
* <p>IMPORTANT: By default, text extraction is done in the same sequence
as the text in the PDF page content stream.
* PDF is a graphic format, not a text format, and unlike HTML, it has no
requirements that text one on page
* be rendered in a certain order. The order is the one that was
determined by the software that created the
- * PDF. To get text sorted from left to right and top to botton, use
{@link #setSortByPosition(boolean)}.
+ * PDF. To get text sorted from left to right and top to bottom, use
{@link #setSortByPosition(boolean)}.
*
* @param doc The document to get the text from.
* @return The text of the PDF document.