That’s on my todo list (TIKA-1508). Unfortunately, that doesn’t exist yet. I’d recommend for now following the pattern of the PDFParser or the TesseractOCRParser. The config is driven by a properties file.
As soon as my dev laptop becomes unbricked, I’m going to turn to TIKA-1508. Given my schedule, I’d hope to have this into tika trunk within the next few weeks. From: Andrea Asta [mailto:asta.and...@gmail.com] Sent: Thursday, August 27, 2015 4:38 AM To: user@tika.apache.org Subject: TikaConfig with constructor args Hi all, I've developed a new Parser for my custom file type. This parser needs some configuration to init an external connections. Is there a way to specify the constructor params (or bean properties to set) in the Tika xml format? Thanks Andrea