Extent description for extract page

This commit is contained in:
magmueller
2024-11-18 14:28:57 +01:00
parent 3b047656f0
commit 0bb488a01a

View File

@@ -130,7 +130,9 @@ class Controller:
# Content Actions
@self.registry.action(
'Extract page content', param_model=ExtractPageContentAction, requires_browser=True
'Extract page content to get the text or markdown ',
param_model=ExtractPageContentAction,
requires_browser=True,
)
def extract_content(params: ExtractPageContentAction, browser: Browser):
driver = browser._get_driver()