bgustscraper 0.2.0

Advanced semantic scraping engine with AI-driven compliance checks and legal terms validation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod search;
pub mod worker;
pub mod extractor;
pub mod legal;
pub mod cache;
pub mod clustering;
pub mod semantic_extractor;
pub mod benchmark;
pub mod schedule_config;
pub mod auth;
pub mod api;
pub mod scheduler;