Home / Companies / Unstructured / Blog / July 2026

July 2026 Summaries

2 posts from Unstructured

Filter
Month: Year:
Post Summaries Back to Blog
Unstructured Transform MCP is a newly introduced document processing tool that allows AI agents to efficiently parse and extract structured data from a wide variety of document types, including PDFs, emails, images, scanned documents, spreadsheets, and presentations. Unlike traditional document processing methods that may fail quietly or require complex custom setups, Unstructured Transform MCP provides a reliable, inspectable, reproducible, and portable solution that integrates seamlessly into an agent's existing workflow. By utilizing advanced document AI research, the tool ensures high accuracy in text extraction, control over hallucinations, and precise table cell content and positioning. This capability enables agents to process up to 15,000 pages for free each month, with subsequent pages costing $0.03 each, thereby offering a cost-effective means to handle complex document parsing with minimal setup time.
Jul 21, 2026 1,099 words in the original blog post.
Object Detection (OD) remains a vital component in document transformation workflows, especially amidst the rise of Vision-Language Models (VLMs), which, despite their capabilities, often struggle with maintaining precise reading order and structure in complex documents. Unstructured’s High Fidelity Transformation Workflow (HFTW) cleverly combines OD and VLMs to enhance processing accuracy by first establishing layout with OD, then routing detected regions to task-specific models using tailored prompts. This approach mitigates issues like segmentation errors and improves downstream accuracy. Despite VLMs occasionally outperforming the HFTW in semantically cohesive forms, OD's role is indispensable in delivering clean inputs for VLMs, averting complex compensatory measures. The journey to refine OD, particularly through fine-tuning models like IBM’s Heron, underscores challenges such as training framework bugs and dataset inconsistencies. This experience highlights the necessity for expertise in OD architectures, consistent annotations, and careful data handling to avoid pitfalls like catastrophic forgetting. Ultimately, reliable document transformation is anchored in robust OD, as it ensures the fidelity of downstream processes, from OCR to structured data extraction, allowing developers to focus on application delivery while relying on a stable layout foundation.
Jul 02, 2026 1,356 words in the original blog post.