LFM2.5-VL-1.6B-Extract is a compact vision model built for structured image extraction. Instead of asking a general vision model to describe an image in paragraphs, you give it a field list and it returns only the requested values as JSON.
The practical workflow is simple. You write a small schema, such as `brand`, `product_type`, `net_weight`, or `expiry_date`, then pass in a product photo, receipt, nutrition label, business card, or safety image. The model reads the image and fills those fields directly, which makes the output easier to pass into a rule-based system, spreadsheet import, or downstream app.
The public Space makes the workflow more approachable because it includes a visual schema builder. You can add fields one by one, choose the 450M or 1.6B model, upload an image, and compare the returned card view with the raw JSON.