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

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


The following commit(s) were added to refs/heads/main by this push:
     new 41369cc  fix comment
41369cc is described below

commit 41369cc1d97566a367a0968cc5cda051a243af08
Author: tallison <[email protected]>
AuthorDate: Thu May 20 14:28:05 2021 -0400

    fix comment
---
 .../src/main/java/org/apache/tika/parser/pdf/PDFParserConfig.java      | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/main/java/org/apache/tika/parser/pdf/PDFParserConfig.java
 
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/main/java/org/apache/tika/parser/pdf/PDFParserConfig.java
index 11aae38..b665e4c 100644
--- 
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/main/java/org/apache/tika/parser/pdf/PDFParserConfig.java
+++ 
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src/main/java/org/apache/tika/parser/pdf/PDFParserConfig.java
@@ -274,10 +274,9 @@ public class PDFParserConfig implements Serializable {
      * Along the same lines, note that this does not extract "logical" images. 
 Some PDF writers
      * break up a single logical image into hundreds of little images.  With 
this option set to
      * <code>true</code>, you might get those hundreds of little images.
-     * logical image into
      * <p/>
      * NOTE ALSO: this extracts the raw images without clipping, rotation, 
masks, color
-     * inverstion, etc. The images that this extracts may look nothing like 
what a human
+     * inversion, etc. The images that this extracts may look nothing like 
what a human
      * would expect given the appearance of the PDF.
      * <p/>
      * Set to <code>true</code> only with the greatest caution.

Reply via email to