/python-textmatcher

Find matching text in document or web page.

Primary LanguageHTMLMIT LicenseMIT

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

  • Python 3.6 or above
  • setuptools 30.3.0 or above
pip install textmatcher
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)