Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion document-readers/tika-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</scm>

<properties>
<tika.version>3.0.0-BETA2</tika.version>
<tika.version>3.0.0</tika.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/**
* 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-BETA2/formats.html.
* supported formats, refer to: https://tika.apache.org/3.0.0/formats.html.
*
* This reader directly provides the extracted text without any additional formatting. All
* extracted texts are encapsulated within a {@link Document} instance.
Expand Down