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 Ap

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

AutoDetectParser is not parsing UTF-16 content types

2012-08-29 Thread chraj007
Hello, Im trying to parse a file whose content type is UTF-16. Im unable to parse the document using the following code. Please Help me. ContentHandler textHandler = new BodyContentHandler(); TeeContentHandler teeHandler=new TeeContentHandler(textHandler);

Re: AutoDetectParser is not parsing UTF-16 content types

2012-08-29 Thread chraj007
http://lucene.472066.n3.nabble.com/file/n4004078/test.html test.html I Uploaded the parsing file also. -- View this message in context: http://lucene.472066.n3.nabble.com/AutoDetectParser-is-not-parsing-UTF-16-content-types-tp4004075p4004078.html Sent from the Apache Tika - Development maili