{ "info": { "author": "Marlon Petry", "author_email": "marlonpetry@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "PyExtractor\n===========\n\nExtractor is a command line program to extract data from pdf, images,\nusing OCR,GROK patterns, YAML and multiprocessing. The goal of this\napplication is collect data, extract and organize the results in csv\nfile.\n\nGetting Start\n-------------\n\nThese instructions will get you a copy of the project and running on\nyour local machine.\n\nInstalling\n~~~~~~~~~~\n\nA instruction to installing your environment at **Ubuntu/Debian**\n\nOnly tested in Ubuntu with python3\n\n.. code:: bash\n\n sudo apt-get install python-dev libxml2-dev libxslt1-dev antiword unrtf poppler-utils pstotext tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig libpulse-dev\n\n.. code:: bash\n\n pip install pyextract\n\nUsage\n-----\n\nThe application has the follow workflow: - Download file - Extract text\nfrom file - Extract patterns - Write a csv file\n\nConfiguration file **config.yml**\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThis file is very important to application work is a file where reside\nall configurations, like: header of csv, order of columns, patterns to\nextract from file, ... The\n`syntax `__ of\nthis file use the rules o `YAML `__.\n\nMain Parameters:\n\n**DEBUG**: Enable/Disable Debug output at stdout\n\n**NUM\\_WORKERS**: Number of cores to processing\n\n**patterns**: `Grok\nPatterns `__.\n\n**sequence**: The sequence is used to reference columns of csv related\nto patterns, and another configurations.\n\n**See folder sample for example of use**.\n\nBuilt With\n----------\n\n- Python 3.5\n- `PyGrok `__\n- `Textract `__\n\nAuthor\n------\n\n- **Marlon Petry** - *Initial work* -\n `Extractor `__\n- **Nhan Petry** - *Inspiration and first user*\n `Extractor `__\n\nAcknowledgments\n---------------\n\nPlease give us your feedback of use, it is very important to keep\ndeveloping this tool.\n\nLicense\n-------\n\nCopyright 2017 Marlon Petry\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n::\n\n 1. Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n 3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR\n CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR\n PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\n ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGE.\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/petryx/extractor", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pyextractor", "package_url": "https://pypi.org/project/pyextractor/", "platform": "", "project_url": "https://pypi.org/project/pyextractor/", "project_urls": { "Homepage": "https://github.com/petryx/extractor" }, "release_url": "https://pypi.org/project/pyextractor/0.9b0/", "requires_dist": null, "requires_python": "", "summary": "Command Line Tool to extract data from files", "version": "0.9b0" }, "last_serial": 3202815, "releases": { "0.1b0": [ { "comment_text": "", "digests": { "md5": "a21357f4fd69a24e559876a98417ccd7", "sha256": "100ef0763f043746e290cdee75235047edd9e1e78de4ef29a397526b69e63f88" }, "downloads": -1, "filename": "pyextractor-0.1b0.tar.gz", "has_sig": false, "md5_digest": "a21357f4fd69a24e559876a98417ccd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4826, "upload_time": "2017-09-26T01:00:52", "url": "https://files.pythonhosted.org/packages/86/4f/09ba57a082629fae110eba4bc48ad894cfa24095c4c8bcf803375143983b/pyextractor-0.1b0.tar.gz" } ], "0.2b0": [ { "comment_text": "", "digests": { "md5": "efb3d22c6bb5540297ac7b7f8a4eafb0", "sha256": "a46b1dae25c958eec1b9ddbcbf6ee0d5f9c2fd677039278f871a2b12d8375e17" }, "downloads": -1, "filename": "pyextractor-0.2b0.tar.gz", "has_sig": false, "md5_digest": "efb3d22c6bb5540297ac7b7f8a4eafb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6137, "upload_time": "2017-09-26T02:08:00", "url": "https://files.pythonhosted.org/packages/e0/b0/b35c39e1356e0cafadf46ac5bc5f5379391bab13ae92af16b3b9545e57b6/pyextractor-0.2b0.tar.gz" } ], "0.3b0": [ { "comment_text": "", "digests": { "md5": "6e5e09f45a7bcaca22e260e5261cf1c5", "sha256": "4dbffb130a14afd0450ba5ce7303b692468dd46182837aba63edb553b9a9d530" }, "downloads": -1, "filename": "pyextractor-0.3b0.tar.gz", "has_sig": false, "md5_digest": "6e5e09f45a7bcaca22e260e5261cf1c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6135, "upload_time": "2017-09-26T02:08:58", "url": "https://files.pythonhosted.org/packages/e1/bf/d89ec43a0d290ceda837ecba521cc235d8c15cfa1ebcf651af06944f1e91/pyextractor-0.3b0.tar.gz" } ], "0.4b0": [ { "comment_text": "", "digests": { "md5": "6856a9291ff395a2bdd95552dbb42447", "sha256": "2766b70901982c0ce566710a69d8d3019011e3f71da3a57187f402ea7440c880" }, "downloads": -1, "filename": "pyextractor-0.4b0.tar.gz", "has_sig": false, "md5_digest": "6856a9291ff395a2bdd95552dbb42447", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6109, "upload_time": "2017-09-26T02:27:28", "url": "https://files.pythonhosted.org/packages/74/bf/aedbf0d4d9518e138fd05df95a2c13977dab1287f7186dda5b4d37723e43/pyextractor-0.4b0.tar.gz" } ], "0.5b0": [ { "comment_text": "", "digests": { "md5": "35c68adb81c65b1038d1895c1f769167", "sha256": "dfa95de75773b357ba98424a5f60ce18e68926d25eb6f047799a740ae095c860" }, "downloads": -1, "filename": "pyextractor-0.5b0.tar.gz", "has_sig": false, "md5_digest": "35c68adb81c65b1038d1895c1f769167", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6122, "upload_time": "2017-09-26T02:52:08", "url": "https://files.pythonhosted.org/packages/ff/b1/65dd94044cd9baeb580a84f1142aec83c8eb4c3fc6151c05c9d52c744329/pyextractor-0.5b0.tar.gz" } ], "0.6b0": [ { "comment_text": "", "digests": { "md5": "29db1bf3c4bd403f0c65d093dba5fc6a", "sha256": "60bf820db140aea75402cd456bc6137fcda51cb7ae39bcbead1c9dea1f31ee56" }, "downloads": -1, "filename": "pyextractor-0.6b0.tar.gz", "has_sig": false, "md5_digest": "29db1bf3c4bd403f0c65d093dba5fc6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6265, "upload_time": "2017-09-26T02:54:50", "url": "https://files.pythonhosted.org/packages/1d/62/ce3ee0cc9cec630e8369682278cb0536647de7119de3deee8f6b3e55ee9b/pyextractor-0.6b0.tar.gz" } ], "0.7b0": [ { "comment_text": "", "digests": { "md5": "5b864dfd0335854b74314d0332c71435", "sha256": "fba604d8947733791b6290055e15493f558ed4774e2db1310aef8fe7a1bb4d7f" }, "downloads": -1, "filename": "pyextractor-0.7b0.tar.gz", "has_sig": false, "md5_digest": "5b864dfd0335854b74314d0332c71435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6293, "upload_time": "2017-09-26T03:00:42", "url": "https://files.pythonhosted.org/packages/eb/3b/75ba812d30c0a03c8bb12a5f92045c994e4f62c7f33f5e794976f70427bb/pyextractor-0.7b0.tar.gz" } ], "0.8b0": [ { "comment_text": "", "digests": { "md5": "f795ac0073ff51c05d1c683d012b1d7d", "sha256": "11860e5b85a1c94e79bb6ef2374e29b3c64ec7796d31a0f54614e43bd07fab7c" }, "downloads": -1, "filename": "pyextractor-0.8b0.tar.gz", "has_sig": false, "md5_digest": "f795ac0073ff51c05d1c683d012b1d7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6302, "upload_time": "2017-09-26T03:16:03", "url": "https://files.pythonhosted.org/packages/7a/6d/d23cdba175f98a4e9d9ea8fdc28fe119fc7ec45cf3fcda0ac1b45c75d78f/pyextractor-0.8b0.tar.gz" } ], "0.9b0": [ { "comment_text": "", "digests": { "md5": "0db268af4d7c461e42a5b4374f5d00e6", "sha256": "74dc42726a33d05629a559c7550ec192a076c9cc3d89eae2e36b8990bc9014a0" }, "downloads": -1, "filename": "pyextractor-0.9b0.tar.gz", "has_sig": false, "md5_digest": "0db268af4d7c461e42a5b4374f5d00e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6316, "upload_time": "2017-09-26T03:19:44", "url": "https://files.pythonhosted.org/packages/23/40/85bb953ac69e288ffcd19944b51cfeee227a5260e622d41a438f82bfc111/pyextractor-0.9b0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0db268af4d7c461e42a5b4374f5d00e6", "sha256": "74dc42726a33d05629a559c7550ec192a076c9cc3d89eae2e36b8990bc9014a0" }, "downloads": -1, "filename": "pyextractor-0.9b0.tar.gz", "has_sig": false, "md5_digest": "0db268af4d7c461e42a5b4374f5d00e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6316, "upload_time": "2017-09-26T03:19:44", "url": "https://files.pythonhosted.org/packages/23/40/85bb953ac69e288ffcd19944b51cfeee227a5260e622d41a438f82bfc111/pyextractor-0.9b0.tar.gz" } ] }