You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)