{ "info": { "author": "Sai Kumar Yava", "author_email": "saikumar.geek@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "# imgextract \n\n[imgextract v0.0.2](https://pypi.org/project/imgextract/)\n\nThis python package can be used for extracting pages from PDF and TIF/TIFF files.\n\n\nThis packages uses poppler for reading pdf files and tkinter for gui, for windows platform poppler has been included in package and tkinter can be installed with python but for linux we have to install them manually.\n\n## How to install poppler and tkinter\n\nWe can download poppler from [poppler](https://poppler.freedesktop.org/) \n\nOR\n\nWe can install poppler using below command \n\n```\n\nsudo apt-get install python-poppler\n\n```\n\nInstall tkinter in linux using below command\n\n```\n\nsudo apt-get update\nsudo apt-get install python3-tk\n\n\n```\n\n## How to use\n\n### pdf page extraction\n\n```python\n\nfrom imgextract.imgext import ImgExtractor\n\nif __name__ == \"__main__\":\n ss = ImgExtractor()\n # input files path, out put files path and file type\n ss.extract(\"/home/user/pdf_files\", \"/home/user/image_files\", \"pdf\")\n\n\n```\n\n### tif/tiff image extraction\n\n```python\n\nfrom imgextract.imgext import ImgExtractor\n\nif __name__ == \"__main__\":\n ss = ImgExtractor()\n # input files path, out put files path and file type\n ss.extract(\"/home/user/tif_files\", \"/home/user/image_files\", \"tif\")\n\n\n```\n\n### GUI for Image extraction\n\n\n[![GUI for Image extraction](screenshot.png)](https://pypi.org/project/imgextract/)\n\n\n```python\n\nfrom imgextract.imggui import GuiExtractor\n\nif __name__ == \"__main__\":\n ss = GuiExtractor()\n ss.openwindow()\n\n\n```\n\n### Installation\n\n```shell\n$ pip install imgextract\n```\n\n### License\n\n [MIT](LICENSE)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/scionoftech/imgextract/releases/tag/imgextract_stable_v0.0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/scionoftech/imgextract", "keywords": "pdf,tif,tiff,image", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "imgextract", "package_url": "https://pypi.org/project/imgextract/", "platform": "", "project_url": "https://pypi.org/project/imgextract/", "project_urls": { "Download": "https://github.com/scionoftech/imgextract/releases/tag/imgextract_stable_v0.0.1", "Homepage": "https://github.com/scionoftech/imgextract" }, "release_url": "https://pypi.org/project/imgextract/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A python package for extracting images from PDF/TIF files", "version": "0.0.2" }, "last_serial": 5379860, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "616e3fb37bd403eb7e64d2089f34ae9d", "sha256": "82db06c5d57b6f555de1fed2aef31c694ed95864a2c90f6e1b978c2790000898" }, "downloads": -1, "filename": "imgextract-0.0.1.tar.gz", "has_sig": false, "md5_digest": "616e3fb37bd403eb7e64d2089f34ae9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10872937, "upload_time": "2019-06-05T13:27:24", "url": "https://files.pythonhosted.org/packages/6d/a6/f6a100cae1aefb52df42e28e6468733c7cf47a8a625a5448275da076a26c/imgextract-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "de2a5d1cb84761950d21a2ff1d47a108", "sha256": "784289771ce63402f261dfe6ae87cd9e99db0bc949a7ad93a7583af41ad84240" }, "downloads": -1, "filename": "imgextract-0.0.2.tar.gz", "has_sig": false, "md5_digest": "de2a5d1cb84761950d21a2ff1d47a108", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10873019, "upload_time": "2019-06-10T05:48:28", "url": "https://files.pythonhosted.org/packages/1c/88/aa7efd1649d133a76f5e491cfd1142cf312b08b2eed39b72c60c71aa270c/imgextract-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "de2a5d1cb84761950d21a2ff1d47a108", "sha256": "784289771ce63402f261dfe6ae87cd9e99db0bc949a7ad93a7583af41ad84240" }, "downloads": -1, "filename": "imgextract-0.0.2.tar.gz", "has_sig": false, "md5_digest": "de2a5d1cb84761950d21a2ff1d47a108", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10873019, "upload_time": "2019-06-10T05:48:28", "url": "https://files.pythonhosted.org/packages/1c/88/aa7efd1649d133a76f5e491cfd1142cf312b08b2eed39b72c60c71aa270c/imgextract-0.0.2.tar.gz" } ] }