Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
nguyenq committed Aug 20, 2024
1 parent b6ccaed commit af90eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/sourceforge/tess4j/Tesseract.java
Original file line number Diff line number Diff line change
Expand Up @@ -878,11 +878,11 @@ public List<OCRResult> 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) {
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/sourceforge/tess4j/Tesseract1.java
Original file line number Diff line number Diff line change
Expand Up @@ -860,11 +860,11 @@ public List<OCRResult> 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) {
Expand Down

0 comments on commit af90eac

Please sign in to comment.