People here are in different timezones, have their normal jobs for which they 
are actually paid to provide answers to questions as those one below etc. There 
are also a wide number of resources out on the Internet. 

It can also not harm to read more about the formats that you are processing and 
understand them.

PDF is a problematic format as headers and footers are not specified per se as 
headers and footers in the document, but only as drawing instructions on the 
page. There is no chance for a software to find them based on the structure. 
However, depending on your documents you can identify them based on regex 
pattern and remove them from the content. It may be helpful to configure Tika 
to output in HTML format and then try to identify header/footer.

Removing headers and footers for ppt are probably  not supported yet by Tika 
(you may ask on their mailing list). So a similar approach as for the PDFs 
could be applicable. Alternatively you can check in the Apache POI mailing list 
because Tika uses internally for Ms Office formats Apache POI.

Feel free to contribute a solution to those problems to the Apache Tika project.

> Am 04.09.2019 um 05:42 schrieb Khare, Kushal (MIND) 
> <kushal.kh...@mind-infotech.com>:
> 
> Guys, could I get any help ? Or it's useless posting queries over here ?
> 
> On Sep 3, 2019 4:00 PM, "Khare, Kushal (MIND)" 
> <kushal.kh...@mind-infotech.com> wrote:
> Hello, mates !
> I am extracting content from my documents using Apache Tika.
> I need to exclude the headers & footers of the documents. I have already done 
> this for Word & Excel format using OfficeParseConfig, but need to implement 
> the same for PPT & PDF.
> How to achieve that ?
> 
> 
> ________________________________
> 
> The information contained in this electronic message and any attachments to 
> this message are intended for the exclusive use of the addressee(s) and may 
> contain proprietary, confidential or privileged information. If you are not 
> the intended recipient, you should not disseminate, distribute or copy this 
> e-mail. Please notify the sender immediately and destroy all copies of this 
> message and any attachments. WARNING: Computer viruses can be transmitted via 
> email. The recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage caused 
> by any virus/trojan/worms/malicious code transmitted by this email. 
> www.motherson.com

Reply via email to