This is an automated email from the ASF dual-hosted git repository.
tallison pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
from fd9cb684c update CHANGES.txt to include new /eval endpoint
new bd157e5b2 TIKA-3675
new 4fad47072 TIKA-3716 -- add a Parsed-By-Full-Set metadata key to record
all parsers that touched a file.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.txt | 3 ++
.../apache/tika/metadata/TikaCoreProperties.java | 7 ++++
.../org/apache/tika/parser/CompositeParser.java | 39 +++++++++++++++++++++-
.../java/org/apache/tika/utils/ParserUtils.java | 15 +++++++--
tika-parent/pom.xml | 2 +-
.../org/apache/tika/parser/pdf/PDFParserTest.java | 2 +-
.../tika/parser/microsoft/rtf/RTFParserTest.java | 14 ++++++++
.../tika/parser/ocr/TesseractOCRParserTest.java | 5 +++
.../tika/server/standard/TikaResourceTest.java | 5 +++
9 files changed, 86 insertions(+), 6 deletions(-)