io.quarkus.tika.runtime.TikaConfiguration.jdp Maven / Gradle / Ivy
#
#Wed Jun 03 03:39:48 CEST 2020
io.quarkus.tika.runtime.TikaConfiguration.appendEmbeddedContent=Controls how the content of the embedded documents is parsed.\nBy default it is appended to the master document content.\nSetting this property to false makes the content of each of the embedded documents\navailable separately.
io.quarkus.tika.runtime.TikaConfiguration.tikaConfigPath=The resource path within the application artifact to the {@code tika-config.xml} file.
io.quarkus.tika.runtime.TikaConfiguration.parsers=Comma separated list of the parsers which must be supported.\n\nMost of the document formats recognized by Apache Tika are supported by default but it affects\nthe application memory and native executable sizes. One can list only the required parsers in\n{@code tika-config.xml} to minimize a number of parsers loaded into the memory, but using this\nproperty is recommended to achieve both optimizations.\n
\nEither the abbreviated or full parser class names can be used.\nOnly PDF and OpenDocument format parsers can be listed using the reserved 'pdf' and 'odf' abbreviations.\nCustom class name abbreviations have to be used for all other parsers.\nFor example\:\n\n
\n// Only PDF parser is required\:\nquarkus.tika.parsers \= pdf\n// Only PDF and OpenDocument parsers are required\:\nquarkus.tika.parsers \= pdf,odf\n
\n\nThis property will have no effect if the `tikaConfigPath' property has been set.
io.quarkus.tika.runtime.TikaConfiguration.parserOptions=Configuration of the individual parsers.\nFor example\:\n\n\nquarkus.tika.parsers \= pdf,odf\nquarkus.tika.parser-options.pdf.sort-by-position \= true
io.quarkus.tika.runtime.TikaConfiguration.parser=Full parser class name for a given parser abbreviation.\nFor example\:\n\n\nquarkus.tika.parsers \= classparser\nquarkus.tika.parser.classparser \= org.apache.tika.parser.asm.ClassParser
© 2015 - 2025 Weber Informatics LLC | Privacy Policy