📊 CSV & XLSX Support for Document Parsing
Document Parse and Document Extract now support CSV and XLSX files in addition to PDFs. You can upload spreadsheets directly without needing to convert them to PDFs first.
✨ Document Summaries
Generate AI-powered summaries for PDF, CSV, and XLSX documents, making it easier to quickly understand the contents of large files before extracting structured data.
Learn more: https://docs.maxun.dev/robot/document
What's Changed
- fix: override default MUI icon styles & remove redundant font size overrides by @amhsirak in #1153
- feat: add CSV and XLSX support to document parsing by @jceychen in #1147
- chore(deps): upgrade
sharpto 0.35.3 by @amhsirak in #1156 - feat(byop): move auth proxy setup instructions to docs by @amhsirak in #1154
- chore(deps): externalize
xlsxto cdn by @amhsirak in #1159 - Add API routes to schedule robot runs by @vinaypokharkar in #1150
- feat: link docs proxy status endpoint to byop by @amhsirak in #1164
- Fix: Server and client crash when multiple recordings are discarded in rapid succession by @audreydng in #1162
- fix: enhance document llm post processing by @RohitR311 in #1157
- feat: add summary output format to document parsing (#1106) by @RRRG3 in #1149
- chore: fix deps inconsistency by @RohitR311 in #1161
- fix: validate llm config and centralize model defaults by @RohitR311 in #1166
- fix: clock icon invisible in dark mode by @vinaypokharkar in #1172
- chore: pre-release v0.0.45 by @amhsirak in #1175
New Contributors
- @jceychen made their first contribution in #1147
- @vinaypokharkar made their first contribution in #1150
- @audreydng made their first contribution in #1162
- @RRRG3 made their first contribution in #1149
Full Changelog: v0.0.44...v0.0.45