Metadata-Version: 2.1
Name: kraken-text-analysis
Version: 0.0.4
Summary: Kraken Extract From text
Home-page: https://github.com/tactik8/kraken_extract_from_text
Author: Tactik8
Author-email: info@tactik8.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Extract from text

## How to use
Provided content, returns list of records with extractions.

`from kraken_extract_from_html import kraken_extract_from_html as k
`

`records = k.get(url, html)`
