Skip to content

nguyenhiepvan/tika_server_forever

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIKA SERVER FOREVER

Installation:

  • clone this project and run
./download_tika.sh
  • start tika server:
pm2 start pm2.yml
  • Tika server will be start at http://127.0.0.1:9998
  • Add cronjob
* * * * * cd [ROOT-TIKA] && /bin/sh ./check_tika_health.sh >> /dev/null 2>&1

Requirements

Rmeta Only

  • Java
  • Pm2

OCR

  • tesseract
  • tesseract-lang
  • ghostscript

About

Run tika server forever with health check process

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%