From 6b11579bb4a89f7b0d913ec7f57fbc6bd35dcdb4 Mon Sep 17 00:00:00 2001 From: "valery.bokov" Date: Fri, 5 Jun 2026 22:29:28 +0200 Subject: [PATCH] fix comment for PDFTextStripper.handleDirection method --- .../src/main/java/org/apache/pdfbox/text/PDFTextStripper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java b/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java index ef56f3fa0b6..93af60e92d6 100644 --- a/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java +++ b/pdfbox/src/main/java/org/apache/pdfbox/text/PDFTextStripper.java @@ -1898,7 +1898,7 @@ private List normalize(List line) * characters, the order of the characters in a word or words in a line may wrong, due to RTL and LTR marks and * characters! * - * Based on http://www.nesterovsky-bros.com/weblog/2013/07/28/VisualToLogicalConversionInJava.aspx + * Based on an article "Visual to logical conversion in Java". * * @param word The word that shall be processed * @return new word with the correct direction of the containing characters