data extraction library
Project description
web screen annotator
a tool to collect data for element detection in web site screen shots,
extract elements from a web site and generates a json file.
Installation
pip install web_screen_annotator
Get started
How to extract data from web sites using this lib:
import web_screen_annotator
# list of urls of sites
urls = [
"C:\\Users\\DELL\\Projects\\First Demo\\login.html",
]
annotator = web_screen_annotator.DataAnnotator(urls,depth = 5)
annotator.execute(viz=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file web_screen_annotator-0.1.1.tar.gz
.
File metadata
- Download URL: web_screen_annotator-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a116d607c349f40183739d2a307b2e1ba4f0d45ce4f725e619bdb272e9ecf192 |
|
MD5 | 1812c6d83315997b1ea4ed8ce9718114 |
|
BLAKE2b-256 | 9a01ff6bd3d433636234942317978e49fcacbf75cef1f98d9291779025dc823f |
File details
Details for the file web_screen_annotator-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: web_screen_annotator-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7b08579f6d44756bc6817e2fb7a37299b04f1275c83316bcd15a4c1eda8762b |
|
MD5 | d64e7631cfdf3d189058905331c82847 |
|
BLAKE2b-256 | cc40ca264d814b43bf4e0fe34166205f3528e44da88c2db59b1538006af6604f |