MetaTagger 4.1.2
TeamSite 6.7.1
Solaris 9
Hi there,
MetaTagger is forcing suggested metadata to lower case (i.e., it’s not preserving the original case). We have a relatively simple summarization-based field called "Description" with the following rack script:
parse -ignorenumbers -mode sentence; summarize -keysentences 1
For example, if a PDF has a description of...
The Quick Brown Fox...it gets suggested as...
the quick brown foxNote: I’ve looked into the "
-case" flag for the "
parse" command. Unfortunately this forces MetaTagger to treat the same sentence with different cases as unique, which is NOT desirable in our case. We simply want to PRESERVE case.
MetaTagger 3.x didn’t have this problem.
Has anyone else had to work around this issue?
Thanks,