TLDRocket
Sign in

Developer Tools

294 summarised stories about Developer Tools, each linking back to the original source. Browse all topics →

Monday, 18 May 2026

PaddleOCR 3.5: Running OCR and Document Parsing Tasks with a Transformers Backend

Hugging Face Blog 1 month ago

PaddleOCR 3.5 now allows its OCR and document parsing models to run using Hugging Face Transformers as an inference backend by setting the engine parameter to "transformers". The release introduces a flexible inference-engine interface where developers can select backends and configure backend-specific options like dtype, device placement, and attention implementation through an engine_config parameter. This integration reduces friction for developers building RAG, Document AI, and agent applications that already rely on PyTorch and Transformers infrastructure, while the paddle_static backend remains the recommended choice when maximizing throughput is the priority.

OpenAI and Dell partner to bring Codex to hybrid and on-premise enterprise environments

OpenAI Blog 1 month ago

OpenAI and Dell announced a partnership to deploy Codex, OpenAI's code-generation model, in hybrid and on-premises enterprise environments. The collaboration enables organizations to run AI coding agents within their own infrastructure rather than relying solely on cloud-based solutions. Enterprises can now integrate automated code generation directly into their existing data workflows while maintaining control over sensitive information.