Skip to content

Commit

Permalink
Update website/blog/2025/01-10/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Lee <daniel.lee@apify.com>
  • Loading branch information
vdusek and BraniganLee authored Jan 10, 2025
1 parent a855e0b commit 1c3ffc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2025/01-10/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ We are constantly working toward feature parity with our JavaScript library, [Cr

### HTML to text context helper

The `html_to_text` crawling context helper simplifies extracting text from an HTML page by automatically removing all tags and returning only the raw text content. It is available in the [`ParselCrawlingContext`](https://www.crawlee.dev/python/api/class/ParselCrawlingContext#html_to_text) and [`BeautifulSoupCrawlingContext`](https://www.crawlee.dev/python/api/class/BeautifulSoupCrawlingContext#html_to_text).
The `html_to_text` crawling context helper simplifies extracting text from an HTML page by automatically removing all tags and returning only the raw text content. It's available in the [`ParselCrawlingContext`](https://www.crawlee.dev/python/api/class/ParselCrawlingContext#html_to_text) and [`BeautifulSoupCrawlingContext`](https://www.crawlee.dev/python/api/class/BeautifulSoupCrawlingContext#html_to_text).

```python
import asyncio
Expand Down

0 comments on commit 1c3ffc7

Please sign in to comment.