Metadata-Version: 2.3
Name: textract
Version: 2.0.0
Summary: extract text from any document. no muss. no fuss. 
Author: Dean Malmgren
Author-email: Dean Malmgren <dean.malmgren@datascopeanalytics.com>
License: MIT
Requires-Dist: pillow>=9.0.0
Requires-Dist: speechrecognition>=3.8.1
Requires-Dist: argcomplete>=3.6.3
Requires-Dist: beautifulsoup4>=4.8.0
Requires-Dist: lxml>=4.9.0
Requires-Dist: chardet>=5.2.0
Requires-Dist: docx2txt>=0.8
Requires-Dist: extract-msg>=0.40.0
Requires-Dist: pdfminer-six>=20221105
Requires-Dist: python-pptx>=0.6.18
Requires-Dist: xlrd>=1.2.0,<2.0.0
Requires-Dist: sphinx>=7.0 ; extra == 'docs'
Requires-Dist: sphinx-argparse>=0.4 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme>=2.0 ; extra == 'docs'
Requires-Dist: pocketsphinx>=0.1.15 ; extra == 'pocketsphinx'
Maintainer: Kyle King
Maintainer-email: Kyle King <dev.act.kyle@gmail.com>
Requires-Python: >=3.9
Project-URL: Repository, https://github.com/deanmalmgren/textract
Provides-Extra: docs
Provides-Extra: pocketsphinx
Description-Content-Type: text/x-rst

.. NOTES FOR CREATING A RELEASE:
..
..   * bumpversion {major|minor|patch}
..   * git push && git push --tags
..   * twine upload -r textract dist/*
..   * convert into release https://github.com/deanmalmgren/textract/releases

textract
========

Extract text from any document. No muss. No fuss.

`Full documentation <http://textract.readthedocs.org>`__.

|Build Status| |Version| |Downloads| |Test Coverage| |Documentation Status|
|Updates| |Stars| |Forks|

.. |Build Status| image:: https://travis-ci.org/deanmalmgren/textract.svg?branch=master
   :target: https://travis-ci.org/deanmalmgren/textract

.. |Version| image:: https://img.shields.io/pypi/v/textract.svg
   :target: https://warehouse.python.org/project/textract/

.. |Downloads| image:: https://img.shields.io/pypi/dm/textract.svg
   :target: https://warehouse.python.org/project/textract/

.. |Test Coverage| image:: https://coveralls.io/repos/github/deanmalmgren/textract/badge.svg?branch=master
    :target: https://coveralls.io/github/deanmalmgren/textract?branch=master

.. |Documentation Status| image:: https://readthedocs.org/projects/textract/badge/?version=latest
   :target: https://readthedocs.org/projects/textract/?badge=latest

.. |Updates| image:: https://pyup.io/repos/github/deanmalmgren/textract/shield.svg
    :target: https://pyup.io/repos/github/deanmalmgren/textract/

.. |Stars| image:: https://img.shields.io/github/stars/deanmalmgren/textract.svg
    :target: https://github.com/deanmalmgren/textract/stargazers

.. |Forks| image:: https://img.shields.io/github/forks/deanmalmgren/textract.svg
    :target: https://github.com/deanmalmgren/textract/network
