readtext
readtext copied to clipboard
Issue 180: remove potentially large /tmp files
Ref: Issue 180. When an odt or docx file is retrieved and processed using get_docx() or get_odt(), a potentially large file is written to /tmp. This patch proposed removing those /tmp files prior to returning the text contained within them.