Photos Don't Lie
It happened yesterday. A team member received an order photo from a buyer and uploaded it to Slack. It was a messy scanned image mixed with handwriting. "Who's going to organize this?" Every time that question came up, we'd manually transfer the content to Excel.
But this time was different.
"What if Claude Code could read photos?" That simple thought became an automated workflow in 30 minutes.
A Small Experiment's Workflow
We added photo upload functionality to a Google Form. When a team member uploads an order photo, Claude Code automatically runs. What happened?
Claude Code read the text and numbers in the photo and automatically converted them into structured English text. Even blurry handwriting was corrected through context.
The most surprising part was "quantity unit recognition." It clearly distinguished between handwritten "12 boxes" and "12 units," and simultaneously extracted text-format order notes.
Unexpected Bugs
For the first 3 days, one problem kept repeating. Claude Code was reading background noise in order photos (question marks, dust marks) as "special character orders." All we needed to do was rewrite the prompt.
Old prompt: "Please read all order information from this photo"
Improved prompt: "Read only numbers, product names, and quantities from this order form. Ignore any text in the background."
Just adding 3 lines of instruction increased accuracy from 94% to 99%.
Real Impact
From last Monday to now, we've processed about 120 order photos. Work that used to take 2 hours now takes 5 minutes. One team member's time has been completely freed up for other tasks.
What's even more interesting is that orders from multilingual buyers (mixing English and Chinese text) are automatically unified into English. Almost no manual rework needed.
What We Learned
1. Non-developers can build image recognition automation.
2. Claude Code prompt improvements dramatically increase accuracy.
3. The biggest efficiency gains come from small experiments.
Our team is now expanding this workflow further. Next is integrating order recognition with our inventory system. Again, people without coding knowledge are doing it.
There's an old saying: "Photos don't lie." What we've shown is that when photos don't lie, AI reads them accurately too.