PPTX is zip-compressed xml format for powerpoint. Each slide is treated as an xml file. Its a format introduced by Microsoft. It will be great addition to Yioop as there are several pptx files on internet and they contain lots of data. If we are not processing them we are missing on that data. The processor for pptx can salve this problem as well as can be taken as a prototype for other zipped - xml format.
Additional information:
Right now I am able to work on the whole pptx file. I am trying to make it work for small or malfunctioned file.
PPTX is zip-compressed xml format for powerpoint. Each slide is treated as an xml file. Its a format introduced by Microsoft. It will be great addition to Yioop as there are several pptx files on internet and they contain lots of data. If we are not processing them we are missing on that data. The processor for pptx can salve this problem as well as can be taken as a prototype for other zipped - xml format.
Additional information: Right now I am able to work on the whole pptx file. I am trying to make it work for small or malfunctioned file.
Fixed with commit 28dab0
Attachments:
pptx_nakul.patch