{ "info": { "author": "Roland Puntaier", "author_email": "roland.puntaier@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Education", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "usage: pdfformulas.py [-h] [--dxmin DXMIN] [--frompage FROMPAGE]\n [--topage TOPAGE] [--page PAGE] [--formulaid FORMULAID]\n [--stats]\n pdffile\n\nDump the formulas of a PDF as PNG files in the ``formulas`` subfolder. The\nsubfolder ``formulas`` is created, if not there yet. The PDF content must be\naccessible as text. \n\npositional arguments:\n pdffile PDF file to parse and dump formulas of\n\noptional arguments:\n -h, --help show this help message and exit\n --dxmin DXMIN Additional left margin, which defines what is normal\n text. If the text before a formula is the beginning of\n a paragraph it might start a little indented. In this\n case it helps to move dxmin to the right. Units are\n those used in the PDF. Try 10.\n --frompage FROMPAGE PDF page number to start with.\n --topage TOPAGE PDF page number to stop at.\n --page PAGE PDF page number\n --formulaid FORMULAID\n The regular expression by which a formula is found.\n Formulas are recognized by their ID on the right. The\n regular expression used is:: r'^\\s*\\(\\d*\\.\\d*\\)\\s* '\n e.g.:: (2.13) To find the rectangle comprising the\n formula the text before and after is located, which\n begins on the left of the page (dxmin). The formula is\n assumed to be indented with regard to normal text.\n --stats Only print (formula,page)-refs statistics. This tells\n which formulas are most often referenced in normal\n text and are thus likely the most important ones.\n\n\nRequires: Pillow, PyMuPDF (needs compatible MuPDF installed), PdfMiner\nInstallation: LibMuPDF and PyMuPDF will need to be installed beforehand.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rpuntaie/pdfformulas", "keywords": "PDF, Formula", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pdfformulas", "package_url": "https://pypi.org/project/pdfformulas/", "platform": "", "project_url": "https://pypi.org/project/pdfformulas/", "project_urls": { "Homepage": "https://github.com/rpuntaie/pdfformulas" }, "release_url": "https://pypi.org/project/pdfformulas/0.0.6/", "requires_dist": [ "PdfMiner (>=20140328)", "Pillow (>=3.1.0)" ], "requires_python": "", "summary": "pdfformulas dumps the formulas of a PDF as PNG files in the ``formulas`` subfolder.", "version": "0.0.6" }, "last_serial": 2604181, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "1e911a0fbd0bf5e2d3346bac43fbb297", "sha256": "4404255a9dd1b5deacf49fe0b8a06176d222dc5d5f160f5032b1868c8304a101" }, "downloads": -1, "filename": "pdfformulas-0.0.3.tar.gz", "has_sig": true, "md5_digest": "1e911a0fbd0bf5e2d3346bac43fbb297", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5154, "upload_time": "2016-05-26T16:02:22", "url": "https://files.pythonhosted.org/packages/58/15/562b2b00bb3868fcecdc3d4531610cc8793ed0419ffaa568930ac6c5e50f/pdfformulas-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "b031036f2e27b7a80b3d2435bbd82703", "sha256": "cddb4c2dd52e38e5fe7cfa20dd677731d1865776e30c45c9e352b30d126443d8" }, "downloads": -1, "filename": "pdfformulas-0.0.4.tar.gz", "has_sig": true, "md5_digest": "b031036f2e27b7a80b3d2435bbd82703", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5167, "upload_time": "2016-05-26T21:15:12", "url": "https://files.pythonhosted.org/packages/7c/a2/5daec6db1cdea2ea9eccdb9e68d3ac4e6e3b0d6d24df4e688453c02e51a7/pdfformulas-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "4b7a2552dd1e901ad2786ac28c248f06", "sha256": "143129f79c23a37587ee6caa752dd7f5afbc5ac8c26dd0185ac9da044a6ea6a9" }, "downloads": -1, "filename": "pdfformulas-0.0.5.tar.gz", "has_sig": false, "md5_digest": "4b7a2552dd1e901ad2786ac28c248f06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5229, "upload_time": "2016-05-28T22:03:15", "url": "https://files.pythonhosted.org/packages/5a/74/465e3b4148595cf2f733b21e5141996e0b479117ac0d603a655c797bde37/pdfformulas-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "784a4e6d63245f25e3c805f4f0a36d67", "sha256": "01e2fd76fda4809aef2bf9d9beeae06e72fab84ce0e17b7ff7b837aed1a63b77" }, "downloads": -1, "filename": "pdfformulas-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "784a4e6d63245f25e3c805f4f0a36d67", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8261, "upload_time": "2017-01-28T22:05:14", "url": "https://files.pythonhosted.org/packages/37/6f/26d3eaf18ab158e35665ff334a3e43a35ba776669d2707eb0e95868fa829/pdfformulas-0.0.6-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "784a4e6d63245f25e3c805f4f0a36d67", "sha256": "01e2fd76fda4809aef2bf9d9beeae06e72fab84ce0e17b7ff7b837aed1a63b77" }, "downloads": -1, "filename": "pdfformulas-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "784a4e6d63245f25e3c805f4f0a36d67", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8261, "upload_time": "2017-01-28T22:05:14", "url": "https://files.pythonhosted.org/packages/37/6f/26d3eaf18ab158e35665ff334a3e43a35ba776669d2707eb0e95868fa829/pdfformulas-0.0.6-py2.py3-none-any.whl" } ] }