parseFileToText
Convert files (PDF, DOCX, CSV, etc.) to plain text using a public URL. Extracts content as a string, ideal for processing or analysis tasks.
Instructions
Provide a file url, parse the file to text, return the text as a string.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | Public URL of the source file, supports pdf/docx/csv/txt/html/odt/rtf/epub/md/xml/xsl/pptx/potx/js/cs |