Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 23:58
c90df29

0.3.0 (2026-07-15)

⚠ BREAKING CHANGES

  • supported server range is now >=3.1,<4. Table/Formula models take the server wire shape (id/text optional, cells removed); PdfMode.text is gone (removed server-side); /ocr/pixels sends width/height/channels as query params instead of the deprecated X-Width/X-Height headers.

Features

  • sync client with TurboOCR server v3.x API (tables/formulas, markdown, streaming, capabilities) (487fb0f)

Bug Fixes

  • typed overloads for pdf_markdown so as_pages narrows the return type (9c23751)

Documentation

  • link turboocr.com and add sponsor footer (a86d8a7)
  • quickstart writes the Markdown export to a file (bed5856)