Skip to content

Commit

Permalink
docs: delete display image
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-hxl committed Apr 22, 2024
1 parent 080cf53 commit 6f5f431
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,10 @@ crawlApp.crawlPage('https://www.airbnb.cn/s/select_homes').then(async (res) => {

**Even if the subsequent update of the website causes the class name or structure to change, it can climb to the data normally, because we no longer rely on the fixed class name or structure to locate and extract the required information, but let the AI understand and parse the semantic information of the web page, so as to extract the required data more efficiently, intelligently and conveniently.**

Procedure:
Run:

![](https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/example.gif)

Pictures of highly rated vacation rentals climbed to:

![](https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/example.png)

<details>

<summary>See the HTML that the AI needs to process</summary>
Expand Down
6 changes: 1 addition & 5 deletions docs/cn/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,10 @@ crawlApp.crawlPage('https://www.airbnb.cn/s/select_homes').then(async (res) => {
})
```

过程
运行

![](/example.gif)

搭配 AI 爬到的高评分度假屋图片:

![](/example.png)

::: details 查看 AI 需要处理的 HTML

为了方便观看,这里进行了格式化
Expand Down
6 changes: 1 addition & 5 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,10 @@ Can even send the whole HTML to the AI to help us operate, because the website c
Even if the subsequent update of the website causes the class name or structure to change, it can climb to the data normally, because we no longer rely on the fixed class name or structure to locate and extract the required information, but let the AI understand and parse the semantic information of the web page, so as to extract the required data more efficiently, intelligently and conveniently.
:::

Procedure:
Run:

![](/example.gif)

Pictures of highly rated vacation rentals climbed to:

![](/example.png)

::: details See the HTML that the AI needs to process

For ease of viewing, it is formatted here
Expand Down
Binary file removed docs/public/example.png
Binary file not shown.

0 comments on commit 6f5f431

Please sign in to comment.