Functions
Last updated
Last updated
A CodeWords function is a generated or existing block that comprises code, integrations, a storage system and/or third-party services.
CodeWords functions can become part of other functions to generate more complex ones. Think of them as LEGO blocks.
Functions can be used as part of an automation workflow, custom tool or via an API call.
A built-in function is a proprietary function made available to CodeWords users. For instance, GPT-based AI is a versatile AI model that can be used for text processing, summarization, Q&A and much more.
Below is the table of the built-in functions available for users to build upon.
Google Search
Searches Google for a given query/keywords and returns the results as an array of JSON objects. Each object contains the title, URL, and description of the search result
GPT-based AI
It is a Large Language Model that can understand and generate natural language. It can also take images as inputs. It can perform different natural language tasks, such as text classification, summarization, text generation, entity extraction (NER) and question answering and Vision Understanding, such as Visual Question Answering, Image Captioning, OCR
Web Rendering
Convert HTML to Markdown: Navigate to a website, extract and convert the HTML source to Markdown. Use this instead of Web Scraper if the data to be extracted fits a regex pattern, i.e. it should be combined with a regex code
Image to CSV Table Extraction using AWS Textract
Extracts tables from images and converts them to CSV format
Document Photo Image Extractor
Extracts images contained within an image of a document and outputs a list of the extracted images
Document Image Text Extractor
Extracts all text from an image of a document page and returns it as a single string
Invoice Details Extraction
Extracts Invoice details from an image of an invoice. Output includes invoice_name, total_amount, address, account_number, and invoice_receipt_date
PDF to PPTX Converter
Converts a PDF file into a PowerPoint presentation (PPTX)
YouTube Video Downloader
Downloads a YouTube video from an input URL
PDF Form Filler
This function automatically fills out a PDF form by extracting relevant information from a provided context and populating the form fields accordingly
Can't find a built-in function you want? Join our Discord and submit a request.