Bump org.apache.tika to 3.1.0 (#2900)

Signed-off-by: David Frizelle <david.frizelle@gmail.com>
This commit is contained in:
David Frizelle
2025-04-28 20:00:29 +10:00
committed by GitHub
parent 283a41fd13
commit c95d5c05ba
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
</scm>
<properties>
<tika.version>3.0.0</tika.version>
<tika.version>3.1.0</tika.version>
</properties>
<dependencies>

View File

@@ -37,7 +37,7 @@ import org.springframework.util.StringUtils;
/**
* A document reader that leverages 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: https://tika.apache.org/3.0.0/formats.html.
* supported formats, refer to: https://tika.apache.org/3.1.0/formats.html.
*
* This reader directly provides the extracted text without any additional formatting. All
* extracted texts are encapsulated within a {@link Document} instance.

View File

@@ -561,7 +561,7 @@ public class MyPagePdfDocumentReader {
=== Tika (DOCX, PPTX, HTML...)
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].
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].
==== Dependencies