🔬 Extract license plate number from image uploaded via an n8n form

⚡ 2,801 views · 🔬 Document Extraction & Analysis

Description

What it does

This is a simplistic demo workflow showing how to extract a license plate number from an image of a car submitted via a form – or in more general terms showcasing how you can:

Set up steps

How to adapt

By changing the “prompt” in th “Settings” node you can quickly adapt this exemplatory workflow to other image-to-text use cases, such as:

Thanks to using OpenRouter, you also can quickly experiment with finding good model choices by simply changing the “model” in the “Settings” node. The following models gave good results for this demo use-case:

The llama-3.2-11b and even claude-3.5-sonnet didn’t recognize all characters in all test images.

Using a generic LLM-model offers a quick way of prototyping an image-to-text application. For specific use cases in serious and scalable production deployments, consider using an API based service specifically made to that purpose, such as:

đź”— Nodes Used

Basic LLM Chain, n8n Form Trigger, n8n Form

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup