Tagged articles

layout detection

3 articles · Page 1 of 1
Data Party THU
Data Party THU
Aug 15, 2026 · Artificial Intelligence

Why Naive Text Chunking Breaks RAG and How to Build a Better Alternative

The article explains how simple character‑ or page‑based chunking destroys the spatial and semantic relationships of tables, figures, formulas and headings in PDFs, proposes a structure‑aware multimodal RAG pipeline that restores layout via layout detection, visual description generation, modal enhancement and cross‑encoder re‑ranking, and shows that these steps dramatically improve retrieval quality, especially for visual queries.

MultimodalRAGcross-encoder
0 likes · 17 min read
Why Naive Text Chunking Breaks RAG and How to Build a Better Alternative
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jul 17, 2024 · Artificial Intelligence

Open-Source PDF Toolkit Delivers High-Accuracy Layout and Formula Detection

PDF‑Extract‑Kit is an open‑source toolkit that combines high‑accuracy layout detection, formula detection, formula recognition, and OCR for PDFs, and the article details its model comparisons, evaluation on academic and textbook datasets, and step‑by‑step instructions for running it on Windows or macOS, including Apple Silicon.

OCROpen SourcePDF-Extract-Kit
0 likes · 6 min read
Open-Source PDF Toolkit Delivers High-Accuracy Layout and Formula Detection
Xianyu Technology
Xianyu Technology
Jun 27, 2019 · Frontend Development

Image-to-UI Code Generation Demo and Architecture Overview

The Xianyu team’s new “black‑tech” system automatically transforms UI mockup images into production‑ready code by detecting components with deep‑learning models, extracting layouts via OpenCV, and employing a modular stream‑oriented architecture of units, tasks, and server layers that enables rapid testing, flexible composition, and future enhancements such as improved container recognition and semantic understanding.

FrontendUI generationdeep learning
0 likes · 7 min read
Image-to-UI Code Generation Demo and Architecture Overview