Class TesseractServerConfig

    • Field Detail

      • X_TIKA_OCR_HEADER_PREFIX

        public static final String X_TIKA_OCR_HEADER_PREFIX
        The HTTP header prefix required (case-insensitive) by this config.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TesseractServerConfig

        public TesseractServerConfig()
    • Method Detail

      • configure

        public void configure​(javax.ws.rs.core.MultivaluedMap<String,​String> httpHeaders,
                              Metadata metadata,
                              ParseContext parseContext)
        Configures the parseContext with present headers. Note: only first value of header is considered.
        Specified by:
        configure in interface ParseContextConfig
        Parameters:
        httpHeaders - the headers.
        metadata - the metadata.
        parseContext - the parse context to configure.