{"id":19398360,"url":"https://github.com/quarkiverse/quarkus-tika","last_synced_at":"2026-04-02T12:30:00.357Z","repository":{"id":37092775,"uuid":"423484598","full_name":"quarkiverse/quarkus-tika","owner":"quarkiverse","description":"Quarkus Tika extension","archived":false,"fork":false,"pushed_at":"2026-03-24T23:44:01.000Z","size":719,"stargazers_count":14,"open_issues_count":2,"forks_count":13,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-03-25T04:22:18.093Z","etag":null,"topics":["content-detection","quarkus-extension","tika"],"latest_commit_sha":null,"homepage":"https://tika.apache.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quarkiverse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-01T13:55:45.000Z","updated_at":"2026-03-25T01:47:46.000Z","dependencies_parsed_at":"2024-01-11T20:34:37.508Z","dependency_job_id":"e8197781-0213-46e8-8525-a7c1a173ccb9","html_url":"https://github.com/quarkiverse/quarkus-tika","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/quarkiverse/quarkus-tika","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkiverse%2Fquarkus-tika","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkiverse%2Fquarkus-tika/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkiverse%2Fquarkus-tika/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkiverse%2Fquarkus-tika/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quarkiverse","download_url":"https://codeload.github.com/quarkiverse/quarkus-tika/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkiverse%2Fquarkus-tika/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31306042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["content-detection","quarkus-extension","tika"],"created_at":"2024-11-10T11:05:48.940Z","updated_at":"2026-04-02T12:30:00.345Z","avatar_url":"https://github.com/quarkiverse.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quarkus - Tika\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/github/all-contributors/quarkiverse/quarkus-tika?color=ee8449\u0026style=for-the-badge)](#contributors)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.tika/quarkus-tika?logo=apache-maven\u0026style=for-the-badge)](https://search.maven.org/artifact/io.quarkiverse.tika/quarkus-tika)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/quarkiverse/quarkus-tika/build.yml?style=for-the-badge)\n\n## Introduction\n\nThis Quarkus extension allows you to parse documents using the [Apache Tika](https://tika.apache.org) library.\n\nIt is a replacement for the `quarkus-tika` extension originally part of the Quarkus core distribution.\n\n## Documentation\n\nThe documentation for this extension can be found [here](https://quarkiverse.github.io/quarkiverse-docs/quarkus-tika/dev/index.html).\n\n## Versioning\n\nThere are multiple versions available please check which one for your Quarkus release version.\n\n| Extension Version | Quarkus Version |\n| --- | --- |\n| ![2.0.x](https://img.shields.io/maven-central/v/io.quarkiverse.tika/quarkus-tika?versionPrefix=2.0\u0026color=cyan) | [![Quarkus](https://img.shields.io/badge/Quarkus-3.15+-purple.svg)](https://github.com/quarkusio/quarkus/releases/tag/3.15.0) |\n| ![latest](https://img.shields.io/maven-central/v/io.quarkiverse.tika/quarkus-tika?versionPrefix=2.1\u0026color=cyan) | [![Quarkus](https://img.shields.io/badge/Quarkus-3.18+-purple.svg)](https://github.com/quarkusio/quarkus/releases/tag/3.18.0) |\n\n\n\n## Docker\n\nWhen building native images in Docker using the standard Quarkus Docker configuration files some additional features need to be\ninstalled to support Apache POI.  Specifically font information is not included in [Red Hat's ubi-minimal images](https://developers.redhat.com/products/rhel/ubi).  To install it\nsimply add these lines to your `DockerFile.native` file:\n\n```shell\nFROM registry.access.redhat.com/ubi8/ubi-minimal:9.7\n\n######################### Set up environment for POI ##################################\nRUN microdnf update -y \u0026\u0026 microdnf install -y freetype fontconfig \u0026\u0026 microdnf clean all\n######################### Set up environment for POI ##################################\n\nWORKDIR /work/\nRUN chown 1001 /work \\\n    \u0026\u0026 chmod \"g+rwX\" /work \\\n    \u0026\u0026 chown 1001:root /work\n# Shared objects to be dynamically loaded at runtime as needed,\nCOPY --chown=1001:root target/*.properties target/*.so /work/\nCOPY --chown=1001:root target/*-runner /work/application\n# Permissions fix for Windows\nRUN chmod \"ugo+x\" /work/application\nEXPOSE 8080\nUSER 1001\n\nCMD [\"./application\", \"-Dquarkus.http.host=0.0.0.0\"]\n```\n\n\u003e [!CAUTION]\n\u003e Make sure `.dockerignore` does not exclude `.so` files!\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/sberyozkin\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/467639?v=4?s=100\" width=\"100px;\" alt=\"sberyozkin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esberyozkin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/quarkiverse/quarkus-tika/commits?author=sberyozkin\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-sberyozkin\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://jamesnetherton.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4721408?v=4?s=100\" width=\"100px;\" alt=\"James Netherton\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJames Netherton\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/quarkiverse/quarkus-tika/commits?author=jamesnetherton\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://gastaldi.wordpress.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/54133?v=4?s=100\" width=\"100px;\" alt=\"George Gastaldi\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGeorge Gastaldi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/quarkiverse/quarkus-tika/commits?author=gastaldi\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-gastaldi\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://tomscode.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/896029?v=4?s=100\" width=\"100px;\" alt=\"Tomaž\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTomaž\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/quarkiverse/quarkus-tika/commits?author=tpodg\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-tpodg\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://melloware.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4399574?v=4?s=100\" width=\"100px;\" alt=\"Melloware\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMelloware\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/quarkiverse/quarkus-tika/commits?author=melloware\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/quarkiverse/quarkus-tika/commits?author=melloware\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://zhfeng.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1246139?v=4?s=100\" width=\"100px;\" alt=\"Zheng Feng\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZheng Feng\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/quarkiverse/quarkus-tika/commits?author=zhfeng\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-zhfeng\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/gefloh\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/124285337?v=4?s=100\" width=\"100px;\" alt=\"Gerhard Flothow\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGerhard Flothow\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/quarkiverse/quarkus-tika/commits?author=gefloh\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://thejavaguy.org/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11942401?v=4?s=100\" width=\"100px;\" alt=\"Ivan Milosavljević\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIvan Milosavljević\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/quarkiverse/quarkus-tika/commits?author=TheJavaGuy\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://foivos.zakkak.net\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1435395?v=4?s=100\" width=\"100px;\" alt=\"Foivos\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFoivos\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/quarkiverse/quarkus-tika/commits?author=zakkak\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/hamburml\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7239350?v=4?s=100\" width=\"100px;\" alt=\"Michael Hamburger\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichael Hamburger\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-hamburml\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarkiverse%2Fquarkus-tika","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquarkiverse%2Fquarkus-tika","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarkiverse%2Fquarkus-tika/lists"}