Skip to content

Pages to Markdown Node

AI/Processing

Pages to Markdown

Combines an array of document pages into a single markdown string.

ai_processing_pages_to_markdownprocessing
Inputs2
Outputs2
Security exposure0/10
Packageprocessing

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
0/10High
PrivacyPotential sensitivity of processed data.
0/10High
PerformanceRuntime or resource pressure.
0/10High
GovernancePolicy, audit, or compliance impact.
0/10High
ReliabilityOperational stability considerations.
0/10High
CostExternal or compute cost impact.
0/10High

Input Pins

2

Input

Execution
exec_in

Execution trigger to combine pages.

Pages

Struct Array
pages

Array of document pages to combine.

DocumentPageDocumentPage3 fields
page_numberinteger:uint32required
format uint32min 0
contentstringrequired
imagesArray<NodeImage>required
itemsNodeImagearray item
image_refstringrequired
Schema enforced

Output Pins

2

Output

Execution
exec_out

Execution output after combining pages.

Markdown

String
markdown

Combined markdown content from all pages.

Node Info

Internal name
ai_processing_pages_to_markdown
Category
AI/Processing