https://github.com/drogbadvc/bom_web_page_segmentation
BOM web page segmentation Headless
https://github.com/drogbadvc/bom_web_page_segmentation
Last synced: 4 months ago
JSON representation
BOM web page segmentation Headless
- Host: GitHub
- URL: https://github.com/drogbadvc/bom_web_page_segmentation
- Owner: drogbadvc
- Created: 2021-10-18T07:55:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T07:57:14.000Z (over 3 years ago)
- Last Synced: 2024-12-31T03:12:44.021Z (6 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#BOM (Block-o-Matic) Web Page Segmentation
## Installation
- Installation de [Playwright](https://playwright.dev) pour exécuter un navigateur Headless
```bash
npm i
```
- Installer aussi le fichier jquery.js non fourni#Usage
```bash
node playwright.js https://www.example.com/
```#Info
- Attention, c'est une version limité qui n'est pas celle que j'utilise dans mon api pour détecter le (header, footer, sidebar)
- Il va falloir toucher le code pour avoir une meilleur segmentation.