PDF Table to JSON
Project description
pdfTableJson
Extract tables data from pdf files To JSON
Installation
- Rquired Python >= 3.8
- install with pip
pip install pdfTableJson
Example
import
import pdfTableJson.converter as converter
path = "PATH/PDF_NAME.pdf"
result = converter.main(path)
print(result)
CLI
python a.py -i "pdf_path/pdf_name.pdf" -j -p
License
- GPL-3.0 license
Contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pdfTableJson-0.0.4.tar.gz
(19.1 kB
view details)
Built Distribution
File details
Details for the file pdfTableJson-0.0.4.tar.gz
.
File metadata
- Download URL: pdfTableJson-0.0.4.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ffb560f66f0aadb8e1027a953ca7d030449158d1c03ea502ea9afd426a1131e8
|
|
MD5 |
f40f06f31cfa040e2414b22e1accea72
|
|
BLAKE2b-256 |
672d813669dc7bdeff97f7c78d660e4479506c2e6270e2aabb0b2a92aebe931e
|
File details
Details for the file pdfTableJson-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: pdfTableJson-0.0.4-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fbdd6082474b68b3ffba338b676607f6d30ab706240ebe7183686af3414d5161
|
|
MD5 |
715bc3d425649c6bc0dead9b69a5f640
|
|
BLAKE2b-256 |
70f35197be70e19f451dcebffa444fb5f73d83c872ece31ab989a55d248da15e
|