pdfbyte


Namepdfbyte JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA simple package for working with PDFs
upload_time2025-07-26 17:18:09
maintainerNone
docs_urlNone
authorRamesh Chandra
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pdfbyte

`pdfbyte` is a capable Python package for dealing with both digital and scanned PDF files. It provides utilities to extract text and other data from PDFs, whether they are digitally created or scanned documents.

## Features

- **Extract text from digital PDFs**: Works with PDFs that contain machine-readable text.
- **Extract text from scanned PDFs**: Uses OCR to extract text from scanned (image-based) PDFs.
- **Easy to use**: Simple API for extracting text from PDFs with minimal setup.

## Installation

You can install `pdfbyte` using pip:

```bash
pip install pdfbyte

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pdfbyte",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ramesh Chandra",
    "author_email": "rameshsofter@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/01/60fd9cad8d8ea2c2cf7f138d35ece974d8af34c6ed09815ce4c863280296/pdfbyte-0.1.1.tar.gz",
    "platform": null,
    "description": "# pdfbyte\r\n\r\n`pdfbyte` is a capable Python package for dealing with both digital and scanned PDF files. It provides utilities to extract text and other data from PDFs, whether they are digitally created or scanned documents.\r\n\r\n## Features\r\n\r\n- **Extract text from digital PDFs**: Works with PDFs that contain machine-readable text.\r\n- **Extract text from scanned PDFs**: Uses OCR to extract text from scanned (image-based) PDFs.\r\n- **Easy to use**: Simple API for extracting text from PDFs with minimal setup.\r\n\r\n## Installation\r\n\r\nYou can install `pdfbyte` using pip:\r\n\r\n```bash\r\npip install pdfbyte\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple package for working with PDFs",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c7f772a3138720f799d23c421d2f51212591b57715423a9a822b1d86e11c2e7",
                "md5": "320eb2a3bb87783a51bf1eee2403c907",
                "sha256": "ece617f02bd60ed251cf31330f818d5d84601749730f9f58002f42347397ea1f"
            },
            "downloads": -1,
            "filename": "pdfbyte-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "320eb2a3bb87783a51bf1eee2403c907",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2858,
            "upload_time": "2025-07-26T17:18:07",
            "upload_time_iso_8601": "2025-07-26T17:18:07.832163Z",
            "url": "https://files.pythonhosted.org/packages/8c/7f/772a3138720f799d23c421d2f51212591b57715423a9a822b1d86e11c2e7/pdfbyte-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b00160fd9cad8d8ea2c2cf7f138d35ece974d8af34c6ed09815ce4c863280296",
                "md5": "1b392e72b5fa49e0e29f8ec6a076bd7b",
                "sha256": "599ec8e607f5e21d9a60b9e8b4d33b6ea1ebdf40e092d8f234be275713fdd5e6"
            },
            "downloads": -1,
            "filename": "pdfbyte-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1b392e72b5fa49e0e29f8ec6a076bd7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2495,
            "upload_time": "2025-07-26T17:18:09",
            "upload_time_iso_8601": "2025-07-26T17:18:09.388859Z",
            "url": "https://files.pythonhosted.org/packages/b0/01/60fd9cad8d8ea2c2cf7f138d35ece974d8af34c6ed09815ce4c863280296/pdfbyte-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-26 17:18:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pdfbyte"
}
        
Elapsed time: 1.16882s