Native python tool for text extraction from doc binary file.
ali e217d98ee0 Updated readme | 4 éve | |
---|---|---|
data_creation | 4 éve | |
doc2python | 4 éve | |
.gitignore | 4 éve | |
MANIFEST.in | 4 éve | |
README.md | 4 éve | |
requirements.txt | 4 éve | |
setup.py | 4 éve |
Ali BELLAMINE - contact@alibellamine.me Last version : 1.0 - 07/02/2021
Main repository : https://gogs.alibellamine.me/alibell/doc2python/
Tool that extract text data from doc file.
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 .
from doc2python import process
text = process(path_to_doc)