From af90eac4911fb0a3618b0362eea46d9ebda9c84d Mon Sep 17 00:00:00 2001 From: nguyenq Date: Tue, 20 Aug 2024 17:28:14 -0500 Subject: [PATCH] Update doc Update doc --- src/main/java/net/sourceforge/tess4j/Tesseract.java | 4 ++-- src/main/java/net/sourceforge/tess4j/Tesseract1.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/net/sourceforge/tess4j/Tesseract.java b/src/main/java/net/sourceforge/tess4j/Tesseract.java index 9df0769..573b06c 100644 --- a/src/main/java/net/sourceforge/tess4j/Tesseract.java +++ b/src/main/java/net/sourceforge/tess4j/Tesseract.java @@ -878,11 +878,11 @@ public List createDocumentsWithResults(String[] filenames, String[] o } /** - * Gets the detected orientation of the input imageFile and apparent script + * Gets the detected orientation of the input image and apparent script * (alphabet). * * @param imageFile an image file - * @return imageFile orientation and script name + * @return image orientation and script name */ @Override public OSDResult getOSD(File imageFile) { diff --git a/src/main/java/net/sourceforge/tess4j/Tesseract1.java b/src/main/java/net/sourceforge/tess4j/Tesseract1.java index 1a0d4f8..d4e8a98 100644 --- a/src/main/java/net/sourceforge/tess4j/Tesseract1.java +++ b/src/main/java/net/sourceforge/tess4j/Tesseract1.java @@ -860,11 +860,11 @@ public List createDocumentsWithResults(String[] filenames, String[] o } /** - * Gets the detected orientation of the input imageFile and apparent script + * Gets the detected orientation of the input image and apparent script * (alphabet). * * @param imageFile an image file - * @return imageFile orientation and script name + * @return image orientation and script name */ @Override public OSDResult getOSD(File imageFile) {