[console_scripts]
extract-webpage-elements = web_saliency.commands:extract_webpage_elements_main
generate-site-graphs = web_saliency.commands:generate_site_graphs_main
preprocess-folder = web_saliency.commands:preprocess_folder_main
process-webpage-elements = web_saliency.commands:process_webpage_elements_main
rank-webpages = web_saliency.commands:rank_webpages_main
score-webpages = web_saliency.commands:score_webpages_main
web-saliency = web_saliency.cli:main
