Using a GUI front end and a Perl coded back end, Damaged DOCX2TXT will extract the text even from damaged or corrupted Word 2007 docx files where Word 2007 itself fails to salvage text. It can also be simply used as a viewer of the text in a docx file without having Word 2007.Damaged DOCX2TX uses an unzipper which is tolerant of XML file corruption and uses Perl coding to extract the text from the document.xml file where all of the unformatted text resides in a docx file. Since this Perl coding does not use a standard XML reading applet or module but simply removes the hypertext around the text, the result is more less perfectly extracted text until that part of the document.xml file where the corruption starts, is reached.