pdfTableJson


NamepdfTableJson JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://github.com/yousojeong/pdfTableJson/
Summary
upload_time2023-10-11 01:48:40
maintainer
docs_urlNone
authorhielosan
requires_python>=3.8
licenseGNU AFFERO GPL 3.0
keywords pdf table json converter cv opencv
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pdfTableJson
- This is a package created to parse specific documents. 
- Use the following libraries to parse tables in a typical pdf.
    > Pypi [pdf-table2json](https://pypi.org/project/pdf-table2json/)

    > GitHub [pdf-table2json](https://github.com/yousojeong/pdf-table2json)

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

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

path = "PATH/PDF_NAME.pdf"
exclude_list = [] # if you want remove text
result = converter.main(path, exclude_list)
print(result)
```

## License
- GPL-3.0 license

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

## Read Text From PDF library
- PyMuPDF [GitHub](https://github.com/pymupdf/PyMuPDF)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yousojeong/pdfTableJson/",
    "name": "pdfTableJson",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pdf,table,json,converter,cv,openCV",
    "author": "hielosan",
    "author_email": "hielosan@naver.com",
    "download_url": "",
    "platform": null,
    "description": "# pdfTableJson\r\n- This is a package created to parse specific documents. \r\n- Use the following libraries to parse tables in a typical pdf.\r\n    > Pypi [pdf-table2json](https://pypi.org/project/pdf-table2json/)\r\n\r\n    > GitHub [pdf-table2json](https://github.com/yousojeong/pdf-table2json)\r\n\r\n## Installation\r\n- Rquired Python >= 3.8\r\n- install with pip\r\n```\r\npip install pdfTableJson\r\n```\r\n\r\n## Example\r\n- example\r\n```py\r\nimport pdfTableJson.converter as converter\r\n\r\npath = \"PATH/PDF_NAME.pdf\"\r\nexclude_list = [] # if you want remove text\r\nresult = converter.main(path, exclude_list)\r\nprint(result)\r\n```\r\n\r\n## License\r\n- GPL-3.0 license\r\n\r\n## Contact\r\n- [@yousojeong](https://github.com/yousojeong)\r\n\r\n## Read Text From PDF library\r\n- PyMuPDF [GitHub](https://github.com/pymupdf/PyMuPDF)\r\n\r\n",
    "bugtrack_url": null,
    "license": "GNU AFFERO GPL 3.0",
    "summary": "",
    "version": "2.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/yousojeong/pdfTableJson/issues",
        "Homepage": "https://github.com/yousojeong/pdfTableJson/"
    },
    "split_keywords": [
        "pdf",
        "table",
        "json",
        "converter",
        "cv",
        "opencv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8522b7450f6d7d19b35ab02355a222698eba441f54c9f835c9ea4d56013c8407",
                "md5": "d83bb92d3c019c978e5f4828cfa22024",
                "sha256": "f27323a4704617790c799d593b97a86f3c29d56f46501028c2577e4f3b8cb249"
            },
            "downloads": -1,
            "filename": "pdfTableJson-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d83bb92d3c019c978e5f4828cfa22024",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 42255,
            "upload_time": "2023-10-11T01:48:40",
            "upload_time_iso_8601": "2023-10-11T01:48:40.020062Z",
            "url": "https://files.pythonhosted.org/packages/85/22/b7450f6d7d19b35ab02355a222698eba441f54c9f835c9ea4d56013c8407/pdfTableJson-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 01:48:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yousojeong",
    "github_project": "pdfTableJson",
    "github_not_found": true,
    "lcname": "pdftablejson"
}
        
Elapsed time: 0.12755s