Extract reports unidentifiable boxes for human retakes
The vision prompt now returns {titles, unidentified}: boxes that look
like games but can't be confidently titled are reported (location
relative to identified neighbors, partial text, art notes) instead of
silently omitted. They land in data/unidentified.json keyed by photo,
and the end-of-run summary lists them — plus low-confidence reads —
with instructions to retake a closer photo and re-run. New --force flag
re-extracts everything; pre-feature raw caches (bare arrays) still
parse. Live run on IMG_4499 confirmed the flow and the low-confidence
list correctly flags the known "Hebarceos" misread.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+7
-7
@@ -6,7 +6,7 @@
|
||||
"edition_hint": "",
|
||||
"year_hint": null,
|
||||
"language_hint": "English",
|
||||
"art_notes": "Dark maroon/brown spine with ornate gold scroll lettering and a portrait of a woman in period dress on the lower spine",
|
||||
"art_notes": "Dark maroon/brown spine with gold ornate lettering and a portrait of a woman in period costume",
|
||||
"source_photos": [
|
||||
"IMG_4499.jpeg"
|
||||
],
|
||||
@@ -15,11 +15,11 @@
|
||||
{
|
||||
"title_raw": "CAT CRIMES",
|
||||
"confidence": "high",
|
||||
"publisher_hint": "ThinkFun",
|
||||
"publisher_hint": "",
|
||||
"edition_hint": "",
|
||||
"year_hint": null,
|
||||
"language_hint": "English",
|
||||
"art_notes": "Top-facing box with subtitle 'Who's to Blame Logic Game', illustration of an orange cat, 'AGES 8+' label",
|
||||
"art_notes": "Face-out box, blue and gray with cartoon cat illustration, subtitle 'Who's to Blame Logic Game', shrink-wrapped",
|
||||
"source_photos": [
|
||||
"IMG_4499.jpeg"
|
||||
],
|
||||
@@ -32,7 +32,7 @@
|
||||
"edition_hint": "",
|
||||
"year_hint": null,
|
||||
"language_hint": "English",
|
||||
"art_notes": "Black spine with colorful bubble-style logo text, 'the game that breaks its own rules' tagline, 'For 3 to 6 Players AGES 12 TO ADULT'",
|
||||
"art_notes": "Black spine with colorful stylized 'COSMIC ENCOUNTER' logo text, tagline 'the game that breaks its own rules', player count '3 to 6 players, ages 12 to adult'",
|
||||
"source_photos": [
|
||||
"IMG_4499.jpeg"
|
||||
],
|
||||
@@ -40,12 +40,12 @@
|
||||
},
|
||||
{
|
||||
"title_raw": "SHERIFF OF NOTTINGHAM",
|
||||
"confidence": "high",
|
||||
"confidence": "medium",
|
||||
"publisher_hint": "",
|
||||
"edition_hint": "",
|
||||
"year_hint": null,
|
||||
"language_hint": "English",
|
||||
"art_notes": "Orange/wood-toned spine with green stylized text, illustrated medieval character artwork at top",
|
||||
"art_notes": "Orange/wood-textured spine with green stylized 'SHERIFF' text, top edge shows an illustrated sheriff character; part of title cut off at top of spine",
|
||||
"source_photos": [
|
||||
"IMG_4499.jpeg"
|
||||
],
|
||||
@@ -58,7 +58,7 @@
|
||||
"edition_hint": "",
|
||||
"year_hint": null,
|
||||
"language_hint": "English",
|
||||
"art_notes": "Yellow/orange spine with dark fantasy creature artwork, credited 'Connor Reid' at top, green '5 MINUTE' text near bottom",
|
||||
"art_notes": "Yellow/orange spine with fantasy creature artwork (wolf-like armored character), 'Connor Reid' credit at top, '5-MINUTE' in green text",
|
||||
"source_photos": [
|
||||
"IMG_4499.jpeg"
|
||||
],
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
Reference in New Issue
Block a user