v0.0.41

getmaxun/maxunv0.0.41Jun 2, 2026by amhsirak

AI Summary

Document Robots now support scanned PDFs, enabling users to extract structured data from image-based documents like invoices and receipts. This update also introduces OpenAI-compatible LLM presets and improves error handling, cloud sync, and output loading performance.

Key Highlights

  • Scanned PDF Support for Document Robots
  • OpenAI-compatible LLM presets
  • Run content cloud sync
  • Improved browser error and crash handling
  • Lazy load run output details

New Features

  • Scanned doc extraction and parsing
  • OpenAI-compatible LLM presets
  • Copy for format data
  • Run content cloud sync

Full Release Notes

## ✨ Scanned PDF Support for Document Robots

Document Robots now support scanned PDFs.

You can extract structured data from scanned invoices, contracts, receipts, forms, and other image-based documents using the same Extract and Parse workflows available for regular PDFs.

Available in the dashboard, API, SDK, and CLI.

## What's Changed
* fix(runs): lazy load run output details by @puneetdixit200 in https://github.com/getmaxun/maxun/pull/1067
* Add OpenAI-compatible LLM presets by @jimmyzhuu in https://github.com/getmaxun/maxun/pull/1069
* fix: set graphile fallback poll interval to 1 hr by @amhsirak in https://github.com/getmaxun/maxun/pull/1071
* feat: add copy for format data by @RohitR311 in https://github.com/getmaxun/maxun/pull/1074
* fix: ai mode json parsing by @RohitR311 in https://github.com/getmaxun/maxun/pull/1075
* feat: scanned doc extraction and parsing by @RohitR311 in https://github.com/getmaxun/maxun/pull/1077
* fix: error and crash handling browser by @RohitR311 in https://github.com/getmaxun/maxun/pull/1082
* feat: run content cloud sync by @amhsirak in https://github.com/getmaxun/maxun/pull/1081
* fix: match textfield label value for cli/mcp/api/sdk run types by @amhsirak in https://github.com/getmaxun/maxun/pull/1083
* chore: pre-release v0.0.41 by @amhsirak in https://github.com/getmaxun/maxun/pull/1084
* chore: add separate package.json for frontend by @RohitR311 in https://github.com/getmaxun/maxun/pull/1086

## New Contributors
* @puneetdixit200 made their first contribution in https://github.com/getmaxun/maxun/pull/1067
* @jimmyzhuu made their first contribution in https://github.com/getmaxun/maxun/pull/1069

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