mguterl / textractor

A ruby library that provides a simple wrapper for CLI tools to extract text from PDF and Word documents.
MIT License
13 stars 4 forks source link

Needed to install package unzip on Ubuntu 12.04 for docx2txt perl script to work #3

Closed gladtocode closed 12 years ago

gladtocode commented 12 years ago

The docx2txt perl script uses unzip, which needs to be explicitly installed on Ubuntu 12.04, I believe.

mguterl commented 12 years ago

Thanks @naw