diff --git a/crawl4ai/__init__.py b/crawl4ai/__init__.py index 8f1fdef4..af35e6a0 100644 --- a/crawl4ai/__init__.py +++ b/crawl4ai/__init__.py @@ -72,6 +72,8 @@ from .deep_crawling import ( BestFirstCrawlingStrategy, DFSDeepCrawlStrategy, DeepCrawlDecorator, + ContentRelevanceFilter, + ContentTypeScorer, ) # NEW: Import AsyncUrlSeeder from .async_url_seeder import AsyncUrlSeeder