home.social

#apachetika — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #apachetika, aggregated by home.social.

fetched live
  1. Apache Tika 4.0.0 is out! 🥳

    Highlights: Java 17+, JSON configuration, Markdown as the default, a redesigned metadata key model, and tika-server runs every parse in the robust tika-pipes.

    New in 4.0: hooks for VLMs and LLM inference on text and embedded images. Want an embedding for the cat photo in a PPTX attached to an email inside a zip? We can find your cat!

    Huge thanks to the community for all the work!

    tika.apache.org and tika.apache.org/docs/4.0.x/

    #ApacheTika #ASF

  2. Apache Tika 4.0.0 is out! 🥳

    Highlights: Java 17+, JSON configuration, Markdown as the default, a redesigned metadata key model, and tika-server runs every parse in the robust tika-pipes.

    New in 4.0: hooks for VLMs and LLM inference on text and embedded images. Want an embedding for the cat photo in a PPTX attached to an email inside a zip? We can find your cat!

    Huge thanks to the community for all the work!

    tika.apache.org and tika.apache.org/docs/4.0.x/

    #ApacheTika #ASF

  3. Apache Tika 4.0.0 is out! 🥳

    Highlights: Java 17+, JSON configuration, Markdown as the default, a redesigned metadata key model, and tika-server runs every parse in the robust tika-pipes.

    New in 4.0: hooks for VLMs and LLM inference on text and embedded images. Want an embedding for the cat photo in a PPTX attached to an email inside a zip? We can find your cat!

    Huge thanks to the community for all the work!

    tika.apache.org and tika.apache.org/docs/4.0.x/

    #ApacheTika #ASF

  4. Apache Tika 4.0.0 is out! 🥳

    Highlights: Java 17+, JSON configuration, Markdown as the default, a redesigned metadata key model, and tika-server runs every parse in the robust tika-pipes.

    New in 4.0: hooks for VLMs and LLM inference on text and embedded images. Want an embedding for the cat photo in a PPTX attached to an email inside a zip? We can find your cat!

    Huge thanks to the community for all the work!

    tika.apache.org and tika.apache.org/docs/4.0.x/

    #ApacheTika #ASF

  5. Apache Tika 4.0.0 is out! 🥳

    Highlights: Java 17+, JSON configuration, Markdown as the default, a redesigned metadata key model, and tika-server runs every parse in the robust tika-pipes.

    New in 4.0: hooks for VLMs and LLM inference on text and embedded images. Want an embedding for the cat photo in a PPTX attached to an email inside a zip? We can find your cat!

    Huge thanks to the community for all the work!

    tika.apache.org and tika.apache.org/docs/4.0.x/

    #ApacheTika #ASF

  6. Porting SafeText and analyzing digital content with Apache Tika

    by @beet_keeper

    Last year I wrote about pitfalls in modern journalism, especially with regards to receiving documents and information from whistleblowers without offering them adequate protection.

    The tl;dr is that you, as a whistleblower, need to protect yourself; and you, as an editor or journalist, need to protect your whistleblowers.

    Steganographic fingerprints might be one method adopted to detect someone leaking information. Steganographic characters replace common textual characters with unusual but hard to detect variants, e.g. they look the same to the human eye, or are actually invisible. Using a tool called SafeText by David Jacobson we can identify these hidden fingerprints in the content that you share.

    I firmly believe we can find clues about what is important to preserve, or learn to preserve, when we analyse the content of the digital record and not just the (file) format of the digital record.

    A file can contain many different features and these are all challenges to their future interpretation, and thus preservation.

    I wanted to use SafeText in some of my other non-Python tooling and so I decided to port the code to Golang as a composable module and binary.

    By coincidence at the time I started writing this I had also just written about revisiting tikalinkextract and so I thought I would write this small explanation about how you might combine Tika and SafeText to perform some content analysis of your own.

    Who knows, maybe we will find a conspiracy. Maybe we’ll find secret codes in our own digital records. Maybe we’ll learn something new about our records…

    Lets have a look at putting Tika and SafeText together and see where it goes.


    #ApacheTika #authenticity #Code #Coding #ContentAnalysis #Data #DigitalHumanities #digitalLiteracy #DigitalPreservation #Golang #integrity #Metadata #Paradata #SafeText #steganography
  7. Porting SafeText and analyzing digital content with Apache Tika

    by @beet_keeper

    Last year I wrote about pitfalls in modern journalism, especially with regards to receiving documents and information from whistleblowers without offering them adequate protection.

    The tl;dr is that you, as a whistleblower, need to protect yourself; and you, as an editor or journalist, need to protect your whistleblowers.

    Steganographic fingerprints might be one method adopted to detect someone leaking information. Steganographic characters replace common textual characters with unusual but hard to detect variants, e.g. they look the same to the human eye, or are actually invisible. Using a tool called SafeText by David Jacobson we can identify these hidden fingerprints in the content that you share.

    I firmly believe we can find clues about what is important to preserve, or learn to preserve, when we analyse the content of the digital record and not just the (file) format of the digital record.

    A file can contain many different features and these are all challenges to their future interpretation, and thus preservation.

    I wanted to use SafeText in some of my other non-Python tooling and so I decided to port the code to Golang as a composable module and binary.

    By coincidence at the time I started writing this I had also just written about revisiting tikalinkextract and so I thought I would write this small explanation about how you might combine Tika and SafeText to perform some content analysis of your own.

    Who knows, maybe we will find a conspiracy. Maybe we’ll find secret codes in our own digital records. Maybe we’ll learn something new about our records…

    Lets have a look at putting Tika and SafeText together and see where it goes.


    #ApacheTika #authenticity #Code #Coding #ContentAnalysis #Data #DigitalHumanities #digitalLiteracy #DigitalPreservation #Golang #integrity #Metadata #Paradata #SafeText #steganography
  8. Porting SafeText and analyzing digital content with Apache Tika

    by @beet_keeper

    Last year I wrote about pitfalls in modern journalism, especially with regards to receiving documents and information from whistleblowers without offering them adequate protection.

    The tl;dr is that you, as a whistleblower, need to protect yourself; and you, as an editor or journalist, need to protect your whistleblowers.

    Steganographic fingerprints might be one method adopted to detect someone leaking information. Steganographic characters replace common textual characters with unusual but hard to detect variants, e.g. they look the same to the human eye, or are actually invisible. Using a tool called SafeText by David Jacobson we can identify these hidden fingerprints in the content that you share.

    I firmly believe we can find clues about what is important to preserve, or learn to preserve, when we analyse the content of the digital record and not just the (file) format of the digital record.

    A file can contain many different features and these are all challenges to their future interpretation, and thus preservation.

    I wanted to use SafeText in some of my other non-Python tooling and so I decided to port the code to Golang as a composable module and binary.

    By coincidence at the time I started writing this I had also just written about revisiting tikalinkextract and so I thought I would write this small explanation about how you might combine Tika and SafeText to perform some content analysis of your own.

    Who knows, maybe we will find a conspiracy. Maybe we’ll find secret codes in our own digital records. Maybe we’ll learn something new about our records…

    Lets have a look at putting Tika and SafeText together and see where it goes.


    #ApacheTika #authenticity #Code #Coding #ContentAnalysis #Data #DigitalHumanities #digitalLiteracy #DigitalPreservation #Golang #integrity #Journalism #Metadata #Paradata #SafeText #steganography #Whistleblow #Whistleblower
  9. Porting SafeText and analyzing digital content with Apache Tika

    by @beet_keeper

    Last year I wrote about pitfalls in modern journalism, especially with regards to receiving documents and information from whistleblowers without offering them adequate protection.

    The tl;dr is that you, as a whistleblower, need to protect yourself; and you, as an editor or journalist, need to protect your whistleblowers.

    Steganographic fingerprints might be one method adopted to detect someone leaking information. Steganographic characters replace common textual characters with unusual but hard to detect variants, e.g. they look the same to the human eye, or are actually invisible. Using a tool called SafeText by David Jacobson we can identify these hidden fingerprints in the content that you share.

    I firmly believe we can find clues about what is important to preserve, or learn to preserve, when we analyse the content of the digital record and not just the (file) format of the digital record.

    A file can contain many different features and these are all challenges to their future interpretation, and thus preservation.

    I wanted to use SafeText in some of my other non-Python tooling and so I decided to port the code to Golang as a composable module and binary.

    By coincidence at the time I started writing this I had also just written about revisiting tikalinkextract and so I thought I would write this small explanation about how you might combine Tika and SafeText to perform some content analysis of your own.

    Who knows, maybe we will find a conspiracy. Maybe we’ll find secret codes in our own digital records. Maybe we’ll learn something new about our records…

    Lets have a look at putting Tika and SafeText together and see where it goes.

    Continue reading “Porting SafeText and analyzing digital content with Apache Tika”


    #ApacheTika #authenticity #Code #Coding #ContentAnalysis #Data #DigitalHumanities #digitalLiteracy #DigitalPreservation #Golang #integrity #Journalism #Metadata #Paradata #SafeText #steganography #Whistleblow #Whistleblower
  10. Voting is underway for #ApacheTika 4.0.0-alpha-1! 🎉

    Started work on the 4.x branch in October 2024. Lots has changed, core principles remain.

    Many, many thanks to the community of fellow devs and users!

    Onwards towards 4.0.0!

    lists.apache.org/thread/bjowzh

  11. Voting is underway for #ApacheTika 4.0.0-alpha-1! 🎉

    Started work on the 4.x branch in October 2024. Lots has changed, core principles remain.

    Many, many thanks to the community of fellow devs and users!

    Onwards towards 4.0.0!

    lists.apache.org/thread/bjowzh

  12. Voting is underway for #ApacheTika 4.0.0-alpha-1! 🎉

    Started work on the 4.x branch in October 2024. Lots has changed, core principles remain.

    Many, many thanks to the community of fellow devs and users!

    Onwards towards 4.0.0!

    lists.apache.org/thread/bjowzh

  13. Voting is underway for #ApacheTika 4.0.0-alpha-1! 🎉

    Started work on the 4.x branch in October 2024. Lots has changed, core principles remain.

    Many, many thanks to the community of fellow devs and users!

    Onwards towards 4.0.0!

    lists.apache.org/thread/bjowzh

  14. Voting is underway for #ApacheTika 4.0.0-alpha-1! 🎉

    Started work on the 4.x branch in October 2024. Lots has changed, core principles remain.

    Many, many thanks to the community of fellow devs and users!

    Onwards towards 4.0.0!

    lists.apache.org/thread/bjowzh

  15. Preview revamp of our website for #ApacheTika 4.x is live: tika.apache.org/docs/4.0.0-SNA

    Let us know what you think and/or open PRs! Please!

  16. Preview revamp of our website for #ApacheTika 4.x is live: tika.apache.org/docs/4.0.0-SNA

    Let us know what you think and/or open PRs! Please!

  17. Preview revamp of our website for #ApacheTika 4.x is live: tika.apache.org/docs/4.0.0-SNA

    Let us know what you think and/or open PRs! Please!

  18. Preview revamp of our website for #ApacheTika 4.x is live: tika.apache.org/docs/4.0.0-SNA

    Let us know what you think and/or open PRs! Please!

  19. Preview revamp of our website for #ApacheTika 4.x is live: tika.apache.org/docs/4.0.0-SNA

    Let us know what you think and/or open PRs! Please!

  20. Voting is underway for #ApacheTika 3.3.0! Please give it a try and let us know if there are any surprises!

    lists.apache.org/thread/pq4zjv

  21. Voting is underway for #ApacheTika 3.3.0! Please give it a try and let us know if there are any surprises!

    lists.apache.org/thread/pq4zjv

  22. Voting is underway for #ApacheTika 3.3.0! Please give it a try and let us know if there are any surprises!

    lists.apache.org/thread/pq4zjv

  23. Voting is underway for #ApacheTika 3.3.0! Please give it a try and let us know if there are any surprises!

    lists.apache.org/thread/pq4zjv

  24. Voting is underway for #ApacheTika 3.3.0! Please give it a try and let us know if there are any surprises!

    lists.apache.org/thread/pq4zjv

  25. On #ApacheTika we're moving entirely to json for configuration in 4.x.

    If you use tika-server and are interested in runtime configuration, please take a look and offer feedback:

    lists.apache.org/thread/jlt8jv

    Please repost for reach.

  26. On #ApacheTika we're moving entirely to json for configuration in 4.x.

    If you use tika-server and are interested in runtime configuration, please take a look and offer feedback:

    lists.apache.org/thread/jlt8jv

    Please repost for reach.

  27. On #ApacheTika we're moving entirely to json for configuration in 4.x.

    If you use tika-server and are interested in runtime configuration, please take a look and offer feedback:

    lists.apache.org/thread/jlt8jv

    Please repost for reach.

  28. On #ApacheTika we're moving entirely to json for configuration in 4.x.

    If you use tika-server and are interested in runtime configuration, please take a look and offer feedback:

    lists.apache.org/thread/jlt8jv

    Please repost for reach.

  29. On #ApacheTika we're moving entirely to json for configuration in 4.x.

    If you use tika-server and are interested in runtime configuration, please take a look and offer feedback:

    lists.apache.org/thread/jlt8jv

    Please repost for reach.

  30. ⚠️ CRITICAL XXE bug (CVE-2025-66516, CVSS 10.0) in Apache Tika (tika-core, tika-pdf-module, tika-parsers). Exploitation via crafted PDFs can lead to file disclosure & RCE. Upgrade to 3.2.2+ ASAP! radar.offseq.com/threat/critic #OffSeq #ApacheTika #XXE #Security

  31. ⚠️ CRITICAL XXE bug (CVE-2025-66516, CVSS 10.0) in Apache Tika (tika-core, tika-pdf-module, tika-parsers). Exploitation via crafted PDFs can lead to file disclosure & RCE. Upgrade to 3.2.2+ ASAP! radar.offseq.com/threat/critic #OffSeq #ApacheTika #XXE #Security

  32. ⚠️ CRITICAL XXE bug (CVE-2025-66516, CVSS 10.0) in Apache Tika (tika-core, tika-pdf-module, tika-parsers). Exploitation via crafted PDFs can lead to file disclosure & RCE. Upgrade to 3.2.2+ ASAP! radar.offseq.com/threat/critic #OffSeq #ApacheTika #XXE #Security

  33. ⚠️ CRITICAL XXE bug (CVE-2025-66516, CVSS 10.0) in Apache Tika (tika-core, tika-pdf-module, tika-parsers). Exploitation via crafted PDFs can lead to file disclosure & RCE. Upgrade to 3.2.2+ ASAP! radar.offseq.com/threat/critic #OffSeq #ApacheTika #XXE #Security

  34. 🚨 CVE-2025-66516 CRITICAL: XXE in Apache Tika core (v1.13–3.2.1), tika-pdf-module, tika-parsers. Exploitable via crafted PDF XFA files — risks data exfil & DoS. Patch to 3.2.2+ now! radar.offseq.com/threat/cve-20 #OffSeq #ApacheTika #XXE #Vuln

  35. 🚨 CVE-2025-66516 CRITICAL: XXE in Apache Tika core (v1.13–3.2.1), tika-pdf-module, tika-parsers. Exploitable via crafted PDF XFA files — risks data exfil & DoS. Patch to 3.2.2+ now! radar.offseq.com/threat/cve-20 #OffSeq #ApacheTika #XXE #Vuln

  36. 🚨 CVE-2025-66516 CRITICAL: XXE in Apache Tika core (v1.13–3.2.1), tika-pdf-module, tika-parsers. Exploitable via crafted PDF XFA files — risks data exfil & DoS. Patch to 3.2.2+ now! radar.offseq.com/threat/cve-20 #OffSeq #ApacheTika #XXE #Vuln

  37. 🚨 CVE-2025-66516 CRITICAL: XXE in Apache Tika core (v1.13–3.2.1), tika-pdf-module, tika-parsers. Exploitable via crafted PDF XFA files — risks data exfil & DoS. Patch to 3.2.2+ now! radar.offseq.com/threat/cve-20 #OffSeq #ApacheTika #XXE #Vuln

  38. RE: mastodon.social/@tallison/1154

    Please join me tomorrow, November 13 at noon EST to chat #ApacheTika.

    Please dm me for the connection info.

  39. RE: mastodon.social/@tallison/1154

    Please join me tomorrow, November 13 at noon EST to chat #ApacheTika.

    Please dm me for the connection info.

  40. RE: mastodon.social/@tallison/1154

    Please join me tomorrow, November 13 at noon EST to chat #ApacheTika.

    Please dm me for the connection info.

  41. RE: mastodon.social/@tallison/1154

    Please join me tomorrow, November 13 at noon EST to chat #ApacheTika.

    Please dm me for the connection info.

  42. RE: mastodon.social/@tallison/1154

    Please join me tomorrow, November 13 at noon EST to chat #ApacheTika.

    Please dm me for the connection info.

  43. LOL.. given that I'm going to be a remote presenter, I taped my Digital Preservation Bake-off talk last night in case I have wifi-problems during the session.

    I really wish conferences would require 3 or 4 videos of the talk before I'm allowed to speak.

    #ipres2025 #digipresBakeoff #ApacheTika

  44. LOL.. given that I'm going to be a remote presenter, I taped my Digital Preservation Bake-off talk last night in case I have wifi-problems during the session.

    I really wish conferences would require 3 or 4 videos of the talk before I'm allowed to speak.

    #ipres2025 #digipresBakeoff #ApacheTika

  45. LOL.. given that I'm going to be a remote presenter, I taped my Digital Preservation Bake-off talk last night in case I have wifi-problems during the session.

    I really wish conferences would require 3 or 4 videos of the talk before I'm allowed to speak.

    #ipres2025 #digipresBakeoff #ApacheTika

  46. LOL.. given that I'm going to be a remote presenter, I taped my Digital Preservation Bake-off talk last night in case I have wifi-problems during the session.

    I really wish conferences would require 3 or 4 videos of the talk before I'm allowed to speak.

    #ipres2025 #digipresBakeoff #ApacheTika

  47. LOL.. given that I'm going to be a remote presenter, I taped my Digital Preservation Bake-off talk last night in case I have wifi-problems during the session.

    I really wish conferences would require 3 or 4 videos of the talk before I'm allowed to speak.

    #ipres2025 #digipresBakeoff #ApacheTika

  48. In belated celebration of World Digital Preservation Day, I'm throwing a "What's new with Apache Tika/Office hours" meetup at noon on November 13 EST.

    This is intended for anyone interested in files from search to digital preservation to file forensics/reverse engineering folks.

    meetup.com/apache-tika-communi

    #wdpd2025 #ApacheTika

  49. In belated celebration of World Digital Preservation Day, I'm throwing a "What's new with Apache Tika/Office hours" meetup at noon on November 13 EST.

    This is intended for anyone interested in files from search to digital preservation to file forensics/reverse engineering folks.

    meetup.com/apache-tika-communi

    #wdpd2025 #ApacheTika

  50. In belated celebration of World Digital Preservation Day, I'm throwing a "What's new with Apache Tika/Office hours" meetup at noon on November 13 EST.

    This is intended for anyone interested in files from search to digital preservation to file forensics/reverse engineering folks.

    meetup.com/apache-tika-communi

    #wdpd2025 #ApacheTika

  51. In belated celebration of World Digital Preservation Day, I'm throwing a "What's new with Apache Tika/Office hours" meetup at noon on November 13 EST.

    This is intended for anyone interested in files from search to digital preservation to file forensics/reverse engineering folks.

    meetup.com/apache-tika-communi

    #wdpd2025 #ApacheTika

  52. In belated celebration of World Digital Preservation Day, I'm throwing a "What's new with Apache Tika/Office hours" meetup at noon on November 13 EST.

    This is intended for anyone interested in files from search to digital preservation to file forensics/reverse engineering folks.

    meetup.com/apache-tika-communi

    #wdpd2025 #ApacheTika

  53. If I hosted an #ApacheTika demo/office hours on Thursday, Nov 6 at noon EST, would that time work?

    #wdpd2025

  54. If I hosted an #ApacheTika demo/office hours on Thursday, Nov 6 at noon EST, would that time work?

    #wdpd2025

  55. If I hosted an #ApacheTika demo/office hours on Thursday, Nov 6 at noon EST, would that time work?

    #wdpd2025