You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2018/02/22 00:36:40 UTC

[tika] branch branch_1x updated: fix documentation via David Pilato on twitter.

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 72e6f70  fix documentation via David Pilato on twitter.
72e6f70 is described below

commit 72e6f7073ba8cae684a7b80b6864a214091d91dd
Author: tballison <ta...@mitre.org>
AuthorDate: Wed Feb 21 19:35:30 2018 -0500

    fix documentation via David Pilato on twitter.
---
 .../src/main/java/org/apache/tika/parser/ocr/TesseractOCRConfig.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parsers/src/main/java/org/apache/tika/parser/ocr/TesseractOCRConfig.java b/tika-parsers/src/main/java/org/apache/tika/parser/ocr/TesseractOCRConfig.java
index c8c8bc9..afe0a21 100644
--- a/tika-parsers/src/main/java/org/apache/tika/parser/ocr/TesseractOCRConfig.java
+++ b/tika-parsers/src/main/java/org/apache/tika/parser/ocr/TesseractOCRConfig.java
@@ -319,7 +319,7 @@ public class TesseractOCRConfig implements Serializable {
 
     /**
      * Set output type from ocr process.  Default is "txt", but can be "hocr".
-     * Default value is 120s.
+     * Default value is {@link OUTPUT_TYPE#TXT}.
      */
     public void setOutputType(OUTPUT_TYPE outputType) {
         this.outputType = outputType;
@@ -488,7 +488,7 @@ public class TesseractOCRConfig implements Serializable {
     /**
      * Sets whether or not a rotation value should be calculated and passed to ImageMagick.
      * 
-     * @param true to calculate and apply rotation, false to skip.  Default is false, true required Python installed.
+     * @param applyRotation to calculate and apply rotation, false to skip.  Default is false, true required Python installed.
      */
     public void setApplyRotation(boolean applyRotation) {
     	this.applyRotation = applyRotation;

-- 
To stop receiving notification emails like this one, please contact
tallison@apache.org.