To Markdown
This node converts various document formats to Markdown using Cloudflare Workers AI.
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| document | document | Yes | The document to convert to Markdown |
Outputs
| Name | Type | Description |
|---|---|---|
| markdown | string | The converted document in Markdown format |
Related Nodes in Media Generation
Imagen
Generates high-fidelity images from text prompts using Google's Imagen model
Gemini 2.5 Flash Image Preview
Generates images from text prompts and optional input images
Cloudflare Model
Run any model from the Cloudflare Workers AI catalog. A searchable dropdown lists every available model; picking one rebuilds the node's inputs and outputs from its published schema.
Replicate Model
Run any model from the Replicate collection. Enter a model identifier, load its schema, and the node's inputs and outputs adapt automatically.
Image Resize
Resizes an image to the specified width and height using Photon.
Image Crop
Crops an image to the specified rectangle using Photon.
Gaussian Blur
Applies Gaussian blur to an image. Higher radius means more blur.
Grayscale
Converts an image to grayscale using Photon (human-corrected algorithm).