Metadata-Version: 2.1
Name: dsm_services
Version: 0.0.3
Summary: A simple way to use Services
Home-page: https://github.com/storemesh/dsm-services
Author: DigitalStoreMesh Co.,Ltd
Author-email: contact@storemesh.com
License: MIT License
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: tqdm

# dsm-services
python library for useage services

## Install
 
```
pip install git+https://github.com/storemesh/dsm-services.git
```

# How to use
- NLP : Netural Language Processing
    - keyword extraction [doc](/docs/nlp.md)
    - NER : Named Entity Recognition [doc](/docs/nlp.md)
    - POS : Part Of Speech [doc](/docs/nlp.md)
- PDF2Text : Convert PDF file to Text [doc](/docs/pdf.md)
