Is there any documentation of the metadata values (e.g., compression types) that Tika can return? I've been trying to find them in the source code and not having much luck; a grep of the whole directory turns up, for example, the string "lzw" in the test files but nowhere else, and I know that Tika really does return "lzw" as a compression type.
What I'm trying to do is map the values returned by the Tika API to the set of strings that's used by another application, to the extent that it's possible. -- Gary McGath, Professional Software Developer http://www.garymcgath.com
