Get All Text Content from Page
bs_get_text_contentExtract all visible text from a page in a .bsdesign file to review copy, check placeholder text, or audit content.
Instructions
Extract all visible text content from a page in a .bsdesign file.
Useful for reviewing copy, checking placeholder text, or auditing content.
Args:
file_path (string): Absolute path to the .bsdesign file
page_name (string, optional): Page name. If omitted, first page is used.
Returns: All text content found on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .bsdesign file | |
| page_name | No | Page name (e.g. 'index.html') |