Native python tool for text extraction from doc binary file.
ali e217d98ee0 Updated readme | hace 4 años | |
---|---|---|
data_creation | hace 4 años | |
doc2python | hace 4 años | |
.gitignore | hace 4 años | |
MANIFEST.in | hace 4 años | |
README.md | hace 4 años | |
requirements.txt | hace 4 años | |
setup.py | hace 4 años |
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)