| 34 |
|
|
| 35 |
mvn install |
mvn install |
| 36 |
|
|
| 37 |
will build the full set of tika applications - it will install the app jar |
will build the full set of tika applications - it will build the app jar |
| 38 |
in a location like ~/.m2/repository/org/apache/tika/tika-app/0.4/ |
in a location like tika-app/target/tika-app-0.4.jar |
| 39 |
|
|
| 40 |
Copy tika-app-0.4.jar from there or point the module path to it. |
Copy tika-app-0.4.jar from there or point the module path to it. |
| 41 |
|
|
| 42 |
See also build instructions at: http://drupal.org/node/540974#comment-1944082 |
See also build instructions at: http://drupal.org/node/540974#comment-1944082 |
| 43 |
|
|
| 44 |
|
There seems is a bug in the Tika 0.3 and 0.4 CLI implementation. See: |
| 45 |
|
https://issues.apache.org/jira/browse/TIKA-324 and apply the patch |
| 46 |
|
to Tika 0.4 before building or international characters will not be extracted |
| 47 |
|
correctly with the -t flag. |
| 48 |
|
|
| 49 |
|
As an alternative, change the module code to use the -h or -x flags. |