maykinmedia / python-textmatcher

Find matching text in document or web page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Find matching text in document or web page.

License:MIT License


Languages

Language:HTML 87.3%Language:Python 12.7%