Tim Allison created TIKA-4562:
---------------------------------
Summary: Refactor configs in tika-server for 4.x
Key: TIKA-4562
URL: https://issues.apache.org/jira/browse/TIKA-4562
Project: Tika
Issue Type: Task
Reporter: Tim Allison
We have some one-off hand-grown configs in tika-server-core and
tika-server-standard to allow configuration of the password provider, timeouts,
pdf config and tesseract config, which users control via specialized bespoke
headers.
Let's update tika-server's legacy /tika /unpack etc to use the new json
configuration.
I propose multipart along these lines:
{noformat}
curl -X POST http://localhost:9998/tika \
-F "[email protected]" \
-F "[email protected]"
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)