Upgrade to Apache Tika 3.0.0-BETA2

This commit is contained in:
Fu Cheng
2024-08-05 12:55:23 +08:00
committed by Mark Pollack
parent 99a4fec214
commit 8469d7dc27
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
</scm>
<properties>
<tika.version>3.0.0-BETA</tika.version>
<tika.version>3.0.0-BETA2</tika.version>
</properties>
<dependencies>

View File

@@ -36,7 +36,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/2.9.0/formats.html.
* supported formats, refer to: https://tika.apache.org/3.0.0-BETA2/formats.html.
*
* This reader directly provides the extracted text without any additional formatting. All
* extracted texts are encapsulated within a {@link Document} instance.