Metadata-Version: 2.1
Name: pdfTableJson
Version: 0.0.9
Summary: UNKNOWN
Home-page: https://github.com/yousojeong/pdfTableJson/
Author: hielosan
Author-email: hielosan@naver.com
License: GNU AFFERO GPL 3.0
Project-URL: Bug Tracker, https://github.com/yousojeong/pdfTableJson/issues
Keywords: pdf,table,json,converter,cv,openCV
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: PyMuPDF
Requires-Dist: pdfTableJson

# pdfTableJson
Extract tables data from pdf files To JSON

## Installation
- Rquired Python >= 3.8
- install with pip
```
pip install pdfTableJson
```

## Example
#### import
```py
import pdfTableJson.converter as converter

path = "PATH/PDF_NAME.pdf"
result = converter.main(path)
print(result)
```

## License
- GPL-3.0 license

## Contact
- [@yousojeong](https://github.com/yousojeong)


