Feature #32003
Debug message with current TIKA command
| Status: | New | Start date: | 2011-11-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Add the following line to tika_textextractionservice, to see the command used to call tika.jar:
t3lib_div::devLog('Command for tika text extraction: ' . $tikaCommand, 'tika', 0);