Skip to content

Native python tool for Microsoft .doc files text extraction.

Notifications You must be signed in to change notification settings

alibell/doc2python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doc2python

Ali BELLAMINE - [email protected] Last version : 1.0 - 07/02/2021

Main repository : https://gogs.alibellamine.me/alibell/doc2python/

Tool that extract text data from doc file.

How to install it ?

Clone the current repository :

    git clone https://gogs.alibellamine.me/alibell/doc2python

Install dependencies with pip.

    pip install -r requirements.txt

Then install the library :

    pip install -e .

How to use it

    from doc2python import process

    text = process(path_to_doc)

About

Native python tool for Microsoft .doc files text extraction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published