GithubHelp home page GithubHelp logo

doc2txt's Introduction

doc2txt

This small package aims to convert several file formats into .txt files. As arguments for the command line you can insert:

  • file (or files) path -> the file is converted in .txt format with the same name
  • folder (or folders) path -> all the files in the folder are converted in .txt format with the same file name

Installation

This package runs on Ubuntu/Debian. In order to use the textract library we need to install the following dependencies libraries:

apt-get install python-dev libxml2-dev libxslt1-dev antiword unrtf poppler-utils pstotext tesseract-ocr \
flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig

And then we can install textract through pip:

pip install textract

Future work

Add a docker file to make doc2txt usable anywhere. NB: It may also be necessary to install zlib1g-dev on Docker instances of Ubuntu.

Usage

Example of usage:

python doc2txt.py <path_to_file>

or:

python doc2txt.py <path_to_folder>

doc2txt's People

Contributors

albertobenincasa avatar giusepperizzo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.