An open API service indexing awesome lists of open source software.

https://github.com/drogbadvc/vips_segmentation_web_js

algorithme de segmentation de page web
https://github.com/drogbadvc/vips_segmentation_web_js

Last synced: 4 months ago
JSON representation

algorithme de segmentation de page web

Awesome Lists containing this project

README

        

# VIPS (Vision-based Page Segmentation Algorithm)

Segmentation de page web avec l'algorithme VIPS et phantomJS

## Installation

- Il faut executer le fichier bash pour installer PhantomJS
```bash
sudo sh install_phantomjs.sh
```
## Utilisation
- L'execution de vips.js permet de créer une capture écran du site avec la segmentation (blocs)
```bash
phantomjs vips.js https://www.example.com/
```