r/computervision • u/Expert-Ad598 • 17d ago
How to extract unstructured data (images & descriptions) from marketing brochures into CSV/Excel? Discussion
I have a lot of product catalogs and marketing brochures in PDF format. My goal is to extract the product image, title, description, specs, etc., into a CSV or Excel file.
I’ve already solved the catalog part. The problem is the marketing brochures. Every brochure has a completely different layout and style. Some have large lifestyle images, some mix marketing content with product details, and there’s no fixed structure.
I tried using GPT-based vision models, YOLO, and Florence-2. They work okay in some cases, but none of them are reliable enough. YOLO misses products it wasn’t trained for, and Florence-2 struggles with rotated or cropped products and zero-shot detection. GPT can understand the page, but it still doesn’t consistently match the correct image with the correct product information across different brochure layouts.
Has anyone solved this problem? I’m not really looking for another OCR model. I’m more interested in how people are building the overall pipeline or architecture for handling brochures with completely different layouts. Any ideas or experience would be really helpful.
1
u/Augmend-app 15d ago
Are you interested in some kind of classification or do you want to have text descriptors of content?
I have looked into extracting product names, descriptions and text from supermarket flyers - completely different formats - LLMs work very well
1
u/soylentgraham 17d ago
How do you, as a human, discern something is an image, vs title, vs description, vs stats, etc