Skip to content

Commit c95d5c0

Browse files
authored
Bump org.apache.tika to 3.1.0 (#2900)
Signed-off-by: David Frizelle <[email protected]>
1 parent 283a41f commit c95d5c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

document-readers/tika-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</scm>
3838

3939
<properties>
40-
<tika.version>3.0.0</tika.version>
40+
<tika.version>3.1.0</tika.version>
4141
</properties>
4242

4343
<dependencies>

document-readers/tika-reader/src/main/java/org/springframework/ai/reader/tika/TikaDocumentReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* A document reader that leverages Apache Tika to extract text from a variety of document
3939
* formats, such as PDF, DOC/DOCX, PPT/PPTX, and HTML. For a comprehensive list of
40-
* supported formats, refer to: https://tika.apache.org/3.0.0/formats.html.
40+
* supported formats, refer to: https://tika.apache.org/3.1.0/formats.html.
4141
*
4242
* This reader directly provides the extracted text without any additional formatting. All
4343
* extracted texts are encapsulated within a {@link Document} instance.

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/etl-pipeline.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ public class MyPagePdfDocumentReader {
561561

562562

563563
=== Tika (DOCX, PPTX, HTML...)
564-
The `TikaDocumentReader` uses Apache Tika to extract text from a variety of document formats, such as PDF, DOC/DOCX, PPT/PPTX, and HTML. For a comprehensive list of supported formats, refer to the https://tika.apache.org/2.9.0/formats.html[Tika documentation].
564+
The `TikaDocumentReader` uses Apache Tika to extract text from a variety of document formats, such as PDF, DOC/DOCX, PPT/PPTX, and HTML. For a comprehensive list of supported formats, refer to the https://tika.apache.org/3.1.0/formats.html[Tika documentation].
565565

566566
==== Dependencies
567567

0 commit comments

Comments
 (0)