browser4-cli 4.13.9 → 4.13.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -130,13 +130,14 @@ Need to process multiple pages?
130
130
 
131
131
  ### How to Turn HTML into Spreadsheets — Zero Tokens
132
132
 
133
- [WebMiner](https://github.com/platonai/web-miner) runs ML clustering on downloaded HTML files to produce structured spreadsheets and interactive reports — **no LLM tokens, everything runs locally.**
133
+ [WebMiner](https://github.com/platonai/web-miner) runs ML clustering on downloaded HTML files to produce structured spreadsheets and interactive reports — **no LLM tokens, everything runs locally.** webminer is a first-class Browser4 CLI citizen: `browser4-cli webminer install` + `browser4-cli webminer all <html-dir>` runs the whole pipeline without PowerShell.
134
134
 
135
135
  ```
136
136
  Have HTML files and want structured data — without tokens?
137
137
  ├─ < 20 pages? → browser4-cli crawl --seed-file urls.txt --depth 0 --sql @query.sql
138
138
  ├─ < 1,000 pages (small to medium)? → WebMiner Free (SMILE ML engine)
139
- │ java -jar scent-miner.jar all ./pages/
139
+ │ browser4-cli webminer install
140
+ │ browser4-cli webminer all ./pages/
140
141
  │ → Interactive HTML report + Excel spreadsheets — local, zero cost
141
142
  ├─ > 1,000 pages (production scale)? → WebMiner Commercial (Apache Spark ML)
142
143
  │ Same encode → cluster → views pipeline, distributed across machines
@@ -147,7 +148,7 @@ Have HTML files and want structured data — without tokens?
147
148
  Then feed the HTML directory to WebMiner
148
149
  ```
149
150
 
150
- > **Pipeline:** `encode` (HTML → feature vectors → CSV) → `cluster` (KMeans, auto-detected K) → `views` (HTML report + Excel). Free tier uses the [SMILE](https://haifengl.github.io/) ML library for single-machine clustering (< 1,000 pages). Requires JDK 17+. See [web-miner](https://github.com/platonai/web-miner) for install instructions.
151
+ > **Pipeline:** `encode` (HTML → feature vectors → CSV) → `cluster` (KMeans, auto-detected K) → `views` (HTML report + Excel). Free tier uses the [SMILE](https://haifengl.github.io/) ML library for single-machine clustering (< 1,000 pages). Requires JDK 17+ (auto-detected). See [web-miner](https://github.com/platonai/web-miner) and `browser4-cli help webminer` for usage.
151
152
 
152
153
  ---
153
154
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser4-cli",
3
- "version": "4.13.9",
3
+ "version": "4.13.10",
4
4
  "description": "Browser automation CLI for AI agents",
5
5
  "type": "module",
6
6
  "files": [