On Wed, 25 Jul 2012, chraj007 wrote:
I would like to know is there any way to count no.of images and videos present in embedded document.
Yes, but you'll need to write some code to do it. When doing the main parsing, you should attach a custom parser of your own to the ParseContext against Parser.class. This will then be called for all embedded documents. This parser of yours can then check the metadata for the type, and update counts. If you want it to, it could then delegate to autodetectparser to have the embedded doc parsed
Nick
