Skip to content

maykinmedia/python-textmatcher

Repository files navigation

Welcome to TextMatcher's documentation!

Version

0.12

Source

https://github.com/maykinmedia/python-textmatcher

Keywords

textmatcher

PythonVersion

3.6

build-status Coverage status

python-versions pypi-version

Extract data from an web-page or PDF-document and match it with the given text parameter

Installation

Requirements

  • Python 3.6 or above
  • setuptools 30.3.0 or above

Install

pip install textmatcher

Usage

from textmatcher import match

find = 'Python enabled us to create EVE Online, a massive multiplayer game, in record time.'
ratio = match('https://www.python.org/about/quotes/', find)

print(ratio)

About

Find matching text in document or web page.

Resources

License

Stars

Watchers

Forks

Packages

No packages published