Making file parser flexible to deprecate pdf parser (#3073)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ Building blocks supported today:
|
||||
- TextPromptBlock: A text only prompt block.
|
||||
- SendEmailBlock: Send an email.
|
||||
- FileDownloadBlock: Given a goal, Skyvern downloads a file from the website.
|
||||
- FileParserBlock: Given a file url, Skyvern downloads the file from the url, and returns the parsed content as the output of the block. Currently only support CSV file format.
|
||||
- FileParserBlock: Given a file url, Skyvern downloads the file from the url, and returns the parsed content as the output of the block. Supports CSV, Excel, and PDF file formats.
|
||||
- PDFParserBlock: Given a pdf url, Skyvern downloads the PDF file from the url and returns the parsed content as the output of the block.
|
||||
- FileUploadBlock: Upload all the downloaded files to a desired destination. Currently only AWS S3 is supported. Please contact support@skyvern.com if you need more integrations.
|
||||
- WaitBlock: Wait for a given amount of time.
|
||||
|
||||
Reference in New Issue
Block a user