How to counting images and videos in an Embedded document?

2012-07-25 Thread chraj007
Hi all, I would like to know is there any way to count no.of images and videos present in embedded document. Thank you, Rajesh Chejerla -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-counting-images-and-videos-in-an-Embedded-document-tp3997188.html Sent from the

Re: How to counting images and videos in an Embedded document?

2012-07-25 Thread Nick Burch
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 Pa

Re: How to counting images and videos in an Embedded document?

2012-07-25 Thread chraj007
Thank you Nick. Rajesh -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-count-images-and-videos-in-an-Embedded-document-tp3997188p3997222.html Sent from the Apache Tika - Development mailing list archive at Nabble.com.

Re: How to counting images and videos in an Embedded document?

2012-07-25 Thread chraj007
Hello Nick, Can I edit any apache tika source code for my requirement? Along with counting audios and videos, I also need to differentiate different font styles in the document. Thanks, Rajesh Chejerla -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-count-images-an

Re: How to counting images and videos in an Embedded document?

2012-07-25 Thread Nick Burch
On Wed, 25 Jul 2012, chraj007 wrote: Can I edit any apache tika source code for my requirement? You shouldn't need to, you can do everything by registering your own class which implements Parser Nick