{ "info": { "author": "Ben Crowder", "author_email": "ben.crowder@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Scanbook\n\nA Python command-line tool for turning page scans into a nice black-and-white PDF.\n\n\n## Installation\n\n1. Install Imagemagick\n2. `pip install scanbook`\n3. Make sure the Python binary path is in your $PATH.\n\n### Pipless installation\n\n1. `python setup.py install` instead of `pip install scanbook`\n\n### Dependencies\n\n- `click`\n- `opencv-python`\n- `scikit-image`\n- Imagemagick (`convert`)\n\n\n## Usage\n\n`scanbook BOOKNAME FILENAMES...`\n\nExample: `scanbook war-and-peace *.jpg`\n\nOptions:\n\n- `--threshold NUM` -- set the threshold value, if the images are turning out too light or too dark; must be an odd number (default: 19)\n- `--no-cleanup` -- leave the `__BOOKNAME` folder (handy if you want to do anything with the processed image files)\n- `--verbose`\n\nExample: `scanbook --verbose --threshold 27 --no-cleanup war-and-peace *.jpg`\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bencrowder/scanbook", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "scanbook", "package_url": "https://pypi.org/project/scanbook/", "platform": "", "project_url": "https://pypi.org/project/scanbook/", "project_urls": { "Homepage": "https://github.com/bencrowder/scanbook" }, "release_url": "https://pypi.org/project/scanbook/0.1.0/", "requires_dist": [ "click", "opencv-python", "scikit-image" ], "requires_python": ">=3.6", "summary": "Tool that processes page images for easier reading", "version": "0.1.0" }, "last_serial": 5765048, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3d79cdb6b385062e91111e94f93d1954", "sha256": "5e9daa3c73f550bbea5d7fe320657dbfaa58dbd8c4992ba7320bc82c8e8d8dd8" }, "downloads": -1, "filename": "scanbook-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3d79cdb6b385062e91111e94f93d1954", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 4506, "upload_time": "2019-08-31T18:52:39", "url": "https://files.pythonhosted.org/packages/2d/c1/2e81724c59d277d0c8350c08fce2497261335128245e83d069252d8fd3da/scanbook-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f04e76a7e4b65ae223e76a63b76000e3", "sha256": "88a1ef5ea54b0516230574cc338b05f165298bc6f28f97d474f23c40ec329008" }, "downloads": -1, "filename": "scanbook-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f04e76a7e4b65ae223e76a63b76000e3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2928, "upload_time": "2019-08-31T18:52:41", "url": "https://files.pythonhosted.org/packages/7a/49/e47db0e5ae0bf334e380bd85c7b4c7a506a19f0347a510e280542ac4a0ef/scanbook-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3d79cdb6b385062e91111e94f93d1954", "sha256": "5e9daa3c73f550bbea5d7fe320657dbfaa58dbd8c4992ba7320bc82c8e8d8dd8" }, "downloads": -1, "filename": "scanbook-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3d79cdb6b385062e91111e94f93d1954", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 4506, "upload_time": "2019-08-31T18:52:39", "url": "https://files.pythonhosted.org/packages/2d/c1/2e81724c59d277d0c8350c08fce2497261335128245e83d069252d8fd3da/scanbook-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f04e76a7e4b65ae223e76a63b76000e3", "sha256": "88a1ef5ea54b0516230574cc338b05f165298bc6f28f97d474f23c40ec329008" }, "downloads": -1, "filename": "scanbook-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f04e76a7e4b65ae223e76a63b76000e3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2928, "upload_time": "2019-08-31T18:52:41", "url": "https://files.pythonhosted.org/packages/7a/49/e47db0e5ae0bf334e380bd85c7b4c7a506a19f0347a510e280542ac4a0ef/scanbook-0.1.0.tar.gz" } ] }