The HTML2Text API extracts plain text from web page content. The API accepts URL’s or HTML markup. This API can be used as a pre-step to any text processing task. Example Extracting Text from a URL JSON Input
|
1 2 3 4 5 |
{ "input": "http://www.rxnlp.com", "keepLineBreak": "false" } |
JSON
