You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#20837 adds all charsets in native image for quarkus-tika users to avoid adding them via configuration every time.
Adding all the charsets affects the native image size, so if it were possible to disable it with the build time configuration then it can help in cases where users work with PDFs known to contain for ex only English language characters.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
#20837 adds all charsets in native image for
quarkus-tika
users to avoid adding them via configuration every time.Adding all the charsets affects the native image size, so if it were possible to disable it with the build time configuration then it can help in cases where users work with PDFs known to contain for ex only English language characters.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: