dschmidt opened a new pull request, #3097: URL: https://github.com/apache/tika/pull/3097
The server docs show `"strategy": "no_ocr"`, but enum values were matched by `Enum.valueOf`, so that request answered 422 while `NO_OCR` worked. This enables `ACCEPT_CASE_INSENSITIVE_ENUMS` on the Tika ObjectMapper (unknown values still fail) and fixes the two docs examples. If you would rather keep enums strict, the docs fix alone closes the ticket. https://issues.apache.org/jira/browse/TIKA-4859 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
