v0.0.40

getmaxun/maxunv0.0.40May 17, 2026by amhsirak

AI Summary

Maxun introduces Document Robots to handle PDF automation, allowing users to extract data or convert documents into clean formats like Markdown and HTML.

Key Highlights

  • New Document Robots for PDF processing
  • Two modes: Extract for data extraction and Parse for conversion
  • Available across Dashboard, SDK, and CLI

New Features

  • PDF extraction robot
  • PDF parsing robot (Markdown, HTML, Links)
  • Job orchestration ported to Graphile
  • Enhanced output data UI

Full Release Notes

## 🚀 Introducing Document Robots

Maxun is expanding beyond websites and bringing the same automation experience to documents.

You can now work with **PDFs** using two new document robot types:

1. **Extract** - Upload a sample PDF, describe the fields you want (e.g. invoices, contracts, offer letters), and Maxun creates a reusable extraction robot.
2. **Parse** - Convert any PDF into clean Markdown, HTML, or extracted Links with zero configuration.

Available everywhere you work with Maxun - through the no-code dashboard, SDK, and CLI for fully automated document workflows.

Perfect for invoice processing, contract parsing, AI pipelines, and bulk document automation. 🚀

Learn more: https://docs.maxun.dev/robot/document

## What's Changed
* fix: screenshot tab focus flickering by @RohitR311 in https://github.com/getmaxun/maxun/pull/1056
* feat: enhance output data ui and format ordering by @RohitR311 in https://github.com/getmaxun/maxun/pull/1057
* feat: port job orchestration to graphile by @RohitR311 in https://github.com/getmaxun/maxun/pull/1059
* feat: add support for document robot by @RohitR311 in https://github.com/getmaxun/maxun/pull/1060
* fix: manual pagination selection by @RohitR311 in https://github.com/getmaxun/maxun/pull/1061
* feat(ui): icon dimensions create page by @amhsirak in https://github.com/getmaxun/maxun/pull/1062
* fix: inconsistent spacing /create by @amhsirak in https://github.com/getmaxun/maxun/pull/1063
* fix: logo for document tab /create by @amhsirak in https://github.com/getmaxun/maxun/pull/1064
* chore: pre-release v0.0.40 by @amhsirak in https://github.com/getmaxun/maxun/pull/1065


**Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.39...v0.0.40