[
https://issues.apache.org/jira/browse/TIKA-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison resolved TIKA-2638.
-------------------------------
Resolution: Fixed
Assignee: Tim Allison
Fix Version/s: 1.19.1
Sorry for not getting to this sooner!
> Tika server fails with status 500 if X-Tika-OCRLanguage set to multiple OCR
> dictionaries
> ----------------------------------------------------------------------------------------
>
> Key: TIKA-2638
> URL: https://issues.apache.org/jira/browse/TIKA-2638
> Project: Tika
> Issue Type: Bug
> Components: ocr
> Affects Versions: 1.18, 1.19
> Reporter: Markus Mandalka
> Assignee: Tim Allison
> Priority: Major
> Fix For: 1.19.1
>
>
> Tika 1.18 fails with returned status 500 if setting MULTIPLE (delimited by +)
> dictionaries for Tesseract OCR set by HTTP {{header like "X-Tika-OCRLanguage:
> eng+fra"}}
> Setting a single OCR dictionary works.
> Relevant documentation part from
> [https://wiki.apache.org/tika/TikaOCR|https://wiki.apache.org/tika/TikaOCR:]
> h2. Overriding the configured language as part of your request
> Different requests may need processing using different language models. These
> can be specified for specific requests using the _X-Tika-OCRLanguage_ custom
> header. An example of this is shown below:
> {{curl -T /path/to/tiff/image.jpg [http://localhost:9998/tika]- -header
> "X-Tika-OCRLanguage: eng"}}
> Or for multiple languages:
> {{curl -T /path/to/tiff/image.jpg [http://localhost:9998/tika]- -header
> "X-Tika-OCRLanguage: eng+fra"}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)