new triaged uploaded enriched extracted ▶ closed remove
ARK
QR code for image 01KQJA65QCDA28BZ3GABRGCVHW
Name
2DbdHD3D9frAoHD4maXpW6
https://n2t.net/ark:/11635/2DbdHD3D9frAoHD4maXpW6
https://scanstation.ai/ark/11635/2DbdHD3D9frAoHD4maXpW6
File
Order 48
Dimensions 7968 × 5984
Orientation 0
S3 Key marac/003/derivatives/0048.jpg
Source Path marac/003/derivatives/0048.jpg
AI Enrichment
Summary
Back of a divided U.S. postcard postmarked Cleveland, Ohio, June 1948, with a 1-cent green George Washington stamp, printed text promoting Western Reserve University in Cleveland, and a handwritten message addressed to Mrs. Paul Miller, Point Pleasant, New York.
OCR Excerpt
“BUY! get [war savalés co > “C.TART-COLORTONE' REG. U.S. PATE RSF 2 = ° a z < x > a a a = ry = « 2 > ra o z a v7 = 3 a < Q = x <
Places
Cleveland, Ohio Point Pleasant, New York Western Reserve University
Type
people_photo document photo text_page postcard
Tags
No tags assigned.
Primary: postcard
Searchable text 128 chars 1%

“BUY! get [war savalés co > “C.TART-COLORTONE' REG. U.S. PATE RSF 2 = ° a z < x > a a a = ry = « 2 > ra o z a v7 = 3 a < Q = x <

ai-tools@1.0 Tesseract via ai-tools (41 words, mean conf 52.2)
Subject: image:01KQJA65QCDA28BZ3GABRGCVHW 18 predicates
Predicate Best value Conf. Source
ai:denseSummary
Back of a divided U.S. postcard postmarked Cleveland, Ohio, June 1948, with a 1-cent green George Washington stamp, printed text promoting Western Reserve University in Cleveland, and a handwritten message addressed to Mrs. Paul Miller, Point Pleasant, New York.
1% enrich_from_thumbnail@1.0
ai:documentLikely yes
ai-tools heuristic on scan.storage:marac/003/0048.jpg
1% ai-tools@1.0
ai:handwrittenText yes 1% enrich_from_thumbnail@1.0
ai:hasText yes 1% enrich_from_thumbnail@1.0
ai:highResGoal
read_handwriting
Loss of searchable correspondence content, sender and recipient identification, precise postmark/date evidence, and publisher/location information.
1% enrich_from_thumbnail@1.0
ai:highResTarget
left-side handwritten message
High-resolution target from thumbnail enrich
1% enrich_from_thumbnail@1.0
ai:isFilledForm
ai:isForm
ai:ocrText
“BUY! get [war savalés co > “C.TART-COLORTONE' REG. U.S. PATE RSF 2 = ° a z < x > a a a = ry = « 2 > ra o z a v7 = 3 a < Q = x <
Tesseract via ai-tools (41 words, mean conf 52.2)
1% ai-tools@1.0
ai:peopleLikely yes
ai-tools heuristic on scan.storage:marac/003/0048.jpg
1% ai-tools@1.0
ai:photoLikely yes
ai-tools heuristic on scan.storage:marac/003/0048.jpg
1% ai-tools@1.0
ai:photoWithTextLikely
ai:pixelsDone
ai:speculation
The postcard front likely depicts a Western Reserve University building or campus-related view in Cleveland.
Upper-left printed caption on the back gives a historical note about Western Reserve University, a common format for view postcards tied to the image on the front.
1% enrich_from_thumbnail@1.0
ai:typedText yes 1% enrich_from_thumbnail@1.0
dcterms:spatial
Cleveland, Ohio Point Pleasant, New York Western Reserve University
1% aggregated
dcterms:type
people_photo
found 3 face(s)
5% ai-tools@1.0
foaf:Person
Mrs. Paul Miller
Handwritten address reads 'Mrs. Paul Miller' in the address area.
1% enrich_from_thumbnail@1.0
Subject: image:01KQJA65QCDA28BZ3GABRGCVHW 8 claims
The postcard front likely depicts a Western Reserve University building or campus-related view in Cleveland.?? Upper-left printed caption on the back gives a historical note about Western Reserve University, a common format for view postcards tied to the image on the front. ai:speculation · 1%
This is a personal travel or visit message sent from Cleveland in mid-1948.?? It is a mailed postcard with a casual handwritten message and Cleveland postmark dated June 1948. ai:speculation · 1%
Cleveland, Ohio?? Circular cancellation stamp clearly reads CLEVELAND OHIO; printed caption also mentions Western Reserve was founded in Cleveland. dcterms:spatial · 1%
Point Pleasant, New York?? Handwritten address appears to read 'Point Pleasant, New York,' though the locality should be verified at higher resolution. dcterms:spatial · 1%
Western Reserve University?? Printed text at upper left references Western Reserve University and its founding in 1826; exact relation is likely the postcard's front subject or publisher caption. dcterms:spatial · 1%
Mrs. Paul Miller?? Handwritten address reads 'Mrs. Paul Miller' in the address area. foaf:Person · 1%
Ann Heinsheimer?? The signature at lower left appears to read 'Ann Heinsheimer,' but handwriting is difficult to confirm at thumbnail resolution. foaf:Person · 1%
George Washington?? The 1-cent green U.S. stamp appears to be a Washington definitive issue. foaf:Person · 1%
Subject: image:01KQJA65QCDA28BZ3GABRGCVHW 0 claims
No claims recorded yet for this subject.
closed — No more image calls. Item workflow consumes image claims/text/metadata for catalog-level analysis.
TransitionDescription
upload Pushes realPath (the ai-tools crop) to S3 as the canonical image. When defaults.full_frame_key is present, also archives the original mat under originals/ on S3 for re-processing / QR re-extraction during Python dev. The full-frame archive is planned to drop for real-client tenants.
external_upload Sets defaults["storage"]["mode"] = "external_url". Used by IIIF imports so the image remains accessible via its external URL and subsequent transitions can run against it directly. Skips triage — the UPLOADED place lets enrich run against the remote URL.
triage When fired from NEW: local-file mode. ai-tools reads defaults.full_frame_key + defaults.sidecar_key from the shared dir, produces the canonical crop + thumbnail in derivatives/, and returns deskew/type/detections. realPath is repointed at the crop. When re-run from TRIAGED: same, idempotent. Non-URL mode is the only path browser captures take. Failures keep the image in NEW (async retry).
enrich Single cheap AI call (~$0.0004) against a ≤512px thumbnail, with triage OCR + flags in context. Populates title/description/subjects/people/places/dense_summary and text-type flags. Can run from TRIAGED (using ssai image_view via imgProxy, skipping S3 upload) or from UPLOADED. Re-runnable from enriched for debugging.
extract The optional second image call. Runs only when enrich_from_thumbnail sets pixelsDone=false. Dispatches by extraction goal/signals: filled forms → ExtractMetadata; handwriting → TranscribeHandwriting; dense print/layout → OcrMistral. Re-runnable.
close Bookkeeping only. Requires pixelsDone=true. The item workflow performs text-only catalog analysis across all images. Apply
Subject: image:01KQJA65QCDA28BZ3GABRGCVHW 31 claims
enrich_from_thumbnail@1.0 22
Predicate Value Conf. Basis
ai:denseSummary
Back of a divided U.S. postcard postmarked Cleveland, Ohio, June 1948, with a 1-cent green George Washington stamp, printed text promoting Western Reserve University in Cleveland, and a handwritten message addressed to Mrs. Paul Miller, Point Pleasant, New York.
1%
ai:handwrittenText yes 1%
ai:hasText yes 1%
ai:highResGoal
read_handwriting
1%
Loss of searchable correspondence content, sender and recipient identification, precise postmark/date evidence, and publisher/location information.
ai:highResTarget
left-side handwritten message
1%
High-resolution target from thumbnail enrich
ai:highResTarget
center-right handwritten recipient name and address
1%
High-resolution target from thumbnail enrich
ai:highResTarget
small printed caption at upper left
1%
High-resolution target from thumbnail enrich
ai:highResTarget
publisher or printer line along the center divider
1%
High-resolution target from thumbnail enrich
ai:highResTarget
postmark details and any cancellation text on the stamp
1%
High-resolution target from thumbnail enrich
ai:isFilledForm
ai:isForm
ai:pixelsDone
Thumbnail shows substantial handwritten message and address plus small printed postcard text that cannot be read reliably at this resolution.
ai:speculation
The postcard front likely depicts a Western Reserve University building or campus-related view in Cleveland.
1%
Upper-left printed caption on the back gives a historical note about Western Reserve University, a common format for view postcards tied to the image on the front.
ai:speculation
This is a personal travel or visit message sent from Cleveland in mid-1948.
1%
It is a mailed postcard with a casual handwritten message and Cleveland postmark dated June 1948.
ai:typedText yes 1%
dcterms:spatial Cleveland, Ohio 1%
Circular cancellation stamp clearly reads CLEVELAND OHIO; printed caption also mentions Western Reserve was founded in Cleveland.
dcterms:spatial Point Pleasant, New York 1%
Handwritten address appears to read 'Point Pleasant, New York,' though the locality should be verified at higher resolution.
dcterms:spatial Western Reserve University 1%
Printed text at upper left references Western Reserve University and its founding in 1826; exact relation is likely the postcard's front subject or publisher caption.
dcterms:type
postcard
1%
foaf:Person
Mrs. Paul Miller
1%
Handwritten address reads 'Mrs. Paul Miller' in the address area.
foaf:Person
Ann Heinsheimer
1%
The signature at lower left appears to read 'Ann Heinsheimer,' but handwriting is difficult to confirm at thumbnail resolution.
foaf:Person
George Washington
1%
The 1-cent green U.S. stamp appears to be a Washington definitive issue.
ai-tools@1.0 9
Predicate Value Conf. Basis
ai:documentLikely yes 1%
ai-tools heuristic on scan.storage:marac/003/0048.jpg
ai:hasText yes 1%
Tesseract via ai-tools (41 words, mean conf 52.2)
ai:peopleLikely yes 1%
ai-tools heuristic on scan.storage:marac/003/0048.jpg
ai:photoLikely yes 1%
ai-tools heuristic on scan.storage:marac/003/0048.jpg
ai:photoWithTextLikely
ai-tools heuristic on scan.storage:marac/003/0048.jpg
dcterms:type
people_photo
5%
found 3 face(s)
dcterms:type
document
4%
document outline covers 84% of frame; OCR suggests readable text
dcterms:type
photo
2%
face detection usually implies a photograph
dcterms:type
text_page
2%
OCR detected multi-word text