2025-02-06 18:40:21 +01:00
{
2025-04-30 15:11:44 +02:00
"name" : "Apache Tika" ,
"slug" : "apache-tika" ,
"categories" : [
12
] ,
"date_created" : "2025-02-05" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 9998 ,
"documentation" : "https://cwiki.apache.org/confluence/display/tika" ,
"website" : "https://tika.apache.org/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/apache-tika.webp" ,
2025-04-30 15:11:44 +02:00
"config_path" : "/opt/apache-tika/tika-config.xml" ,
"description" : "The Apache Tika™ toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF). All of these file types can be parsed through a single interface, making Tika useful for search engine indexing, content analysis, translation, and much more." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/apache-tika.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 2024 ,
"hdd" : 10 ,
"os" : "debian" ,
2025-09-08 10:56:52 +02:00
"version" : "13"
2025-04-30 15:11:44 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Configuration file is not created at install time. Example is at: `https://cwiki.apache.org/confluence/display/TIKA/TikaServer+in+Tika+2.x`" ,
"type" : "info"
}
]
2025-03-07 09:17:54 +01:00
}