Skip to main content

sense html handle

Project description

sense-html目前包含的功能主要有:

1)对文本的中不必要的文字进行过滤

安装方式

pip install sense-html

使用指南

使用

from sense_html import handle_text

示例代码:

from sense_html import handle_text

# html 可以为普通文本,也可以为dom树形式文本
def handle_process_work(html):
    text = handle_text(html)
    return text

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sense-html-1.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

sense_html-1.0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page