Home / Companies / Reducto / Blog / April 2025

April 2025 Summaries

4 posts from Reducto

Filter
Month: Year:
Post Summaries Back to Blog
Reducto has positioned itself as a leading solution for parsing complex documents using a blend of traditional computer vision and cutting-edge Vision-Language Models (VLMs), enabling companies to convert unstructured data into precise, Large Language Model (LLM)-ready inputs with exceptional accuracy. Trusted by major AI teams, including Scale AI and FAANG enterprises, Reducto has processed hundreds of millions of documents. The company recently raised $24.5 million in a Series A funding round led by Benchmark, bringing total funding to $33 million, to further develop its platform that supports comprehensive workflows, including document splitting, intelligent classification, and structured extraction. Reducto's new Agentic OCR framework and cost-efficient parsing solutions enhance the reliability and affordability of processing documents, making it possible for enterprises across various industries to build accurate, end-to-end pipelines. As Reducto expands its capabilities and user-friendly interfaces, it aims to empower more companies to leverage AI for smarter automation and efficient data processing.
Apr 25, 2025 685 words in the original blog post.
Document extraction processes can falter due to poorly designed schemas, which lead to issues like missing fields and incorrect formatting. Five common pitfalls in schema design include leaving field descriptions blank, using disconnected field key names, neglecting to use enumerated types for fields with limited outputs, embedding mathematical calculations in prompts, and lacking a strong system prompt. To address these issues, it's crucial to provide clear descriptions for each field, use descriptive key names that match the document content, employ enums for fields with a limited set of possible values, extract raw values for calculations separately, and include comprehensive system prompts to guide the extraction model. A well-structured schema enhances extraction accuracy, reduces errors, and simplifies debugging, ultimately improving the entire data extraction pipeline. Tools like the Reducto Playground can aid in testing and visualizing different schemas and integrating AI prompts to refine schema design, laying the groundwork for more effective data ingestion workflows.
Apr 16, 2025 848 words in the original blog post.
Engineering teams often face the dilemma of whether to build or buy a document ingestion pipeline, essential for handling unstructured documents and transforming them into structured, machine-readable inputs for applications like AI and analytics tools. Building in-house provides control and customization but incurs significant costs in terms of time, maintenance, and staying updated with evolving technology. Conversely, buying a solution can offer proven accuracy, scalability, and ease of integration, although it may risk rigidity and lack of flexibility. Reducto emerges as a preferred choice for many top engineering teams due to its hybrid architecture, high accuracy, enterprise-scale capabilities, and customizable deployment, making it a reliable partner in document processing for sectors like finance, healthcare, and legal. This platform provides a comprehensive solution that overcomes common bottlenecks associated with in-house systems, making it an appealing option for teams looking to enhance their AI product development by leveraging high-quality document ingestion.
Apr 15, 2025 1,050 words in the original blog post.
Earlier this year, the Allen Institute for AI released olmOCR, an open-source OCR model for parsing complex documents, which has now been succeeded by RolmOCR, a faster, memory-efficient alternative that maintains robust performance across various document types. RolmOCR, built on the updated Qwen2.5-VL-7B model, omits the use of metadata, reducing prompt length and resource consumption without significantly impacting accuracy in most cases, though it may perform less effectively in scenarios where metadata provides essential context. Trained on the same dataset as olmOCR but incorporating rotated data to improve robustness, RolmOCR demonstrates either improved or equivalent performance in OCR tasks, such as better character recognition in handwritten notes and more accurate information extraction from low-contrast images, although it may sometimes miss structured elements like subtitles in the absence of metadata. Released under the Apache 2.0 license, RolmOCR is available for open-source exploration and development, with the potential for further enhancements tailored to specific needs, and feedback or comparisons with other models are welcomed by the developers.
Apr 03, 2025 629 words in the original blog post.