python how to use tika with existing jar file without downloading again

前端 未结 1 737
囚心锁ツ
囚心锁ツ 2021-02-14 05:58

I\'m using Tika and I realized that each time the jar file is downloaded and placed in Temp folder

Retrieving http://search.maven.org/remotecontent?filepath=org/         


        
1条回答
  •  难免孤独
    2021-02-14 06:28

    To resolve this problem you should add an environment variable to the tika server jar and specify the path folder which contains the tika jar file.

    TIKA_SERVER_JAR = 'PATH_OF_FOLDER_CONTAINING_TIKA_SERVER_JAR'.

    0 讨论(0)
提交回复
热议问题