-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathalbum_Israel photography annual.json
More file actions
1927 lines (1927 loc) · 283 KB
/
album_Israel photography annual.json
File metadata and controls
1927 lines (1927 loc) · 283 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"album": {
"id": "AL046",
"title_en": "Israel photography annual",
"title_he": "שנתון ישראל לאמנות הצילום",
"author": null,
"publisher": "Agam Publisher LTD",
"year": 1963,
"place": "Hulata",
"languages": "He"
},
"export_date": "2026-03-22T17:11:07",
"total_images": 147,
"images": [
{
"image_id": "e3e67e3a-5acd-4252-ae71-650def8d1a54",
"image_num": 1,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-4/thesis_images/20260223_004922_8b0e6047_tmp7qu25l7l.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080709Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=87860d73e694f4fd0cb39cd48e44b1da31c28119293a10a6ebe052fbb3bf2f51",
"width": 4517,
"height": 5865,
"caption": "Caption: Three men on a boat with fish and nets by the water. | Description: The image shows three men on a small wooden boat docked by the water. The boat is filled with a variety of fish scattered across its surface. One man, wearing a cap and jacket, is bending over, possibly handling the fish. Another man, in a green jacket, stands near the center of the boat, while the third man, in a light-colored outfit, stands on the dock, observing. Fishing nets and a striped bag are visible on the dock beside the boat. The water is calm, with sunlight reflecting off its surface, suggesting it might be daytime. The scene is peaceful, with muted colors and a focus on the fishing activity. | Scene: UNKNOWN (outdoor) | Objects: boat, fish, net | Vibe: calm, work-focused, natural | People: 2-4 | Actions: people handling fish",
"short_caption": "Three men on a boat with fish and nets by the water.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "4e5e083e-e37d-4ec9-87e1-fcdb260f1af5",
"image_num": 2,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_163357_cd742291_Israel_3_001.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080604Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6c7305457b0a80f1e303e0cff66693966e54b93bcf084348113ccea7dbbb4c72",
"width": 5312,
"height": 6780,
"caption": "Caption: A woman in a blue outfit stands on a wooden surface, with text reading \"ISRAEL PHOTOGRAPHY annual\" on the cover of a book. | Description: The image shows the cover of a book titled \"ISRAEL PHOTOGRAPHY annual\". A woman with long brown hair stands on the left side, wearing a blue short-sleeved collared shirt and matching blue shorts. She is barefoot, standing on a weathered wooden surface, with her right hand on her hip and her left arm bent. She is smiling and looking towards the viewer. The background is a light blue, textured surface with some yellowish stains and a small, round, metallic object visible. The title text is in black, with \"ISRAEL PHOTOGRAPHY\" in a sans-serif font and \"annual\" in a larger, stylized font with a dot pattern. The book cover is visibly worn, with torn edges and creases, particularly at the top. Green grass is visible in the bottom right corner. | Scene: UNKNOWN (outdoor) | Objects: woman, book, shorts, shirt, text, grass, platform | Vibe: casual, vintage, outdoorsy | People: 1 | Actions: woman standing | Text: ISRAEL PHOTOGRAPHY annual 1",
"short_caption": "A woman in a blue outfit stands on a wooden surface, with text reading \"ISRAEL PHOTOGRAPHY annual\" on the cover of a book.",
"ocr_text": "1 annual ISRAEL PHOTOGRAPHY",
"ocr_translation": "1 annual ISRAEL PHOTOGRAPHY"
},
{
"image_id": "3644b0c6-2415-4414-837a-e5324a1c8ae2",
"image_num": 3,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_163501_a35b75d5_Israel_3_008.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080552Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=685d8a1d8ab493e1b01f572087fddabade0e423d5a664f10c023375597e652ae",
"width": 4956,
"height": 6423,
"caption": "Caption: A man rides a rearing horse, holding a stick. | Description: A black and white photograph captures a man riding a horse that is rearing up on its hind legs. The man, wearing a short-sleeved shirt and trousers, is seated in the saddle, leaning back with his mouth open as if shouting. He holds a long, thin stick or whip in his right hand, which is extended forward. The horse, with a light-colored face and darker body, has its head thrown back and its front legs lifted high. The image is taken from a low angle, emphasizing the height of the rearing horse. The background is a plain, light sky. On the left edge of the photograph, text is printed vertically in Hebrew and English, reading \"ISAAC PERCAL\" and \"יוסף פרגל\". | Scene: UNKNOWN (outdoor) | Objects: man, horse, stick, saddle, reins | Vibe: dramatic, intense, dynamic | People: 1 | Actions: man riding horse, man holding stick, horse rearing | Text: ISAAC PERCAL יצחק פרקל Yitzhak Perkal 1",
"short_caption": "A man rides a rearing horse, holding a stick.",
"ocr_text": "1 ISAAC PERCAL יצחק פרקל",
"ocr_translation": "1 ISAAC PERCAL Yitzhak Perkal"
},
{
"image_id": "6e0e9019-61a9-4a0d-88c3-ef9489eb7168",
"image_num": 4,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_163635_efe9fc6d_Israel_3_009.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080620Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c3cb468933826afe60dbe2860b8335b5b00ac942508d3938abe6cabde5d9e7a4",
"width": 4904,
"height": 6452,
"caption": "Caption: Close-up portrait of a person's face in black and white. | Description: A black and white close-up portrait of a person's face, shown from the side. The person has short, light-colored hair with darker roots visible. Their eyes are open and looking forward, with dark, well-defined eyebrows. The nose and mouth are visible, with the mouth slightly open, revealing the upper teeth. The skin appears smooth, and the lighting is even, creating soft shadows that define the facial features. The background is plain and light-colored, keeping the focus on the face. The image is a detailed, high-contrast photograph with a grainy texture. | Scene: UNKNOWN (UNKNOWN) | Objects: face | Vibe: calm, serious, intense | People: 1",
"short_caption": "Close-up portrait of a person's face in black and white.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "49aac517-ff7d-4870-b156-9a4f4efc97ee",
"image_num": 5,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_163704_4eb7ef40_Israel_3_010.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080601Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=dc63a6e05e66803c40a53e67c0dca944a936db861fb0bfe0431ecb06cb90ee9a",
"width": 4921,
"height": 6413,
"caption": "Caption: A black and white photograph of three white metal chairs in a garden. | Description: This is a black and white photograph showing three white metal chairs with ornate, scrolled designs, arranged in a row on a dark surface. The chairs are positioned in front of a dark, out-of-focus background of trees and foliage, suggesting an outdoor garden setting. The lighting creates a high-contrast effect, making the white chairs stand out sharply against the dark background. The image is presented as a page from a publication, with text in English and Hebrew at the top. The text includes the names 'EPHRAIM KIDRON' and 'NATHAN SUFRIN', along with page numbers '2' and '3'. The photograph has a grainy texture, typical of older prints. | Scene: forest (outdoor) | Objects: chair, tree | Vibe: still, quiet, mysterious | People: 0 | Actions: chair standing | Text: 2 EPHRAIM KIDRON אפרים קדרון Ephraim Kidron 3 NATHAN SUFRIN נתן סופרין Nathan Sufrin",
"short_caption": "A black and white photograph of three white metal chairs in a garden.",
"ocr_text": "2 EPHRAIM KIDRON 3 NATHAN SUFRIN אפרים קדרון נתן סופרין",
"ocr_translation": "2 EPHRAIM KIDRON 3 NATHAN SUFRIN Ephraim Kidron Nathan Sufrin"
},
{
"image_id": "bb1b07d8-4106-47aa-b187-b4990f987343",
"image_num": 6,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_163734_df0f53cb_Israel_3_011.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080652Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=66f50c4485119a6ba18e2a0c128473002518e391b81969605d9228a4f88f40c7",
"width": 5031,
"height": 6413,
"caption": "Caption: A black and white photograph of a group of soldiers marching, with their shadows cast below them. | Description: This is a black and white photograph taken from a high angle, showing a group of soldiers marching in formation. The soldiers, wearing uniforms and caps, are arranged in rows, moving from left to right across the frame. Each soldier carries a backpack and a rifle. The scene is brightly lit by direct sunlight, creating long, dark, and distinct shadows of the soldiers on the light-colored ground beneath them. The shadows are cast forward, indicating the sun is behind the subjects. The composition is symmetrical, with the soldiers and their shadows forming parallel lines. The image has a grainy texture typical of older photographs. Text in Hebrew and English is visible in the top corners of the frame. | Scene: street (outdoor) | Objects: person, backpack, hat, shadow, stick | Vibe: military, orderly, solemn | People: 5+ | Actions: person walking, person carrying backpack, person holding stick | Text: 7 MICHAEL HIRSCH הירש מיכאל Hirsch Michael 6 EFREM ILANI אפרים אילני 6 EFREM ILANI Efrim Ilani",
"short_caption": "A black and white photograph of a group of soldiers marching, with their shadows cast below them.",
"ocr_text": "6 EFREM ILANI אפרים אילני 7 MICHAEL HIRSCH הירש מיכאל",
"ocr_translation": "6 EFREM ILANI Efrim Ilani 7 MICHAEL HIRSCH Hirsch Michael"
},
{
"image_id": "1a71fb6e-ab24-4ddc-b88d-bbff3e2cb5d5",
"image_num": 7,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_163803_fd3ad1e0_Israel_3_012.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080532Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=54758550ae14c2bf01b0c7c04e928ccc0b16aade23a6874712261f78ee0ee7ad",
"width": 4951,
"height": 6515,
"caption": "Caption: Close-up of an elderly person's face and hands, wearing a patterned head covering. | Description: This is a black and white close-up photograph focusing on the face and hands of an elderly person. The person is wearing a light-colored, textured head covering with a dark, patterned band around the forehead. Their face is deeply wrinkled, with prominent lines on the forehead, around the eyes, and on the cheeks. The eyes are dark and appear to be looking slightly upward. The person's hands are clasped together in front of their face, resting near the chin. The hands are also heavily wrinkled and show visible veins and texture. The lighting is soft and appears to come from the front, creating subtle shadows that emphasize the deep creases in the skin. The composition is a tight portrait, filling the frame with the subject's face and hands, with a plain, out-of-focus background. | Scene: UNKNOWN (UNKNOWN) | Objects: headscarf, hands | Vibe: calm, contemplative, old | People: 1 | Actions: person holding hands | Text: 1948 1948",
"short_caption": "Close-up of an elderly person's face and hands, wearing a patterned head covering.",
"ocr_text": "1948",
"ocr_translation": "1948"
},
{
"image_id": "78a64f04-256d-4942-b0fa-507931351718",
"image_num": 8,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_163829_34ab8c5c_Israel_3_013.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080624Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=dd8716cafd5b83579fdb87d54f05f3c4a2873cf75df8a78735088f766ea0a727",
"width": 4951,
"height": 6515,
"caption": "Caption: A split-page layout with two black and white photographs: a child reaching for a window and a man in traditional clothing raising his arm. | Description: The image is a two-page spread from a publication, featuring two distinct black and white photographs. On the left page, a young child with short hair, wearing a light-colored shirt and dark pants, stands on a paved surface, reaching upwards with both arms towards a large, rectangular window set in a light-colored wall. On the right page, a man in traditional religious attire, including a white head covering and a long dark robe, stands outdoors with his right arm raised high. He appears to be speaking or chanting, with his mouth open and his left hand near his face. In the background, other men in similar attire are visible, and small flags are mounted on a structure behind him. The lighting in both photos is bright, suggesting daylight. The page numbers '8' and '9' are visible at the bottom of each respective page, along with photographer credits in Hebrew. | Scene: street (outdoor) | Objects: child, man, board, flag, coat, hat, shoes | Vibe: historical, solemn, dynamic | People: 5+ | Actions: child holding board, man raising arm, man holding flag, man standing, man sitting | Text: 8 DAVID PERLMUTTER ליד פלדימוס Lid Feldimos 9 HELLA FERNBACH הלה פרגב Hella Fergb",
"short_caption": "A split-page layout with two black and white photographs: a child reaching for a window and a man in traditional clothing raising his arm.",
"ocr_text": "8 DAVID PERLMUTTER 9 HELLA FERNBACH הלה פרגב ליד פלדימוס",
"ocr_translation": "8 DAVID PERLMUTTER 9 HELLA FERNBACH Hella Fergb Lid Feldimos"
},
{
"image_id": "d21f466e-a34d-499a-82b5-7ca249ed106c",
"image_num": 9,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_163901_ad7fb23e_Israel_3_014.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080702Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=83c23c058f8c2bdc91314a09f71014983c1eb51b83cc66d437f8cdf88192d00b",
"width": 4951,
"height": 6515,
"caption": "Caption: Two black and white photographs of a soccer player in action. | Description: The image displays two vertically oriented, black and white photographs side-by-side on a page, likely from a publication. The left photograph, labeled '10 ASSAF KUTIN', shows a soccer player in a dark, long-sleeved jersey and dark shorts, leaping with his arms outstretched to head the ball. He is surrounded by other players, one in a striped jersey, on a grassy field. The right photograph, labeled '11 ASSAF KUTIN', captures a different moment of the same player, now in a vertically striped jersey and dark shorts, jumping high with both arms raised, seemingly to head the ball. The ball is visible in the air to his right. Other players in white jerseys are in the background on a grass field. The lighting in both photos appears to be natural daylight, and the images are grainy, characteristic of older photography. The page has a white border, and text in Hebrew is visible along the right edge of the right photograph. | Scene: stadium (outdoor) | Objects: player, ball, uniform, text, grass | Vibe: dynamic, competitive, energetic | People: 5+ | Actions: player jumping, player running, player kicking ball, player holding ball, player standing | Text: 10 ASSAF KUTIN KOK PIM 'I 11 ASSAF KUTIN קוק קיפ'י KOK KIP'Y",
"short_caption": "Two black and white photographs of a soccer player in action.",
"ocr_text": "10 ASSAF KUTIN 11 ASSAF KUTIN KOK PIM 'I קוק קיפ'י",
"ocr_translation": "10 ASSAF KUTIN 11 ASSAF KUTIN KOK KIP'Y KOK PIM 'I"
},
{
"image_id": "0b647b4c-fd20-4fb0-af9d-c815d0912afd",
"image_num": 10,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_163939_585992bd_Israel_3_015.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080525Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8f5756d6f2f6f6d38a79a342c2ef367a7563e40dc2fcb6b34107473ce7c23e35",
"width": 4952,
"height": 6516,
"caption": "Caption: A black and white photograph of young men sitting on a wall above a collage of movie posters. | Description: This is a black and white photograph featuring a group of young men sitting on a low wall or ledge. The men are dressed in casual attire typical of a past era, including jackets, shirts, and trousers. One man wears a dark cowboy hat. They are positioned in the upper half of the frame, with their legs dangling over the edge. Below them, the lower half of the image is filled with a dense collage of overlapping movie posters. The posters are in various languages, including Hebrew and French, with visible text such as \"JUVENILES PASSION\" and \"תלבש\". The composition is layered, with the figures above and the posters below, creating a sense of depth. The lighting appears to be natural daylight, casting soft shadows. The overall image has a grainy texture, characteristic of older photographs. | Scene: street (outdoor) | Objects: poster, boy, shoe, hat, jacket, shirt, pants | Vibe: urban, crowded, historical | People: 5+ | Actions: people sitting, people looking | Text: JUVÉNILES PASSION YOUTH PASSIONS תַּבְּלָה Tavla השוה נַוּרִים The Youth 5.3.60 5.3.60 5.3.60 תַּבְּרָה Tavra תַּבְּרָה Tavra תַּבְּרָה Tavra KOLLEL, תַּבְּרָה KOLLEL, Tavra KOLLEL, תַּבְּרָה KOLLEL, Tavra KOLLEL, תַּבְּרָה KOLLEL, Tavra 5.3.60 הַרְבָּה Harba 12 SHLOMO BEN-DAVID שְׁמַע בְּדֹר Shema Bedor הַשְׁוָה נַוּרִים The Youth תַּבְּלָה Tavla 5.3.60 5.3.60 5.3.60 תַּבְּרָה Tavra תַּבְּרָה Tavra תַּבְּרָה Tavra KOLLEL, תַּבְּרָה KOLLEL, Tavra KOLLEL, תַּבְּרָה KOLLEL, Tavra KOLLEL, תַּבְּרָה KOLLEL, Tavra 5.3.60 הַרְבָּה Harba 12 SHLOMO BEN-DAVID שְׁמַע בְּדֹר Shema Bedor",
"short_caption": "A black and white photograph of young men sitting on a wall above a collage of movie posters.",
"ocr_text": "12 5.3.60 JUVÉNILES PASSION KOLLEL, תַּבְּרָה SHLOMO BEN-DAVID הַרְבָּה השוה נַוּרִים שְׁמַע בְּדֹר תַּבְּלָה תַּבְּרָה",
"ocr_translation": "12 5.3.60 Harba KOLLEL, Tavra Shema Bedor SHLOMO BEN-DAVID Tavla Tavra The Youth YOUTH PASSIONS"
},
{
"image_id": "e3f338b4-d3d4-4655-95ef-e5e746e5713c",
"image_num": 11,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164147_e5d2ca08_Israel_3_016.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080709Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7dd0608bb70aa92faf05d984cc23d1b33af3001ba8a98e4bcd1e387bd3be8cba",
"width": 4959,
"height": 6516,
"caption": "Caption: A man sits on a sidewalk in front of large posters, one of which features a stylized face and names including \"PASCALE PETIT\" and \"JACQUES CHARRIER\". | Description: This is a black and white photograph taken outdoors on a paved sidewalk. A man is sitting on the ground, hunched over with his knees drawn up, wearing a dark hat and coat. He is positioned in the foreground, to the left of the center. Behind him and to the right are large, vertically hung posters. One prominent poster features a stylized, large face with closed eyes, and below it, text lists names: \"PASCALE PETIT\", \"JACQUES CHARRIER\", and \"ANDREA PARISY\". Another poster to the right shows large, bold letters, including \"LES\" and \"TR\", with a bottle and other objects visible in the background of the poster's image. The scene is lit by diffuse daylight, creating soft shadows. The overall composition places the man in contrast to the large, static advertisements. In the top left corner of the image, text reads \"13 JOSEF DRENGER\" and Hebrew text \"יוסף דרנגר\". | Scene: street (outdoor) | Objects: poster, man, blanket, bottle, text | Vibe: somber, gritty, urban | People: 1 | Actions: person sitting on ground | Text: 13 JOSEF DRENGER PASCALE PETIT JACQUES CHARRIER ANDREA PARISY LES TR",
"short_caption": "A man sits on a sidewalk in front of large posters, one of which features a stylized face and names including \"PASCALE PETIT\" and \"JACQUES CHARRIER\".",
"ocr_text": "13 JOSEF DRENGER ANDREA PARISY JACQUES CHARRIER LES PASCALE PETIT TR",
"ocr_translation": "13 JOSEF DRENGER ANDREA PARISY JACQUES CHARRIER LES PASCALE PETIT TR"
},
{
"image_id": "05c4365d-04ac-4467-8621-783048c075dd",
"image_num": 12,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_001214_e1fc5a81_Israel_017.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T011432Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=0267a99f0f7aec9a43428cee6b22882ebe77c666010b499e277db9bbfda069d9",
"width": 4526,
"height": 6111,
"caption": "Caption: A collage of two black and white photographs from Tel Aviv, showing civilians during an air raid and a woman driving a military jeep. | Description: The image is a two-panel black and white photograph collage. The top panel, labeled 'Air raid in Tel Aviv (Capa)', shows a street scene with several people walking. A man in a white shirt and dark pants walks toward the viewer, while a woman in a light top and dark skirt walks away. Another man in a white shirt and shorts points toward a building with a sign in Hebrew. The scene is outdoors on a paved street lined with trees, under bright sunlight that casts distinct shadows. The bottom panel, labeled 'Haganah \"senorina\" famous for driving her jeep into hottest areas (Capa)', shows a woman with dark, curly hair driving a military jeep. A man in a short-sleeved shirt stands beside the open driver's side, looking in. The jeep has a Star of David and Hebrew text on its side. The background shows a wooden structure and a net. The overall image is on aged paper with the number 15 printed at the bottom right. | Scene: street (outdoor) | Objects: jeep, car, tree, building, fence, sign, steering wheel, watch, glove, net | Vibe: historical, serious, documentary | People: 5+ | Actions: people running, man standing, woman standing, man sitting, man holding, man driving | Text: Air raid in Tel Aviv (Capa) הנגב Negev סִינְיָרִיָּה Sinyaria Haganah “senorina” famous for driving her jeep into hottest areas (Capa) 15",
"short_caption": "A collage of two black and white photographs from Tel Aviv, showing civilians during an air raid and a woman driving a military jeep.",
"ocr_text": "15 Air raid in Tel Aviv (Capa) Haganah “senorina” famous for driving her jeep into hottest areas (Capa) הנגב סִינְיָרִיָּה",
"ocr_translation": "15 Air raid in Tel Aviv (Capa) Haganah “senorina” famous for driving her jeep into hottest areas (Capa) Negev Sinyaria"
},
{
"image_id": "c1ee3d1a-d772-495f-9d81-e63d63db4b8a",
"image_num": 13,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164258_dce30932_Israel_3_017.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080655Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8cd62ec19ccdd94137cce4b89cd48ef006976c1f4319faee57f98d84d5c2528e",
"width": 4960,
"height": 6515,
"caption": "Caption: Two figures in traditional robes walk across a rocky desert landscape under a cloudy sky. | Description: This is a black and white photograph depicting two figures walking across a barren, rocky landscape. The figures are dressed in traditional robes; one wears a dark, flowing cloak over lighter-colored garments, while the other wears a lighter-colored robe with a dark cloak draped over their shoulders. Both have head coverings. They are walking from left to right across the frame, moving away from the viewer. The ground is uneven and covered with small stones and pebbles. The sky above is filled with dense, textured clouds, creating a dramatic and overcast atmosphere. The lighting is diffuse, with no strong shadows, suggesting an overcast day. The composition places the figures in the middle ground, with the vast, empty landscape stretching out before them. At the bottom right of the image, text reads \"14 JOSEF DRENGER\" and Hebrew text \"יוסף דרנגר\". | Scene: desert (outdoor) | Objects: person, robes, sky, ground | Vibe: somber, desolate, dramatic | People: 2 | Actions: person walking, person walking | Text: 14 JOSEF DRENGER דְּרֶנְגֶר יֹסֵף Drenger Josef",
"short_caption": "Two figures in traditional robes walk across a rocky desert landscape under a cloudy sky.",
"ocr_text": "14 JOSEF DRENGER דְּרֶנְגֶר יֹסֵף",
"ocr_translation": "14 JOSEF DRENGER Drenger Josef"
},
{
"image_id": "c0dde04e-fe3b-47c1-91fe-98ad78e5121e",
"image_num": 14,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164327_28186e59_Israel_3_018.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080654Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6b7f5916f6a3cf4e095906f7fa8a2e8080bc44a1af74aec941dd448187c9d59d",
"width": 4959,
"height": 6460,
"caption": "Caption: Two silhouetted figures walk through a modern, geometrically patterned tunnel. | Description: A black and white photograph captures two figures from behind, walking away from the viewer down a wide, sloping passageway. The figures are dark silhouettes, appearing to wear long coats; the figure on the left carries a bag. The tunnel is defined by strong geometric patterns: the walls are covered in a repeating grid of horizontal lines, and the ceiling features a darker, crisscrossing grid pattern with three circular lights. The floor is a lighter, smooth surface, reflecting the overhead lights and casting elongated shadows of the figures. The composition is symmetrical, with the figures centered and the lines of the tunnel converging towards the background. The upper portion of the image is a plain, light gray area, and text is visible in the top right corner. | Scene: stadium (indoor) | Objects: person, stairs, ceiling, light, bag | Vibe: monochrome, silhouetted, architectural | People: 2 | Actions: person walking, person walking | Text: 15 DOV BARNEA ברנאי 15 DOV BARNEA",
"short_caption": "Two silhouetted figures walk through a modern, geometrically patterned tunnel.",
"ocr_text": "15 DOV BARNEA ברנאי",
"ocr_translation": "15 DOV BARNEA"
},
{
"image_id": "8f9f6db3-f1ca-416d-b52c-2758b8848786",
"image_num": 15,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164401_df87151c_Israel_3_019.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080634Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5b562497190dede949c615c52adb39644211ec0162759ad9bb1f007d1a810647",
"width": 4959,
"height": 6460,
"caption": "Caption: A black and white photograph of a damselfly resting on water, with its reflection visible below. | Description: This is a black and white photograph depicting a damselfly resting on the surface of still water. The damselfly is positioned diagonally across the frame, with its long, slender body and delicate, veined wings clearly visible. Its legs are splayed out, gripping the water's surface. The insect's reflection is mirrored in the water below, creating a symmetrical image. The background is a soft, out-of-focus gradient of light and dark gray, suggesting a natural outdoor setting. The lighting appears diffuse, creating soft contrasts and highlighting the fine details of the damselfly's anatomy and the texture of the water's surface. The overall composition is centered on the damselfly and its reflection, emphasizing stillness and symmetry. | Scene: UNKNOWN (outdoor) | Objects: dragonfly, water, reflection | Vibe: still, calm, natural | People: 0 | Actions: dragonfly is on water, dragonfly is reflected in water",
"short_caption": "A black and white photograph of a damselfly resting on water, with its reflection visible below.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "9af71d93-7026-4a47-b728-bbd3a25943f5",
"image_num": 16,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164438_fee047f7_Israel_3_020.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080638Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=05b9574f693f927c770da8c77b15c78216228af0db6f0c59bb4fbbf0576fd02a",
"width": 4959,
"height": 6460,
"caption": "Caption: A black and white photograph of plant leaves covered in water droplets. | Description: This is a black and white photograph showing a dense cluster of plant leaves, likely from a lupine or similar species, viewed from above. The leaves are palmate, with multiple elongated leaflets radiating from a central point, creating a star-like pattern. Numerous small, spherical water droplets are visible on the surfaces of the leaves, catching the light and appearing as bright white spots. The image is composed of overlapping leaves, creating a layered, textured pattern against a dark, shadowed background. The lighting is high-contrast, making the leaves and droplets stand out sharply. The photograph is presented as a page from a publication, with text printed vertically along the left edge and horizontally at the bottom right, including the name 'PETER MEROM' and other text in Hebrew and English. | Scene: forest (outdoor) | Objects: plant, leaf, water droplet, text | Vibe: monochrome, textured, natural",
"short_caption": "A black and white photograph of plant leaves covered in water droplets.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "d40acc03-fff1-4015-92fb-c78838536550",
"image_num": 17,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164512_2709a0e2_Israel_3_021.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080702Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=319716e2907e6e39732f137de09213612d0d8fd3b5360b2d2d82a678414db26d",
"width": 5015,
"height": 6562,
"caption": "Caption: A black and white photograph of a woman with blonde hair, looking at her reflection in a mirror. | Description: This is a black and white photograph, likely from a magazine spread, showing a woman in a close-up view. She has short, styled blonde hair with bangs and is looking directly at the camera with a neutral expression. Her right hand is raised, with her index finger touching her cheek near her mouth. She is wearing a light-colored, possibly sheer, top with a ruffled neckline. To her right, her reflection is visible in a mirror, showing the back of her head and her long, wavy blonde hair. The image has a grainy texture typical of film photography. Text along the right edge includes '19 DOV SEGAL' at the top and '18 JULIAN FUERST' at the bottom, with '14.11 | 5.00' in the middle, suggesting page numbers and credits. The lighting is soft and appears to be from the front, creating subtle shadows on her face and hair. | Scene: UNKNOWN (indoor) | Objects: person, mirror, hair, clothing | Vibe: contemplative, intimate, still | People: 2 | Actions: person holding mirror, person looking in mirror | Text: 19 DOV SEGAL 18 JULIAN FUERST 14.11 | 6.100",
"short_caption": "A black and white photograph of a woman with blonde hair, looking at her reflection in a mirror.",
"ocr_text": "14.11 | 6.100 18 JULIAN FUERST 19 DOV SEGAL",
"ocr_translation": "14.11 | 6.100 18 JULIAN FUERST 19 DOV SEGAL"
},
{
"image_id": "88b74e1b-a2b7-447e-92f8-337f59ba85ac",
"image_num": 18,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164548_867d5c4a_Israel_3_022.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080631Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9704755ae1d748cae350743e18a6c28e0569fa1d21510e28ab251ced659c6505",
"width": 4975,
"height": 6539,
"caption": "Caption: A black and white close-up portrait of a young boy wearing glasses. | Description: This is a black and white, close-up portrait of a young boy, likely a child or pre-teen, looking directly at the camera. He has short, dark hair with a straight, full fringe that covers his forehead. He wears thick-rimmed, round eyeglasses with dark frames. His facial expression is neutral, with his mouth closed and lips slightly parted. The boy is wearing a collared shirt with a geometric or checkered pattern, visible on his shoulders and chest. The image is a tight crop, focusing on his head and upper torso. The lighting appears to be direct, creating some contrast on his face. The background is dark and indistinct, with a vertical dark line on the right side of the frame, possibly a door frame or wall edge. The photograph has a grainy texture, characteristic of older film photography. | Scene: home (indoor) | Objects: glasses, shirt, chair | Vibe: serious, still, quiet | People: 1 | Actions: person wearing glasses, person wearing shirt",
"short_caption": "A black and white close-up portrait of a young boy wearing glasses.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "4613eac1-4c54-4f37-9182-ffbb04aff33f",
"image_num": 19,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164706_4c31286e_Israel_3_023.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080559Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c6aa43c7fd92d64fa522512a10cdefe6838f0270485043a42f3f7e01fdca2f68",
"width": 4904,
"height": 6539,
"caption": "Caption: A black and white photograph of a young boy in a collared shirt sitting at a desk, with other children in the background. | Description: This is a black and white photograph, likely from a book or magazine, as indicated by the text '20 MICHA BAR-AM' and 'דיבר בד-סוד' printed vertically along the left edge. The central subject is a young boy with short, dark hair, wearing a collared shirt. He is seated at a desk, leaning forward with his head tilted down and to his right, his gaze directed downwards. His hands are clasped together in front of his chest. The lighting is high-contrast, creating deep shadows on his face and shirt. In the background, other children are visible but out of focus, suggesting a classroom setting. One child behind the main subject has their arms raised. The overall composition is a medium shot, focusing on the boy's contemplative posture. | Scene: UNKNOWN (indoor) | Objects: child, desk, chair, text | Vibe: serious, contemplative, somber | People: 5+ | Actions: child sitting at desk, child holding chin, child looking down, child looking forward | Text: 20 MICHA BAR-AM דיבר בדום Spoke on Sunday",
"short_caption": "A black and white photograph of a young boy in a collared shirt sitting at a desk, with other children in the background.",
"ocr_text": "20 MICHA BAR-AM דיבר בדום",
"ocr_translation": "20 MICHA BAR-AM Spoke on Sunday"
},
{
"image_id": "38507591-b6b2-466e-aed8-1da901e5d7f7",
"image_num": 20,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164750_ce534d6d_Israel_3_024.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080553Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=02ef5025123a35026e8e44f9015c014b7b02a8290d094bf4f220dbecd731f618",
"width": 4903,
"height": 6484,
"caption": "Caption: A young person in a hat and cloak walks through a field with a herd of cattle. | Description: This is a black and white photograph depicting a young person standing in a grassy field. The individual is wearing a light-colored, bucket-style hat and a draped, dark, tattered cloak or garment. They are holding a long, thin stick or staff. Behind the person, a herd of cattle, many with black and white markings, is visible, some in motion. The setting is an open field with tall grass in the foreground and a line of trees or bushes in the background under a bright, overcast sky. The image has a grainy texture, characteristic of older photography, and the focus is on the central figure, with the background slightly blurred. | Scene: field (outdoor) | Objects: child, cows, stick, hat, cloth, grass | Vibe: rural, documentary, somber | People: 1 | Actions: child standing, child holding stick, cows walking",
"short_caption": "A young person in a hat and cloak walks through a field with a herd of cattle.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "5665af9d-c4a0-417f-b88a-349ea2dde1f1",
"image_num": 21,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164831_e9ad6c5d_Israel_3_025.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080609Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8d8ee8f828b96acd35fe5eb71e0a67ce2997736e47e5a000554ae67e363b70e2",
"width": 4785,
"height": 6483,
"caption": "Caption: Two women and a child at a public water fountain in a street scene. | Description: This black and white photograph captures a street scene where two women and a child are gathered around a public water fountain. On the left, a woman wearing a dark head covering and a light-colored, long-sleeved dress with a patterned skirt is bent over, filling a container from the fountain. To her right, a younger woman or girl in a dark head covering and a patterned dress holds a small child, also reaching towards the fountain. The fountain is a stone structure with a metal spout, and a decorative wrought-iron gate is visible behind the woman on the left. In the background, a man in a dark hat and light clothing stands further down the street. The image has a grainy texture, typical of older photographs, and text at the top right reads \"23 BETTINA OPPENHEIMER\" and in Hebrew, while text at the bottom left reads \"ALFRED ROSENBERG\" and in Hebrew. | Scene: street (outdoor) | Objects: woman, child, man, fountain, book, headscarf, dress, cap, iron gate, cup, text | Vibe: historical, everyday, documentary | People: 3 | Actions: woman filling container, child holding container, woman holding book | Text: 23 BETTINA OPPENHEIMER בטיינה אופנהיימר Bettina Oppenheimer ALFRED ROSENBERG אלפרד רוזנברג Alfred Rosenberg",
"short_caption": "Two women and a child at a public water fountain in a street scene.",
"ocr_text": "23 BETTINA OPPENHEIMER ALFRED ROSENBERG אלפרד רוזנברג בטיינה אופנהיימר",
"ocr_translation": "23 BETTINA OPPENHEIMER ALFRED ROSENBERG Bettina Oppenheimer"
},
{
"image_id": "1d5a691a-dcba-46fe-af95-c2a0de5bcdab",
"image_num": 22,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164905_f2a5e6e0_Israel_3_026.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080535Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=32f5d96ad42d3e0feaa319c30a702662eb1056bb697d879b8058112d2272e32c",
"width": 4999,
"height": 6531,
"caption": "Caption: A black and white photograph of a sculptural arrangement of abstract, organic forms. | Description: This is a black and white photograph of a sculptural arrangement against a dark, featureless background. The composition is dominated by several large, abstract forms that appear to be made of stone or a similar material. In the foreground, a rounded, bulbous shape with a spiral pattern rests on a textured base. Behind it, a larger, more complex structure rises, featuring a prominent, curved, horn-like element and a smooth, rounded form that resembles a head or a shell. The forms are arranged in a layered, overlapping manner, creating a sense of depth. The lighting is dramatic, with strong highlights on the upper surfaces of the sculptures and deep shadows in the crevices and behind the forms, emphasizing their three-dimensional texture and contours. The overall impression is one of organic, flowing shapes, possibly inspired by natural forms like shells or fossils. | Scene: monument (outdoor) | Objects: sculpture, stone | Vibe: somber, mysterious, static | People: 1 | Actions: person sitting",
"short_caption": "A black and white photograph of a sculptural arrangement of abstract, organic forms.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "d880e798-8066-4837-bde7-ba6a687a9183",
"image_num": 23,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_164935_ed5e952a_Israel_3_027.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080704Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=71b6ecd9d7ac4810e3dacc4d23071273433ae0d50e8de093e7e6f956c97148a6",
"width": 4864,
"height": 6531,
"caption": "Caption: A black and white abstract pattern of irregular, cell-like shapes. | Description: The image displays a dense, abstract pattern composed of irregular, organic shapes that resemble cells or cracked earth. The shapes are filled with a solid black color and are separated by thin, white lines that form a network across the entire frame. The pattern is tightly packed, with no gaps between the black forms. On the right edge of the image, there is a vertical strip of off-white paper with text printed in black, running from top to bottom. The text includes the number '24' and the name 'MEIR FREUNDLICH' in a sans-serif font, along with some Hebrew characters above the name. The overall composition is static and fills the frame, with no indication of light source, time of day, or environmental context. The pattern appears to be a printed or drawn design, possibly from a book or publication. | Scene: UNKNOWN (UNKNOWN) | Objects: pattern, text | Vibe: abstract, geometric, monochromatic | Text: 24 MEIR FREUNDLICH דניל גליגי DANIEL GILIGI",
"short_caption": "A black and white abstract pattern of irregular, cell-like shapes.",
"ocr_text": "24 MEIR FREUNDLICH דניל גליגי",
"ocr_translation": "24 MEIR FREUNDLICH DANIEL GILIGI"
},
{
"image_id": "93a304aa-759f-4b2b-984d-59b8a4af1287",
"image_num": 24,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165003_ccbe9f45_Israel_3_028.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080635Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=48534ec52966966408fe2c9d78e4e70aa1e68bcc626b688a2d90e4688ae885a1",
"width": 5094,
"height": 6531,
"caption": "Caption: A black and white photograph of a tree growing on a rocky cliff face. | Description: This is a black and white photograph showing a large, light-colored rock formation with a rough, textured surface. A dark, silhouetted tree with a gnarled trunk and numerous thin, spindly branches grows out of the rock, its form contrasting sharply with the lighter background. The tree appears to be clinging to the cliff face, with its branches extending upwards and outwards. The image is framed by a dark border on the left and right sides. On the left edge, there is vertical text that reads \"25 MIRIAM SHAMIR\" and above it, in reverse, \"MIRIAM SHAMIR\". The lighting creates a high-contrast effect, emphasizing the textures of the rock and the dark silhouette of the tree. | Scene: mountain (outdoor) | Objects: tree, rock | Vibe: natural, textured, monochrome | People: 0 | Actions: tree growing on rock | Text: 25 MIRIAM SHAMIR דּוֹר שָׁמִיר Dor Shamir",
"short_caption": "A black and white photograph of a tree growing on a rocky cliff face.",
"ocr_text": "25 MIRIAM SHAMIR דּוֹר שָׁמִיר",
"ocr_translation": "25 Dor Shamir MIRIAM SHAMIR"
},
{
"image_id": "69733681-1928-4c69-830b-c705c475f230",
"image_num": 25,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165037_8d983c24_Israel_3_029.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080618Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b16cbb9f127cbc028e1fd1c9e4d4e3b7e901c6da894dfc1acbc2ff155404360c",
"width": 4952,
"height": 6531,
"caption": "Caption: A black and white photograph of bare tree branches against a light sky, with birds in flight, on a page with text. | Description: The image displays a page from a book or magazine, with a large black and white photograph occupying the right side and a blank white space on the left. The photograph is a high-contrast, low-angle shot looking up through the bare, dark branches of several trees against a bright, overexposed sky. The intricate network of branches creates a complex silhouette. Several small, dark birds are visible in flight among the branches. In the lower-left corner of the page, the number '26' is printed, followed by the name 'AMOS LOEWENSTEIN' and Hebrew text that reads 'עמוס לובנשטיין'. The overall composition is stark and graphic, emphasizing the contrast between the dark forms and the light background. | Scene: forest (outdoor) | Objects: tree, bird, nest, text, page | Vibe: dark, silhouetted, bare | People: 0 | Text: 26 AMOS LOEWENSTEIN עמוס לובנשטיין Amos Loewenstein",
"short_caption": "A black and white photograph of bare tree branches against a light sky, with birds in flight, on a page with text.",
"ocr_text": "26 AMOS LOEWENSTEIN עמוס לובנשטיין",
"ocr_translation": "26 AMOS LOEWENSTEIN"
},
{
"image_id": "318d1cc3-1107-4872-b0d6-345fdeb22e28",
"image_num": 26,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165107_978bd719_Israel_3_030.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080549Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=cdff6724cd75064de2d358121566c5e939faae1534cb534ff84725b3210ea9ce",
"width": 5031,
"height": 6531,
"caption": "Caption: A black and white photograph of bare trees with birds in flight and nests. | Description: This is a black and white photograph taken from a low angle, looking up into a grove of tall, leafless trees against a bright, overcast sky. The trees are silhouetted in black, their trunks and intricate networks of bare branches creating a stark, complex pattern. Several large, dark nests are visible nestled in the forks of the branches. Numerous birds, also appearing as dark silhouettes, are captured in flight at various heights throughout the frame. The image has a high-contrast, graphic quality, with the dark forms of the trees and birds sharply defined against the light background. The overall composition is vertical, emphasizing the height of the trees. | Scene: forest (outdoor) | Objects: tree, bird, nest | Vibe: silhouetted, bare, ominous | People: 0 | Actions: bird flying, bird perching",
"short_caption": "A black and white photograph of bare trees with birds in flight and nests.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "ccfd1e7d-d61e-4efa-8627-d1c5f19e5fe6",
"image_num": 27,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165138_bf6ea374_Israel_3_031.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080659Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=3aa9252435288b1215dd594fc069c90beb455ae68664f7f8c5a21341618eb8ed",
"width": 4793,
"height": 6531,
"caption": "Caption: A black and white photograph of a crowded scene with people and bags, featuring Hebrew text on signs. | Description: This is a black and white photograph depicting a crowded and chaotic scene, likely a market or a gathering. The image is filled with numerous people, many of whom are partially obscured by a large number of bags and bundles. The individuals are dressed in heavy clothing, suggesting a cold environment. In the upper left, a large sign with Hebrew text is visible, with the word \"הסניף\" (the branch) clearly legible. Another sign below it also contains Hebrew text, including the word \"למכירה\" (for sale). The composition is dense and layered, with figures and objects overlapping. The lighting appears to be natural daylight, creating a high-contrast image with deep shadows and bright highlights. The overall impression is one of congestion and activity. | Scene: street (outdoor) | Objects: people, bags, signs, building | Vibe: chaotic, crowded, tense | People: 5+ | Actions: people sitting, people standing, people lying, people holding bags",
"short_caption": "A black and white photograph of a crowded scene with people and bags, featuring Hebrew text on signs.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "2e45afde-40b1-436b-9f0f-9edddd696fed",
"image_num": 28,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165348_6391d303_Israel_3_032.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080546Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=26c87525bc463db82ad0be76c9ce74be1291189e4272c5d464a5a87af85fa3cd",
"width": 5054,
"height": 6531,
"caption": "Caption: A black and white photograph of a dense, abstract arrangement of objects. | Description: This is a black and white photograph depicting a dense, layered composition of various objects, creating an abstract and textured scene. The image is filled with overlapping shapes, including what appear to be bowls, plates, and other ceramic or metallic items, arranged in a chaotic, stacked manner. The objects vary in form, with some being round, others angular, and many featuring patterns or textures. The lighting creates strong contrasts, with bright highlights on the surfaces of the objects and deep shadows in the gaps between them. The overall effect is a complex, visually busy arrangement that obscures any clear sense of depth or individual object identity. On the left edge of the image, there is vertical text in Hebrew, including the numbers 27 and 28, suggesting this is a page from a publication. | Scene: UNKNOWN (UNKNOWN) | Objects: artwork, text | Vibe: abstract, chaotic, dense",
"short_caption": "A black and white photograph of a dense, abstract arrangement of objects.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "137b1c23-a84f-4ed8-93bd-4705779fa39d",
"image_num": 29,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165418_3f559972_Israel_3_033.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080529Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e7834886bfe661f3c27d383a6879b00cac92f8c44bc6727d409fb94946442108",
"width": 4888,
"height": 6530,
"caption": "Caption: A black and white photograph of a tall building with a repeating pattern of balconies, viewed from a low angle. | Description: This is a black and white photograph taken from a low angle, looking up the side of a tall, modern building. The building's facade is characterized by a repeating grid of balconies or recessed sections, creating a strong geometric pattern that recedes into the distance. The balconies are dark, contrasting with the lighter-colored structural elements. A vertical dark line, likely a structural beam or a shadow, runs down the right side of the frame. On the right, a person wearing a dark hat and coat is visible on one of the upper balconies, leaning forward and looking down. The sky is a light, uniform gray, suggesting an overcast day. The image has a grainy texture, typical of older photographs. Along the right edge, text is visible, including the name \"SAM FRANK\" and the number \"29\" at the bottom, with \"P179 00\" above it. | Scene: monument (outdoor) | Objects: building, person, ladder | Vibe: monumental, structured, somber | People: 1 | Actions: person standing | Text: 29 SAM FRANK 979 00",
"short_caption": "A black and white photograph of a tall building with a repeating pattern of balconies, viewed from a low angle.",
"ocr_text": "29 979 00 SAM FRANK",
"ocr_translation": "29 979 00 SAM FRANK"
},
{
"image_id": "b09941a1-3800-48c3-8ae6-f3f94513818d",
"image_num": 30,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165459_3b05df21_Israel_3_034.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080646Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=3b4cf873007508f6c6a886121e56f1a1cd19a9e47b0e0d25fe3dfd797c8423e7",
"width": 4960,
"height": 6531,
"caption": "Caption: A black and white photograph of a cat inside a cage. | Description: This is a black and white photograph showing a cat inside a cage. The cat, which appears to be a domestic shorthair with a light-colored body and darker patches, is curled up and facing away from the camera, with its head turned to the right. It is positioned behind vertical bars that are dark against a lighter background. The image is framed by a white border, and on the left side, there is text printed vertically in Hebrew and English, including the name \"CHILIK PLUCER\" and the number \"30\". The lighting creates strong contrast, highlighting the texture of the cat's fur and the stark lines of the cage bars. The composition is a close-up, focusing on the cat's form within the confines of the cage. | Scene: UNKNOWN (indoor) | Objects: monkey, cage bars, text | Vibe: still, quiet, confined | People: 0 | Actions: monkey sitting on cage bars | Text: 30 CHILIK PLUCER פלוּצֶר חִלִּיק PLUCER CHILIK",
"short_caption": "A black and white photograph of a cat inside a cage.",
"ocr_text": "30 CHILIK PLUCER פלוּצֶר חִלִּיק",
"ocr_translation": "30 CHILIK PLUCER PLUCER CHILIK"
},
{
"image_id": "e4b2a28f-ece8-4d55-9e87-daada1d10cce",
"image_num": 31,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165527_2418d9fd_Israel_3_035.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080709Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=bc83ee8641d611627ac835d1877a8f9c873ff4df786dff38aff6c5f88b7d1402",
"width": 4825,
"height": 6531,
"caption": "Caption: A black and white photograph showing three figures in dark clothing captured in mid-air against a plain background. | Description: This is a black and white photograph featuring three figures, likely dancers, captured in mid-air against a plain, light-colored background. The figures are arranged vertically, each in a different dynamic pose, suggesting motion and flight. They are all wearing dark, loose-fitting clothing that billows around them. The top figure is angled with one leg extended upwards and the other bent, arms outstretched. The middle figure is in a horizontal, arched position, with one leg kicked high. The bottom figure is also horizontal, with one leg extended forward and the other back, arms reaching. The image is a composite, showing the figures at different points in a sequence of movement. The lighting is bright and even, creating strong contrast between the dark figures and the light background. The overall composition is vertical and emphasizes the fluidity and grace of the movement. | Scene: UNKNOWN (UNKNOWN) | Objects: person | Vibe: dynamic, motion, abstract | People: 3 | Actions: person jumping",
"short_caption": "A black and white photograph showing three figures in dark clothing captured in mid-air against a plain background.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "41a8f981-3453-4553-8ff9-3ac0dd4dc008",
"image_num": 32,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165553_2ec8bed8_Israel_3_036.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080558Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=041ff9dc6c2a8636501292e12d3fd5dd8474c0f476dfa22382ea17fdf77d4519",
"width": 5023,
"height": 6531,
"caption": "Caption: A black and white photograph of a flock of birds in flight over a body of water with reeds. | Description: This is a vertically oriented black and white photograph depicting a flock of birds in flight. The birds, which appear to be storks or similar large wading birds with white bodies and dark wingtips, are captured in various stages of flight against a light, overcast sky. They are flying from the left side of the frame towards the right, over a dark, reflective body of water. On the right side of the image, a dense cluster of tall reeds or grasses emerges from the water. The photograph has a grainy texture, characteristic of older film. Along the left edge, there is a vertical strip of white paper with text printed in both Hebrew and English, including the name \"A. HIMMELREICH\" and the number \"31\" at the top, and \"GERSHON SHAHAR\" and the number \"32\" at the bottom. | Scene: forest (outdoor) | Objects: birds, trees | Vibe: natural, calm, serene | People: 0 | Actions: birds flying",
"short_caption": "A black and white photograph of a flock of birds in flight over a body of water with reeds.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "9727fb0c-8cd9-44b5-837d-d51090cfd021",
"image_num": 33,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165631_524e39e7_Israel_3_037.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080637Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=bad3b71459117df6b4cf23bbf2b843e6c9c1018163dfe4a102c1d3f9c00b1e6b",
"width": 4912,
"height": 6531,
"caption": "Caption: A black and white photograph shows several people in light-colored clothing climbing a steep, rocky cliff face. | Description: This is a black and white photograph taken from a high angle, looking down on a steep, rugged cliff face. Several individuals, dressed in light-colored, long robes and some wearing hats, are seen ascending the rock. They are positioned at various heights, appearing to use handholds and footholds on the vertical surface. The cliff is composed of dark, textured rock with visible cracks and loose stones. On the left side of the image, a narrow, man-made structure, possibly a staircase or ladder, runs vertically along the cliff. The lighting creates strong contrasts, highlighting the texture of the rock and the forms of the people. The image has a vertical orientation, with text printed along the right edge, including the name 'WERNER BRAUN' and the number '33'. The overall composition emphasizes the scale and difficulty of the climb. | Scene: mountain (outdoor) | Objects: person, ladder, cliff, dress, hat | Vibe: dramatic, historical, dangerous | People: 5+ | Actions: person standing on cliff, person standing on ladder | Text: 33 WERNER BRAUN ILLU INXII",
"short_caption": "A black and white photograph shows several people in light-colored clothing climbing a steep, rocky cliff face.",
"ocr_text": "33 ILLU INXII WERNER BRAUN",
"ocr_translation": "33 ILLU INXII WERNER BRAUN"
},
{
"image_id": "20ed1ddb-c5e1-437c-9d7f-3d2ef15f367b",
"image_num": 34,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165748_37271240_Israel_3_038.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080537Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=297b2b4a4f7ad2913bc116d99e98c8fcab7b2dd62eb0f733b6fbd473aded4d31",
"width": 5015,
"height": 6531,
"caption": "Caption: A black and white photograph showing numerous men lying on a wall, appearing to be dead or injured. | Description: This is a black and white photograph depicting a scene of numerous men lying on a vertical surface, which appears to be a wall or a series of steps. The men are arranged in rows, lying on their backs or sides, with their bodies oriented horizontally across the frame. They are dressed in light-colored shirts and dark trousers or shorts. Their limbs are often extended or bent, and their faces are visible, some with open mouths or closed eyes. The surface they are on is textured and light-colored, with vertical lines suggesting steps or a wall. The image is taken from a slightly elevated angle, looking down on the figures. The lighting is diffuse, creating soft shadows. The overall composition is dense, with the figures filling most of the frame. The image has a grainy texture, characteristic of older photographs. On the left edge, text is visible, reading \"34 DOV BARNEA 1177 37\". | Scene: ruins (outdoor) | Objects: person, wall | Vibe: somber, still, historical | People: 5+ | Actions: person lying | Text: 34 DOV BARNEA 37 1177",
"short_caption": "A black and white photograph showing numerous men lying on a wall, appearing to be dead or injured.",
"ocr_text": "34 DOV BARNEA 37 1177",
"ocr_translation": "34 DOV BARNEA 37 1177"
},
{
"image_id": "5257cab3-da0c-43ae-8a84-0e5ee4c6439e",
"image_num": 35,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165835_a8bc3d29_Israel_3_039.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080606Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=27d91a29afdbf04accaecb5c416f9319a7a8297e8d12ecbe067e8535fc0d9e14",
"width": 4865,
"height": 6531,
"caption": "Caption: A black and white photograph captures a tense street scene with a uniformed officer interacting with a crowd of civilians, including women and children, some of whom are seated on the ground. | Description: This is a black and white photograph depicting a crowded street scene, likely from the mid-20th century. In the foreground, a uniformed officer in a dark uniform and cap is leaning forward, interacting with a person in a light-colored shirt who is bent over. To the right, a man in a light-colored suit and tie points his finger towards the left side of the frame. The background is filled with a diverse group of civilians, including several women and children. Some individuals are standing, while others, including a woman in a patterned dress and a young boy in a cap, are seated on the pavement. The expressions on the faces of the onlookers are varied, with some appearing distressed or concerned. The scene is set in front of a building with a striped awning, and the overall composition suggests a moment of confrontation or public order enforcement. The lighting appears to be natural daylight, casting soft shadows on the ground. | Scene: street (outdoor) | Objects: person, awning, building, sign, uniform, bag, hat | Vibe: tense, chaotic, urgent | People: 5+ | Actions: person standing, person sitting, person running, person lying, person pointing, person holding, person looking | Text: 35 DANIEL ROSENBLUM דניאל רוזנבלום Daniel Rosenblum DELICA",
"short_caption": "A black and white photograph captures a tense street scene with a uniformed officer interacting with a crowd of civilians, including women and children, some of whom are seated on the ground.",
"ocr_text": "35 DANIEL ROSENBLUM DELICA דניאל רוזנבלום",
"ocr_translation": "35 DANIEL ROSENBLUM Daniel Rosenblum DELICA"
},
{
"image_id": "ee56a067-4651-4f5e-82c0-9d65cf074dc2",
"image_num": 36,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_165919_31104d1d_Israel_3_040.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080712Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=74df415f73e78650ee2d12c075777ca5b1ad3f6eb16a0895f7deeb8d85a16a16",
"width": 5062,
"height": 6531,
"caption": "Caption: A person in a striped shirt and hat stands on a sidewalk in front of a closed storefront with metal shutters. | Description: This is a black and white photograph depicting a person standing on a sidewalk in front of a closed storefront. The person, seen from the side, wears a dark and light horizontally striped long-sleeved shirt, dark trousers with visible buttons, and a light-colored, flat-topped hat with a dark band. They are holding a light-colored object, possibly a bag or piece of paper, in their hands. The storefront behind them has a metal roll-down security shutter with horizontal slats, which is fully lowered. The shutter is covered in numerous small, round, reflective objects, possibly bubbles or raindrops. The scene is illuminated by bright, direct light, casting a distinct shadow of the person onto the sidewalk. The composition is a medium shot, focusing on the person and the immediate storefront. The image has a grainy texture, characteristic of film photography, and includes text along the left edge: '36 MARTIN KORETZ' and 'TIP 1970'. | Scene: street (outdoor) | Objects: person, hat, striped shirt, pants, shoes, bubble wand, bubble, storefront, shutter, sign, text | Vibe: urban, historical, monochrome | People: 1 | Actions: person standing, person holding object | Text: 36 MARTIN KORETZ פּילְפּ קורֶץ Pilp Koretz",
"short_caption": "A person in a striped shirt and hat stands on a sidewalk in front of a closed storefront with metal shutters.",
"ocr_text": "36 MARTIN KORETZ פּילְפּ קורֶץ",
"ocr_translation": "36 MARTIN KORETZ Pilp Koretz"
},
{
"image_id": "a1f580b2-b0ef-42f8-a407-7987e265ea3f",
"image_num": 37,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170004_2c44e635_Israel_3_041.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080640Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=061e256ac6eb94a5fdf57144fc9e00b39866751952d147f5168432a68963bda9",
"width": 4817,
"height": 6531,
"caption": "Caption: A black and white photograph of a person sitting on the ground with their back to the camera, viewed from above. | Description: This is a black and white photograph taken from a high angle, looking down on a person sitting on a flat, textured surface. The person is positioned in the center of the frame, viewed from behind, with their legs drawn up towards their chest and their arms wrapped around their knees. They are wearing a light-colored, long-sleeved top and dark pants. Their dark hair is visible at the top of their head. The ground appears to be a rough, possibly concrete or stone surface, with variations in tone and texture. The lighting is diffuse, creating soft shadows and a range of gray tones. The image has a grainy quality typical of older photographs. At the bottom left of the image, there is text in English and Hebrew, including the number 37, the name 'REUBEN YEHUDAH', and the words 'LONDON' and 'YEDDA'. | Scene: beach (outdoor) | Objects: person, sand | Vibe: somber, still, mysterious | People: 1 | Actions: person sitting | Text: 37 REUBEN YEHUDAHI רואן 'הדר' 37 REUBEN YEHUDAHI Reuben Yehudahi",
"short_caption": "A black and white photograph of a person sitting on the ground with their back to the camera, viewed from above.",
"ocr_text": "37 REUBEN YEHUDAHI רואן 'הדר' ",
"ocr_translation": "37 REUBEN YEHUDAHI Reuben Yehudahi"
},
{
"image_id": "01374bde-106a-43d5-9a00-a4995a27658d",
"image_num": 38,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170032_7ef98f4a_Israel_3_042.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T011428Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=2ac1a64dcc7b510071d20cb1035e26d0853532d53af8f33da9170c42cb50edd2",
"width": 5086,
"height": 6531,
"caption": "Caption: A black and white photograph showing the underside of a large, weathered structure with its shadow cast on a light-colored surface below. | Description: This is a black and white photograph taken from a low angle, looking up at the underside of a large, horizontal structure, possibly a bridge or a ship's hull. The structure is made of a weathered, textured material, likely concrete or metal, with visible stains, cracks, and a rough surface. Its underside is dark and casts a prominent, complex shadow onto a lighter, flat surface below. This shadow is composed of numerous dark, linear forms, including the silhouette of a ladder, chains, and other mechanical components, creating a dense, abstract pattern. The lighting appears to be from above, creating a high-contrast scene with deep shadows. In the upper right corner, text is visible, including the number '38' and the name 'AMOS LOEWENSTEIN' in English and Hebrew. | Scene: ruins (outdoor) | Objects: ship, water, reflection, chains, ladder, text | Vibe: abstract, textured, monochrome | Text: 38 AMOS LOEWENSTEIN עמוס לובנשטיין Amos Loewenstein",
"short_caption": "A black and white photograph showing the underside of a large, weathered structure with its shadow cast on a light-colored surface below.",
"ocr_text": "38 AMOS LOEWENSTEIN עמוס לובנשטיין",
"ocr_translation": "38 AMOS LOEWENSTEIN Amos Loewenstein"
},
{
"image_id": "743ec99f-c7f4-428e-8e93-661d51e304d0",
"image_num": 39,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170107_10067c67_Israel_3_043.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080623Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7bca24d65dca685ac872d61bc668da23cc490c944e1337140747066b1c7d2c03",
"width": 4975,
"height": 6531,
"caption": "Caption: A black and white photograph of a man and a woman posing in front of a painting. | Description: This is a black and white photograph of a man and a woman positioned in front of a large, upright painting. The woman, on the left, has long dark hair and is looking toward the camera; her left hand is visible in the lower-left corner, holding a small, dark, round object. The man, on the right, has dark, curly hair and is also looking at the camera. Behind them, the painting features a stylized portrait of a person with a light-colored face and dark hair against a dark, textured background. The scene is lit from the front, creating soft shadows. The photograph has a grainy texture and a vertical text column on the far right edge, which includes the name 'JULIAN FUERST' and the number '39'. | Scene: UNKNOWN (indoor) | Objects: painting, person, hand, object | Vibe: serious, artistic, intense | People: 2 | Actions: person holding painting, person holding object | Text: 39 JULIAN FUERST 6079 | N'51",
"short_caption": "A black and white photograph of a man and a woman posing in front of a painting.",
"ocr_text": "39 6079 | N'51 JULIAN FUERST",
"ocr_translation": "39 6079 | N'51 JULIAN FUERST"
},
{
"image_id": "195e67db-a702-4df0-b44c-6d04bf621187",
"image_num": 40,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170144_00646189_Israel_3_044.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080532Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=02d170d15d3ffb79e96af47fea7e7a1c1515326e52e5278a249e61a4f619384b",
"width": 4975,
"height": 6531,
"caption": "Caption: Black and white profile portrait of a person with short hair. | Description: A black and white photographic portrait in profile, showing a person from the shoulders up. The subject, with short, dark, textured hair, is looking towards the right side of the frame. The lighting is directional, coming from the left, which illuminates the left side of the face and casts the right side into shadow, creating strong contrast. The person is wearing a dark, high-necked garment. The background is a plain, dark, and out-of-focus surface. The image is presented as a page from a publication, with text printed vertically along the left edge and horizontally at the top right, including the names 'NORBERT SEGAL' and 'EFREM ILANI' and the numbers '40' and '41'. The photograph has a grainy texture typical of film. | Scene: UNKNOWN (indoor) | Objects: person, clothing | Vibe: serious, contemplative, dramatic | People: 1 | Text: 41 EFREM ILANI אפרים אילני 41 EFREM ILANI 40 NORBERT SEGAL וולבם סול 40 NORBERT SEGAL",
"short_caption": "Black and white profile portrait of a person with short hair.",
"ocr_text": "40 NORBERT SEGAL וולבם סול 41 EFREM ILANI אפרים אילני",
"ocr_translation": "40 NORBERT SEGAL 41 EFREM ILANI"
},
{
"image_id": "65c53ea6-0006-4dd7-86dc-a0401c2c547f",
"image_num": 41,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170215_ab8b4354_Israel_3_045.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080616Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=41dc11bfa2574aa7315f7032fc6bef9e71acac560b6645e652b7ff75490451a1",
"width": 4928,
"height": 6531,
"caption": "Caption: A black and white photograph of numerous people on horseback moving across a grassy field. | Description: This is a black and white photograph depicting a large group of people on horseback traversing a grassy, open field. The scene is filled with riders, some in the foreground and others scattered across the mid-ground and background, creating a sense of depth. The riders are dressed in dark, traditional-looking attire, with many wearing head coverings such as turbans or keffiyehs. The horses vary in color, with some appearing dark and others light. The entire scene is enveloped in a thick haze or fog, which obscures fine details and softens the edges of the figures, particularly those in the distance. The ground is covered in tall grass, and the overall lighting is diffuse and muted, suggesting an overcast day or a time of day with low contrast. The composition shows the riders moving generally from the left side of the frame towards the right, with some individuals appearing to be in motion, kicking up dust or grass. The image has a grainy texture, characteristic of older photographic prints. | Scene: field (outdoor) | Objects: horse, person | Vibe: dusty, historical, dynamic | People: 5+ | Actions: person riding horse, horse running",
"short_caption": "A black and white photograph of numerous people on horseback moving across a grassy field.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "4e283c89-9bdc-43b0-8b48-b5cd5000f46f",
"image_num": 42,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170251_7ab5e745_Israel_3_046.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080604Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=656cab282d3b8a3a9e698e316f5b8b73a3102c3357f5f7e1296086a164de954c",
"width": 5078,
"height": 6531,
"caption": "Caption: A black and white photograph of people on horseback traversing a grassy hill. | Description: This is a black and white photograph depicting a group of people on horseback moving across a wide, grassy hill. The scene is viewed from a slightly elevated perspective, looking down the slope. The riders are scattered across the hillside, with some in the foreground and others receding into the distance. The riders and horses are mostly dark silhouettes against the lighter, textured grass. Several riders in the foreground wear light-colored head coverings. The horses are in various states of motion, with some appearing to be walking and others trotting. The sky is a uniform, light gray, suggesting an overcast day. The image has a grainy texture, characteristic of older photographic prints. The composition creates a sense of depth and movement across the open landscape. | Scene: field (outdoor) | Objects: horse, person, headscarf | Vibe: historical, dusty, motion | People: many | Actions: person riding horse, horse running",
"short_caption": "A black and white photograph of people on horseback traversing a grassy hill.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "0252453a-b8e0-4446-a2a8-60c0801ebc70",
"image_num": 43,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170335_6a7c6fb7_Israel_3_047.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T011429Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=70313c51cbdd458a55552e977bca5c0002689e3009525ee9a0c8f35a95eb41f6",
"width": 4936,
"height": 6531,
"caption": "Caption: A black and white photograph of a plant with elongated, feathery seed heads against a dark, blurred background. | Description: This is a black and white photograph featuring a plant with several elongated, feathery seed heads. The plant is positioned diagonally across the frame, extending from the lower left towards the upper right. The seed heads are light-toned, appearing almost white, and have a delicate, wispy texture with fine strands hanging down. They are attached to thin, dark stems. The background is dark and heavily blurred, with soft, out-of-focus light spots, suggesting a shallow depth of field. The overall lighting creates a high-contrast image, emphasizing the silhouette and texture of the plant. On the right edge of the image, there is vertical text in a non-Latin script, along with the number 42 at the bottom. | Scene: forest (outdoor) | Objects: plant | Vibe: mysterious, ethereal, dark | People: 0 | Text: 42 ZVI OFARIM דְּבָרִים Things",
"short_caption": "A black and white photograph of a plant with elongated, feathery seed heads against a dark, blurred background.",
"ocr_text": "42 ZVI OFARIM דְּבָרִים",
"ocr_translation": "42 Things ZVI OFARIM"
},
{
"image_id": "8c2d7303-03ca-4ac7-8894-5e5493c03019",
"image_num": 44,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170411_4d011916_Israel_3_048.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080632Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4265134094cd1ad9f83e4cdcba51f8ff3892d70445a15327a52e2473302d8d36",
"width": 5047,
"height": 6531,
"caption": "Caption: A black and white close-up photograph of a monkey's face. | Description: This is a black and white, close-up photograph of a monkey's face, filling most of the frame. The monkey has dark, expressive eyes and a prominent, light-colored muzzle with a dark nose. Its fur is dense and textured, with darker hair on the top of its head and lighter, almost white, fur around its face and chin. The monkey's ears are visible on either side of its head. The image is presented as a page from a publication, with the number '43' and the name 'AMNON BAR-TUR' printed in the upper left corner, alongside Hebrew text. The lighting creates strong contrasts, highlighting the texture of the fur and the features of the face. | Scene: UNKNOWN (UNKNOWN) | Objects: monkey, text | Vibe: intense, serious, textured | People: 0 | Actions: monkey is sitting | Text: 43 AMNON BAR-TUR אַמְנוֹן בַּר-טּוּר Amnon Bar-Tur",
"short_caption": "A black and white close-up photograph of a monkey's face.",
"ocr_text": "43 AMNON BAR-TUR אַמְנוֹן בַּר-טּוּר",
"ocr_translation": "43 AMNON BAR-TUR Amnon Bar-Tur"
},
{
"image_id": "8b6c5368-2a3f-4aa9-9ab0-f55d14db7a9a",
"image_num": 45,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170446_54ddd2af_Israel_3_049.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080632Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e42633113396fa1ac207030e041f258653a8ec0d754dd59312976c9e42074669",
"width": 4888,
"height": 6531,
"caption": "Caption: A black and white photograph of a person with dark hair, viewed from the side. | Description: This is a black and white photograph of a person with dark, short hair, viewed in profile from the side. The person is looking towards the left of the frame, with their face partially in shadow. They are wearing a dark garment with a light-colored, high collar. The background is a plain, light-colored wall. The image has a grainy texture and appears to be a printed photograph, as indicated by the text '44 BORIS CARM' and Hebrew text at the bottom right corner. The lighting creates strong contrasts between light and shadow on the subject's face and clothing. | Scene: UNKNOWN (indoor) | Objects: person, chair, text | Vibe: mysterious, contemplative, somber | People: 1 | Actions: person sitting | Text: 44 BORIS CARMİ בורייס כרמי Boris Carmi",
"short_caption": "A black and white photograph of a person with dark hair, viewed from the side.",
"ocr_text": "44 BORIS CARMİ בורייס כרמי",
"ocr_translation": "44 BORIS CARMİ Boris Carmi"
},
{
"image_id": "8e51cceb-9aa8-425f-a7bd-0d37e9b1c301",
"image_num": 46,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170523_a0eeb542_Israel_3_050.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080633Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ba79023a88f03608547c79501b33e09677869c8c4417bcb7b81020ce6a4cfd98",
"width": 4888,
"height": 6531,
"caption": "Caption: A person wearing a hat and carrying a bag walks on a paved path, viewed from above. | Description: This is a high-angle, black and white photograph of a person walking on a light-colored, paved path. The individual is seen from behind, wearing a light-colored, wide-brimmed hat, a light long-sleeved shirt, and dark trousers. They are carrying a dark, rounded bag in their right hand. The path curves gently to the left and is bordered by dark, leafy vegetation on both sides. The lighting is bright, casting a distinct shadow of the person and the foliage onto the path. On the left edge of the image, a vertical strip of white paper contains text in Hebrew and English, including the name \"MICHAEL PELED\" and the number \"45\". | Scene: street (outdoor) | Objects: person, hat, bag, tree, wall, text | Vibe: solitary, contemplative, quiet | People: 1 | Actions: person walking | Text: 45 MICHAEL PELED",
"short_caption": "A person wearing a hat and carrying a bag walks on a paved path, viewed from above.",
"ocr_text": "45 MICHAEL PELED",
"ocr_translation": "45 MICHAEL PELED"
},
{
"image_id": "a5ebb03b-06bd-437b-bf56-b33852d46a7d",
"image_num": 47,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170554_182f0e4f_Israel_3_051.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080642Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6aad636625c11d35c836b777bc03da93ee11a65f5030773c37edd234f8670dea",
"width": 5013,
"height": 6535,
"caption": "Caption: An elderly man and a young boy are seated at a table with cards and other objects. | Description: This is a grainy, black and white photograph depicting an elderly man and a young boy seated at a table. The man, with white hair and a mustache, is positioned behind the boy, looking down towards the table. The boy, wearing a striped sweater, is in the foreground, leaning forward with his mouth open as if speaking or eating, and his hands are near his face. On the table, covered with a light-colored cloth, are several playing cards, a rectangular object with a grid of holes, and a dark, round ashtray. The background is dark and indistinct, with a large, light-colored, possibly draped object behind the man. The lighting appears to come from the front, illuminating the subjects against the dark backdrop. The image has a vintage quality with visible grain and wear. | Scene: home (indoor) | Objects: child, man, card, table, ashtray, clothing | Vibe: intimate, quiet, historical | People: 2 | Actions: child holding card, child blowing into object, man sitting, man looking at child",
"short_caption": "An elderly man and a young boy are seated at a table with cards and other objects.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "317a6f6b-adb2-41ee-bfc1-fc175d121a09",
"image_num": 48,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170639_4ac56a87_Israel_3_052.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080549Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b608c0a45cc0e5c0feecfee491df815228cb5a0e2f0a4ad7ce24b754990693cf",
"width": 5007,
"height": 6531,
"caption": "Caption: A black and white photograph of a man playing the violin. | Description: This is a black and white photograph of a man playing the violin. The man, positioned on the right side of the frame, is shown from the chest up, holding a violin under his chin and drawing a bow across the strings. He has dark, wavy hair and is wearing a dark, high-collared garment over a light-colored shirt. His left hand is on the fingerboard of the violin, and his right hand holds the bow. The background is dark and indistinct, with a blurred figure in a light-colored shirt visible in the lower-left foreground. The image has a grainy texture typical of older photographs. Text is visible along the top and left edges of the page, including the number '47', the name 'SAM FRANK', and the name 'JOEL LANGBERG' vertically on the left margin. | Scene: UNKNOWN (indoor) | Objects: violin, violin bow, music sheet, person | Vibe: serious, focused, dramatic | People: 2 | Actions: person playing violin, person sitting | Text: 47 SAM FRANK פּרַן סָם Sam Frank 46 JOEL LANGBERG יִרְאֵי לַיְבֶרְג Yirai Lieberg",
"short_caption": "A black and white photograph of a man playing the violin.",
"ocr_text": "46 JOEL LANGBERG 47 SAM FRANK יִרְאֵי לַיְבֶרְג פּרַן סָם",
"ocr_translation": "46 JOEL LANGBERG 47 SAM FRANK Yirai Lieberg"
},
{
"image_id": "144bca53-a266-418e-ad9e-e041e65e32d0",
"image_num": 49,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170712_af46ff58_Israel_3_053.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080529Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=24d422ba7a359ca1b30313a0e31c2c72652e10cd3b0a69fe4de1d54927c5d985",
"width": 5007,
"height": 6531,
"caption": "Caption: A young child with wet hair is in a swimming pool, looking at the camera. | Description: This is a black and white photograph of a young child in a swimming pool. The child, who appears to be a toddler, is the central focus, positioned in the foreground with their head and shoulders above the water. Their hair is wet and spiky, clinging to their forehead. The child's eyes are dark and wide, looking directly at the camera. The water is calm around them, with ripples visible. In the background, the pool extends further, with another person in dark clothing standing in the water to the left. A bridge or walkway structure is visible in the far background. The image has a grainy texture, typical of film photography, and the top of the page shows the text '48 PETER MEROM' and Hebrew text, indicating it is a page from a book or publication. | Scene: beach (outdoor) | Objects: child, person, water, bridge, text | Vibe: calm, quiet, documentary | People: 2 | Actions: child standing in water, person standing in water | Text: 48 PETER MEROM פֶּטֶר מֵרוֹם Peter Merom",
"short_caption": "A young child with wet hair is in a swimming pool, looking at the camera.",
"ocr_text": "48 PETER MEROM פֶּטֶר מֵרוֹם",
"ocr_translation": "48 PETER MEROM Peter Merom"
},
{
"image_id": "e2cbe3e1-28e9-4fe5-a752-d8605048699d",
"image_num": 50,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170742_f5498ec2_Israel_3_054.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080708Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=38394cc1925595ff1ad531ddd5e0eca49b96e6bf8ebec618bce37f400e9f0a57",
"width": 5007,
"height": 6531,
"caption": "Caption: A black and white photograph of several people in a field of tall plants. | Description: This is a black and white photograph depicting a group of people, including adults and children, in a field of tall, dense vegetation that resembles a cornfield. The individuals are scattered throughout the frame, mostly crouching or bending over, appearing to be engaged in harvesting or tending to the plants. They are dressed in simple, light-colored clothing. The scene is illuminated by bright, natural daylight, creating strong contrasts between light and shadow. The composition is dynamic, with the figures positioned at various depths within the field, and the tall plants fill the background and foreground. The image has a grainy texture, characteristic of older photographs, and a vertical text block is visible along the left edge, reading \"49 NAFTALI 1961\". | Scene: forest (outdoor) | Objects: person, plant, clothing, object | Vibe: natural, rural, documentary | People: 5+ | Actions: person sitting, person standing, person lying, person holding object | Text: 49 NAFTALI 1961",
"short_caption": "A black and white photograph of several people in a field of tall plants.",
"ocr_text": "1961 49 NAFTALI",
"ocr_translation": "1961 49 NAFTALI"
},
{
"image_id": "da9d0b1b-f998-4dea-aaa1-a0310cc72e16",
"image_num": 51,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170818_35293c01_Israel_3_055.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080705Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e83327e81dc34f2d418fd17d16be953a00781c01e36c046099dad221680d5360",
"width": 5007,
"height": 6531,
"caption": "Caption: Black and white portrait of a man in profile. | Description: A black and white photographic portrait of a man in profile, facing right. The man has dark, curly hair and a light beard and mustache. He is wearing a dark, high-necked sweater with a visible ribbed collar. The image is a close-up, focusing on his head and shoulders. The lighting is from the front-left, casting soft shadows on the right side of his face and neck. The background is a plain, textured gray wall. The photograph has a grainy texture, characteristic of older prints. | Scene: UNKNOWN (indoor) | Objects: sweater, hair | Vibe: serious, contemplative, still | People: 1 | Actions: person wearing sweater",
"short_caption": "Black and white portrait of a man in profile.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "ae0ba65d-95b0-464f-a60d-0a7bc889f0e4",
"image_num": 52,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170844_556be421_Israel_3_056.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080645Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f649e1057d44725c09f4958f0530da664a8f5c38e9f7f217841adf3c267ee9a5",
"width": 5165,
"height": 6531,
"caption": "Caption: A black and white close-up photograph of a hand holding a cigarette. | Description: This is a black and white, close-up photograph of a human hand holding a cigarette. The hand is positioned in the center of the frame against a dark, indistinct background. The fingers are curled around the cigarette, with the thumb and index finger visible, holding it near the filter. The lighting is dramatic, creating strong contrasts between light and shadow on the skin, highlighting the texture and creases of the hand. The image has a grainy quality typical of film photography. At the bottom of the image, there is a white border with text in both Hebrew and English. On the left, the text reads '50 SHLOMO BEN-DAVID' and 'שלמה בן-דוד'. On the right, it reads '51 BETTINA OPPENHEIMER' and 'במינה אופנהיימר'. The composition is a tight crop, focusing entirely on the hand and the cigarette, with no other objects or context visible. | Scene: UNKNOWN (indoor) | Objects: hand | Vibe: dramatic, intense, contemplative | People: 1 | Actions: person holding hand | Text: 50 SHLOMO BEN-DAVID שְׁלֹמֹה בֶּן-דָּוִד 50 SHLOMO BEN-DAVID Shlomo Ben-David 51 BETTINA OPPENHEIMER בְּטִינָה אוֹפְּנְהַיִימְר 51 BETTINA OPPENHEIMER Bettina Oppenheimer",
"short_caption": "A black and white close-up photograph of a hand holding a cigarette.",
"ocr_text": "50 SHLOMO BEN-DAVID שְׁלֹמֹה בֶּן-דָּוִד 51 BETTINA OPPENHEIMER בְּטִינָה אוֹפְּנְהַיִימְר",
"ocr_translation": "50 SHLOMO BEN-DAVID Shlomo Ben-David 51 BETTINA OPPENHEIMER Bettina Oppenheimer"
},
{
"image_id": "36a7e650-44b3-4e11-9255-608215ef691b",
"image_num": 53,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170908_e6dc11bf_Israel_3_057.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080552Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9f2f6998be44bc6dd3802973a3dabebe02ba36ba201b9b1a40489bc6d7bdb07b",
"width": 5021,
"height": 6535,
"caption": "Caption: A black and white grid of small, square photographs, each containing a person's face. | Description: The image is a black and white photograph composed of a dense grid of small, square frames arranged in a uniform pattern. Each frame contains a monochrome portrait of a person, mostly showing faces and upper torsos. The individuals vary in appearance, with some looking directly at the camera and others in profile or angled views. The grid is overlaid with a thick, dark, cross-hatched pattern that creates a strong visual structure, intersecting the frames. The overall effect is a repetitive, mosaic-like composition. Along the right edge of the image, there is vertical text in a non-Latin script, with the name \"PETER MEROM\" and the number \"52\" visible at the bottom. The lighting is flat and even across the entire composition, typical of a printed page or a photographic reproduction. | Scene: UNKNOWN (UNKNOWN) | Objects: grid, photograph | Vibe: monotonous, repetitive, structured | People: 5+ | Text: KIDRON 53 GOL D'OR PETER MEROM 52",
"short_caption": "A black and white grid of small, square photographs, each containing a person's face.",
"ocr_text": "52 53 GOL D'OR KIDRON PETER MEROM",
"ocr_translation": "52 53 GOL D'OR KIDRON PETER MEROM"
},
{
"image_id": "f026304b-c0fc-45ed-a51d-5fff60921d3a",
"image_num": 54,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_170934_38e2d5a0_Israel_3_058.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080713Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=231c886d29b7ee8716e5d1ce2afa64e768ac09ab0805c64d1a1a9b1b37993859",
"width": 5015,
"height": 6531,
"caption": "Caption: Aerial view of a field with rows of crops and a person walking on a path. | Description: This is a high-angle, black and white photograph of an agricultural field. The image is dominated by strong linear patterns created by rows of crops, which appear as alternating dark and light parallel lines stretching into the distance. On the left side, a series of large, cylindrical, corrugated metal tanks are arranged in a row. A narrow, dark path runs vertically through the center of the frame, separating the tanks from the field. A single person, wearing dark clothing and a light-colored hat or head covering, is walking along this path. The lighting is bright and even, suggesting a sunny day, which creates high contrast between the light and dark areas. The composition is structured and geometric, emphasizing the repetition of lines and forms. | Scene: UNKNOWN (outdoor) | Objects: tank, platform, ladder, person | Vibe: industrial, monochrome, structured | People: 1 | Actions: person standing on platform",
"short_caption": "Aerial view of a field with rows of crops and a person walking on a path.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "84828831-967e-4f33-967c-3d174cce7a41",
"image_num": 55,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171007_48adbeb4_Israel_3_059.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080629Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=75fa9be7a331752a7ebd68318e5f50a6e78230d14b89e49b8a05c6fbb4ee4276",
"width": 4975,
"height": 6531,
"caption": "Caption: A black and white photograph of a person lying on their back, looking up at the camera. | Description: This is a black and white photograph taken from a high angle, looking down at a person lying on their back. The person is wearing a dark, high-collared garment with a light-colored band around the neck. Their head is tilted back, and their eyes are open, looking directly toward the camera. The person's right hand is raised, with the index finger pointing upward. The image is grainy and has a high-contrast, dramatic lighting style. In the lower portion of the frame, a dark, out-of-focus object with some light-colored, possibly floral, shapes is visible. The top right corner of the image contains text: '54 MARTIN KORETZ' and Hebrew characters. | Scene: archive (indoor) | Objects: person, table, paper, book, pen | Vibe: serious, focused, intense | People: 1 | Actions: person lying | Text: 54 MARTIN KORETZ דְּרָמִי קּוֹרֶץ Drami Koretz",
"short_caption": "A black and white photograph of a person lying on their back, looking up at the camera.",
"ocr_text": "54 MARTIN KORETZ דְּרָמִי קּוֹרֶץ",
"ocr_translation": "54 Drami Koretz MARTIN KORETZ"
},
{
"image_id": "5a297a43-408f-4a4e-9231-d3f8b35e7652",
"image_num": 56,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171043_3d83a379_Israel_3_060.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080611Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=64bf022e58a33e0f2b4ebc1e60d6dd8aa315cc68882bf59628ebf196b355d0f0",
"width": 4975,
"height": 6531,
"caption": "Caption: A black and white photograph of two sculpted heads, one larger and abstract, the other smaller and more detailed, set against a dark background. | Description: This is a black and white photograph of two sculpted heads, likely made of clay or a similar material, presented in a studio setting. The larger head, positioned in the upper left, is abstract and rounded, with a smooth surface and a single, simple, curved line suggesting an eye. It is tilted slightly. In the lower right, a smaller, more detailed head is shown in profile, facing left. This head has defined features, including a prominent eye, a nose, and a mouth, with textured, possibly braided, hair or a headdress. The background is dark and indistinct, with a bright, out-of-focus circular light source in the upper right. The lighting creates strong highlights and shadows, emphasizing the forms. The image has a grainy texture, characteristic of a printed photograph. At the bottom left, the number '55' and the text 'TUVIA RUEBNER' and 'סוביה ריבנר' are visible. | Scene: museum (indoor) | Objects: skull, head, text | Vibe: mysterious, somber, still | People: 2 | Actions: person lying, person lying | Text: 55 TUVIA RUEBNER ריבנר מוביה 55 TUVIA RUEBNER RIBNER MOBIA",
"short_caption": "A black and white photograph of two sculpted heads, one larger and abstract, the other smaller and more detailed, set against a dark background.",
"ocr_text": "55 TUVIA RUEBNER ריבנר מוביה",
"ocr_translation": "55 TUVIA RUEBNER RIBNER MOBIA"
},
{
"image_id": "12b0dd8c-54ea-48a6-b057-bde96929bcac",
"image_num": 57,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171115_59e6d9ef_Israel_3_061.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080528Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=a2c5f99c555f024016bf9f620a2077c3935163551548ae216b35328615879198",
"width": 4975,
"height": 6531,
"caption": "Caption: Two black and white photographs of people on a vehicle, with text in Hebrew and English. | Description: The image displays two distinct black and white photographs arranged vertically on a page. The top photograph shows a woman and a child from a side profile, looking out of a window. The woman, on the right, has dark hair pulled back and wears a patterned top. The child, on the left, has dark hair and wears a light-colored shirt. The lighting is high-contrast, with bright light illuminating their profiles against a dark background. The bottom photograph is a low-angle shot from inside a vehicle, looking out through a window. A person's legs and feet are visible in the foreground, with a dark object, possibly a bag, on the floor. A bright, overexposed area outside the window suggests strong daylight. Text in Hebrew and English, including names and numbers, is printed on the page between and below the photographs. | Scene: UNKNOWN (indoor) | Objects: person, window, umbrella, suitcase, clothing | Vibe: contemplative, quiet, nostalgic | People: 2 | Actions: person looking out window, person holding umbrella | Text: 56 NACHMAN JUDIN נחמן יודין 56 NACHMAN JUDIN Nachman Yudin 57 ABRAHAM LAVI אברם לבי 57 ABRAHAM LAVI Abraham Lavi",
"short_caption": "Two black and white photographs of people on a vehicle, with text in Hebrew and English.",
"ocr_text": "56 NACHMAN JUDIN נחמן יודין 57 ABRAHAM LAVI אברם לבי",
"ocr_translation": "56 NACHMAN JUDIN Nachman Yudin 57 ABRAHAM LAVI Abraham Lavi"
},
{
"image_id": "5118ce3e-4f64-431c-b3f9-88a8e0853c40",
"image_num": 58,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171144_7cf57eee_Israel_3_062.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080605Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9981c6109e36fda6ca7fb13b4a3e7b5533cb8fa4f2125801af540c9fed748624",
"width": 4975,
"height": 6531,
"caption": "Caption: A black and white photograph of a person's hand pointing forward, with a blurred face visible in the background. | Description: This is a black and white photograph featuring a close-up, low-angle view of a person's hand pointing directly at the camera. The hand, with the index finger extended, is in sharp focus in the foreground, while the person's face is out of focus in the background. The person appears to be wearing a dark, long-sleeved garment and a light-colored, possibly beaded, bracelet on their wrist. The background is a plain, light-colored wall with a dark, rectangular shape, possibly a picture frame or a window, visible behind the head. The lighting is direct, creating strong contrast and shadows. The composition is dynamic, with the pointing finger creating a strong leading line. At the bottom right of the image, there is text that reads \"58 FRITZ COHEN\" and Hebrew text \"פריץ כהן\". | Scene: UNKNOWN (indoor) | Objects: hand, bracelet, mirror, frame | Vibe: dramatic, intense, mysterious | People: 1 | Actions: person pointing | Text: 58 FRITZ COHEN פְּרִיצְ כֹּהֵן Fritz Cohen",
"short_caption": "A black and white photograph of a person's hand pointing forward, with a blurred face visible in the background.",
"ocr_text": "58 FRITZ COHEN פְּרִיצְ כֹּהֵן",
"ocr_translation": "58 FRITZ COHEN Fritz Cohen"
},
{
"image_id": "f8b4a38f-ca94-430e-a8fa-7f5f91f7924b",
"image_num": 59,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171216_ce096883_Israel_3_063.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080717Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7b47ec862e880238cce6c256b0365d5ec99db48ca00509a3bdfe99c9034d7f5f",
"width": 4975,
"height": 6531,
"caption": "Caption: A black and white close-up of a crocodile's head with its mouth open. | Description: This is a black and white, close-up photograph of a crocodile's head, angled slightly to the left. The crocodile's mouth is wide open, revealing a dark interior and a row of prominent, conical teeth along the lower jaw. The skin is highly textured, covered in rough, bumpy scales with a pattern of lighter and darker patches. The eye is visible, appearing dark and somewhat recessed. The lighting creates strong contrasts, highlighting the texture of the skin and the depth of the open mouth. The background is a plain, light-colored, out-of-focus surface. On the right edge of the image, there is vertical text in Hebrew and the name \"H. BRUKARZ\" with the number \"59\" at the bottom. | Scene: UNKNOWN (UNKNOWN) | Objects: crocodile | Vibe: intense, gritty, ancient | People: 0 | Actions: crocodile open-mouthed | Text: 59 H. BRUKARZ לברוקארץ to Brukarz",
"short_caption": "A black and white close-up of a crocodile's head with its mouth open.",
"ocr_text": "59 H. BRUKARZ לברוקארץ",
"ocr_translation": "59 H. BRUKARZ to Brukarz"
},
{
"image_id": "ce539e36-4f5c-47a0-8174-3381785bef1b",
"image_num": 60,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171245_db2b69da_Israel_3_064.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080700Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4487abae5cbcf70d5b30447d3d3f5cff11421dbf798a5063eb5163695a681de0",
"width": 5007,
"height": 6531,
"caption": "Caption: A black and white photograph of a white, fluffy animal, possibly a dog, behind a dark grid or cage. | Description: This is a black and white photograph with a grainy texture, likely from a printed source, as indicated by the text along the left edge. The image features a white, fluffy animal, possibly a dog, in the lower right foreground. The animal's head is turned, and its dark eyes and nose are visible. It appears to be behind a dark, vertical grid or bars, which are in the foreground and partially obscure the view. In the background, another white, rounded shape with dark spots, possibly another animal or a reflection, is visible through the grid. The lighting is dim, creating strong contrasts between light and shadow. The composition is tight, focusing on the animal and the barrier, with a shallow depth of field that blurs the background. | Scene: archive (indoor) | Objects: person, chair, text | Vibe: somber, still, contemplative | People: 1 | Actions: person sitting | Text: 60 AMNON BAR-TUR 710.73 EL.110N",
"short_caption": "A black and white photograph of a white, fluffy animal, possibly a dog, behind a dark grid or cage.",
"ocr_text": "60 AMNON BAR-TUR 710.73 EL.110N",
"ocr_translation": "60 AMNON BAR-TUR 710.73 EL.110N"
},
{
"image_id": "358b6f0c-db32-42a8-aec4-76783a4c730e",
"image_num": 61,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171327_bf78e1a6_Israel_3_065.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080551Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e2249a1099db61017acc3059b01a5e38082c603c75866fb4f5696088afc93a88",
"width": 5007,
"height": 6571,
"caption": "Caption: A man riding a horse on a narrow path between trees. | Description: A black and white photograph captures a man riding a horse on a narrow, tree-lined path. The man, wearing a light-colored shirt and dark pants, is seated on the horse, holding the reins. The horse is equipped with a saddle and bridle. The path is flanked by tall, slender trees with light-colored bark, creating a corridor-like effect. The image is taken from a slightly elevated angle, looking down the path. The lighting appears to be natural daylight, casting soft shadows. The overall scene suggests a quiet, outdoor setting, possibly in a forest or park. The photograph has a vintage quality, with visible grain and slight wear. | Scene: monument (outdoor) | Objects: person, horse, saddle, tree, stone_wall | Vibe: historical, monochrome, static | People: 1 | Actions: person standing",
"short_caption": "A man riding a horse on a narrow path between trees.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "6c931c58-786a-4c31-8874-3238607a6163",
"image_num": 62,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171408_a4990fa1_Israel_3_066.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080619Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b1f28940c7c9bc4cf83076f43f3f09280960bb6cd8353e3f9d92820db0be8367",
"width": 5038,
"height": 6571,
"caption": "Caption: A black and white photograph of a person working with a machine in a wooden structure. | Description: This black and white photograph, taken from a high angle, shows a person working inside a wooden structure. The person, who appears to be shirtless and wearing dark shorts, is seated and leaning forward, operating a piece of machinery. The machine, located on the left, has a large wheel and a vertical shaft. The surrounding environment is constructed of rough wooden beams and planks, forming a framework. To the right, a wall is covered with numerous small, light-colored objects, possibly shells or dried plant matter. The lighting is diffuse, creating soft shadows. The image has a grainy texture and includes text along the left edge: 'BORIS CARMi' and the numbers '61' and '62'. | Scene: UNKNOWN (indoor) | Objects: person, wooden structure, machine, text, wall | Vibe: gritty, documentary, historical | People: 2 | Actions: person sitting, person holding object",
"short_caption": "A black and white photograph of a person working with a machine in a wooden structure.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "47134094-154b-43dd-8d93-0aa3dbea27d4",
"image_num": 63,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171447_3827ca3a_Israel_3_067.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080600Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e691db81adb15438b30a7f4674da0014d3192ca7a537543049ea0e55656b44f9",
"width": 5038,
"height": 6539,
"caption": "Caption: A black and white photograph of a large, textured surface with diagonal lines and a few small objects on a flat area. | Description: This is a black and white photograph showing a large, textured surface that dominates the left and central portion of the frame. The surface has a series of deep, diagonal grooves or ridges running from the upper left towards the lower right, creating a strong sense of linear perspective. The lighting is directional, casting the grooves into deep shadow and highlighting the raised edges, which gives the surface a three-dimensional, sculptural quality. On the right side of the image, a flat, light-colored area contrasts with the textured surface. On this flat area, there are a few small, dark objects: a thin, horizontal stick-like shape, and two small, spiky, plant-like forms near the bottom. The image has a vertical strip of text along the left edge, which includes the number '63' and the name 'DANIEL ROSENBLUM' in English and Hebrew. The overall composition is stark and abstract, emphasizing form, texture, and contrast. | Scene: desert (outdoor) | Objects: sand dunes, plant, bird, text | Vibe: dramatic, minimalist, abstract | People: 0 | Text: 63 DANIEL ROSENBLUM ליאור ליטל Lior Littell",
"short_caption": "A black and white photograph of a large, textured surface with diagonal lines and a few small objects on a flat area.",
"ocr_text": "63 DANIEL ROSENBLUM ליאור ליטל",
"ocr_translation": "63 DANIEL ROSENBLUM Lior Littell"
},
{
"image_id": "e137196c-4e38-4f82-9fa6-0a7b71e42cda",
"image_num": 64,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171523_04a50143_Israel_3_068.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080708Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=45f21ca62fd3f91be5d75a889da43df7c7a1f77781809241bdd454c1ea04b766",
"width": 5038,
"height": 6499,
"caption": "Caption: A black and white photograph of a person in profile, holding a long, thin object. | Description: This is a black and white photograph in a vertical format, showing a person in profile from the chest up. The person is on the left side of the frame, wearing a dark, high-collared garment. Their right hand, which is light-toned, is visible holding a long, thin, dark object that extends upwards and out of the frame. The object has a smooth, slightly reflective surface and a pointed tip. The background is a plain, light gray, creating a high contrast with the dark figure. The lighting is from the right, illuminating the side of the person's face and hand. On the far right edge of the image, there is vertical text in a sans-serif font, reading '64', 'MICHA HAHN', and '1970' in Hebrew characters. | Scene: mountain (outdoor) | Objects: person, object | Vibe: dramatic, mysterious, serious | People: 1 | Actions: person holding object | Text: 64 MICHA HAHN מיכא חהן Micha Hahn",
"short_caption": "A black and white photograph of a person in profile, holding a long, thin object.",
"ocr_text": "64 MICHA HAHN מיכא חהן",
"ocr_translation": "64 MICHA HAHN"
},
{
"image_id": "17d0f52a-14f5-4da6-a3ab-faa8a9abf12b",
"image_num": 65,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171555_c59fea0a_Israel_3_069.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080531Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=926ebfe11dc3908fbb72fbbe28de4037cff04c030ba2536c5bd90834cfeb209f",
"width": 4904,
"height": 6539,
"caption": "Caption: A black and white photograph of soldiers in a trench, one man carrying a large piece of equipment. | Description: This is a black and white photograph, likely taken during the day, showing a group of soldiers in a trench. The central figure, a soldier in a helmet and uniform, is carrying a large, heavy piece of equipment on his back, which appears to be a machine gun with a large ammunition box or a portable mortar. He is moving forward through the trench, which is lined with rough, uneven walls. Other soldiers are visible in the trench, some crouched or lying down. The image has a grainy texture and high contrast, typical of historical military photography. On the right edge of the image, there is vertical text in Hebrew and English, including the words 'REUBEN YEHUDAI' and the number '65'. | Scene: mountain (outdoor) | Objects: person, weapon, backpack, helmet, rock | Vibe: serious, tense, historical | People: 2-4 | Actions: person standing, person lying, person holding weapon | Text: 65 REUBEN YEHUDAI דּוֹרִי | נִילִי, נִדְרָי DORI | NILI, NIDRAY",
"short_caption": "A black and white photograph of soldiers in a trench, one man carrying a large piece of equipment.",
"ocr_text": "65 REUBEN YEHUDAI דּוֹרִי | נִילִי, נִדְרָי",
"ocr_translation": "65 DORI | NILI, NIDRAY REUBEN YEHUDAI"
},
{
"image_id": "15526bd2-91fe-4b4c-9c1f-27c961f239ff",
"image_num": 66,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171632_c204a418_Israel_3_070.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080530Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=d76e4bedd3f12250d50f6c256ce4c6e7b6dc389b2bdb790e4e4819560da410a2",
"width": 5078,
"height": 6539,
"caption": "Caption: A black and white photograph of a group of people in distress, with one person screaming. | Description: This is a black and white photograph depicting a group of people in a state of distress. In the center, a person with dark, curly hair is shown with their head tilted back and mouth wide open in a scream, their hands raised near their face. To the right, another individual, wearing a knitted hat and a heavy coat, is also shown with their mouth open, appearing to be shouting or crying, with their hands near their face. In the foreground, the head and shoulders of a third person are visible, lying down and looking towards the central figure. The image is tightly framed, focusing on the emotional expressions and physical tension of the subjects. The lighting is high-contrast, creating deep shadows and bright highlights on the faces and clothing. The overall composition is crowded and chaotic, emphasizing the intensity of the moment. On the left edge of the image, vertical text reads \"66 RIVAH SEGAL\" and above it, Hebrew text \"ליבי סול\". | Scene: UNKNOWN (UNKNOWN) | Objects: person, child, sweater, backpack, text | Vibe: distressed, chaotic, somber | People: 5+ | Actions: person lying on ground, person sitting, person holding child, child crying, person covering face | Text: 66 RIVAH SEGAL",
"short_caption": "A black and white photograph of a group of people in distress, with one person screaming.",
"ocr_text": "66 RIVAH SEGAL",
"ocr_translation": "66 RIVAH SEGAL"
},
{
"image_id": "de504808-74c2-43fd-85f4-519e1733139f",
"image_num": 67,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171707_fc031b22_Israel_3_071.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080707Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b8ac88db7db577cce871f86a1890e2330a7665904784d078e9f88f0943b94a93",
"width": 4914,
"height": 6540,
"caption": "Caption: A black and white photograph of a man's face, tilted and framed by a dark, curved shape. | Description: This is a black and white photograph featuring a close-up of a man's face, which is tilted at an angle. The man appears to be older, with visible wrinkles on his forehead and around his eyes, and he has dark hair. His eyes are open and looking towards the viewer. The face is framed by a dark, curved, and irregular shape that cuts off the top and right side of the image, creating a strong compositional element. The background is a light, textured gray, contrasting with the dark frame and the man's features. The lighting is direct, highlighting the contours of his face and creating deep shadows, particularly under his eye and along the side of his nose. The overall composition is stark and focused on the facial expression and the graphic quality of the frame. | Scene: UNKNOWN (indoor) | Objects: person | Vibe: contemplative, intense, dramatic | People: 1 | Actions: person lying",
"short_caption": "A black and white photograph of a man's face, tilted and framed by a dark, curved shape.",
"ocr_text": null,
"ocr_translation": null
},
{
"image_id": "8c1b6232-0bb9-4a24-a6d6-78354fb4e42a",
"image_num": 68,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171753_27de9376_Israel_3_072.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080632Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=361329f82f825e08d5589844dbbcc7f10b1d13571a9dc489f2c77d8d3105ab04",
"width": 5094,
"height": 6539,
"caption": "Caption: A young boy stands on a paved road in a black and white photograph. | Description: This is a vertically oriented, black and white photograph depicting a young boy standing on a paved road. The boy, positioned in the lower-left portion of the frame, has short dark hair and is wearing a light-colored long-sleeved shirt, light-colored shorts, dark socks, and light shoes. He is holding a rectangular object, possibly a book or a box, in his hands. The road is bordered by a raised curb on the right, which runs diagonally from the bottom right to the upper middle of the image. In the background, there are buildings with flat roofs, a tall pole with a light fixture, and a tree. The sky is overcast, resulting in flat, even lighting with no strong shadows. The image has a grainy texture typical of older photographs. Text in Hebrew is visible along the left and right edges of the photograph, with the numbers 67 and 68 printed vertically, indicating page numbers. | Scene: street (outdoor) | Objects: person, building, palm tree, curb, street, sign | Vibe: historical, quiet, somber | People: 1 | Actions: person standing | Text: 67 MARTIN KORETZ 68 DANIEL ROSENBAUM דְּרִיִּי קִירָן Driy Kiran לְנַחַל יְרוּשָׁלִַם To the Jordan River",
"short_caption": "A young boy stands on a paved road in a black and white photograph.",
"ocr_text": "67 MARTIN KORETZ 68 DANIEL ROSENBAUM דְּרִיִּי קִירָן לְנַחַל יְרוּשָׁלִַם",
"ocr_translation": "67 MARTIN KORETZ 68 DANIEL ROSENBAUM Driy Kiran To the Jordan River"
},
{
"image_id": "d90fba6b-5f3e-476d-9173-3029ebc961cc",
"image_num": 69,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171831_631bba66_Israel_3_073.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080705Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=7d26b3e53054db2e325f5b7360ad3d4e34e21f524b0c98e17fdf2746d90a2a9b",
"width": 4969,
"height": 6540,
"caption": "Caption: A black and white photograph of a city street with scattered stones on the asphalt, a person bending over, and vintage cars. | Description: This is a black and white photograph of a city street intersection, likely taken during the mid-20th century. The foreground is dominated by a paved road with a large, faded white arrow painted on it. Scattered across the road surface are numerous smooth, dark stones of various sizes. A person is bent over in the middle ground, appearing to place or adjust one of the stones. To the right, the front portion of a light-colored, vintage van is visible. In the background, several other vintage cars are parked along the street. The buildings are multi-story, with a mix of architectural styles, including some with balconies. A traffic light is visible at the corner, and a pedestrian crossing sign is posted. The overall lighting is flat and even, suggesting an overcast day. The image has a grainy texture, typical of older film photography. Text in the upper left corner reads \"9 NACHUM GUTTMAN 10011 1001\". | Scene: street (outdoor) | Objects: car, stone, building, traffic light, van, sign, dog, arrow | Vibe: urban, quiet, historical | People: 2-4 | Actions: person bending, person standing, car parked | Text: 9 NACHUM GUTTMAN 10011 1137 MOBIL 1137 1137 1137",
"short_caption": "A black and white photograph of a city street with scattered stones on the asphalt, a person bending over, and vintage cars.",
"ocr_text": "1137 9 NACHUM GUTTMAN 10011 MOBIL",
"ocr_translation": "1137 9 NACHUM GUTTMAN 10011 MOBIL"
},
{
"image_id": "77f58d83-17b2-49a6-969f-e150701b3b87",
"image_num": 70,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_171923_75eaea6c_Israel_3_074.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080624Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=d88eaf9a0ff5a834490eef0ce3cdc900b440429153a6dcb7bc40cbfac91d7563",
"width": 4967,
"height": 6539,
"caption": "Caption: A woman stands beside a large stone sculpture of a woman carrying a basket on her shoulder. | Description: This black and white photograph shows a woman standing to the right of a large, unfinished stone sculpture in what appears to be a studio. The sculpture, carved from light-colored stone, depicts a standing female figure in profile, wearing a head covering and a long dress, with a large basket balanced on her right shoulder. The woman, who is likely the artist, has dark, styled hair and wears a dark short-sleeved top under a light-colored, possibly patterned, apron. She is smiling and looking towards the camera, with her hands clasped in front of her. The sculpture rests on a thick, rectangular stone base. In the background, the studio environment includes a plain wall, a radiator, and a piece of equipment with a corrugated hose. The lighting is even, illuminating the subjects from the front. The image has a vertical text block on the left edge, reading '70 RAN ERDE TLLK 17'. | Scene: studio (indoor) | Objects: sculpture, woman, basket, apron, table, pipe, text | Vibe: historical, artistic, documentary | People: 2 | Actions: woman standing, woman sitting, sculpture holding basket | Text: 70 RAN ERDE 70 RAN ERDE",
"short_caption": "A woman stands beside a large stone sculpture of a woman carrying a basket on her shoulder.",
"ocr_text": "70 RAN ERDE",
"ocr_translation": "70 RAN ERDE"
},
{
"image_id": "434d6c69-e841-4e71-8e98-0a45336add6d",
"image_num": 71,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_172003_3a053911_Israel_3_075.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080558Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=2ba03f03660355ab5f4d5f9ebe94943db24bc34381b3e49672c0ad43c8849c32",
"width": 4967,
"height": 6539,
"caption": "Caption: A group of children and a woman pose together in a desert camp. | Description: This black and white photograph captures a group of approximately ten children and one adult woman posing together in a sandy, arid landscape. The group is arranged in a loose cluster, with some children standing and others crouching or kneeling on the ground. Most of the children are smiling or laughing, with open mouths, suggesting a moment of joy. The woman, positioned slightly behind the children, has dark, styled hair and is wearing a dark jacket. The children wear a variety of clothing, including long-sleeved shirts, patterned garments, and one child in a striped outfit. In the background, a line of dark, tent-like shelters is visible on a slight rise, with a vast, flat, and barren landscape extending into the distance under a bright, overcast sky. The lighting is even and diffuse, casting soft shadows. The image has a grainy texture typical of older photographs, and text at the bottom left identifies the photographer as David Perlmutter. | Scene: desert (outdoor) | Objects: children, tents, sand, clothing, text | Vibe: joyful, playful, documentary | People: 10 | Actions: children sitting on sand, children standing on sand, children looking at camera, child holding child | Text: DAVID PERLMUTTER דוד פלדימור David Perlmuter",
"short_caption": "A group of children and a woman pose together in a desert camp.",
"ocr_text": "DAVID PERLMUTTER דוד פלדימור",
"ocr_translation": "David Perlmuter DAVID PERLMUTTER"
},
{
"image_id": "06c81973-4e69-4c9e-b115-3cea0d322872",
"image_num": 72,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_172043_60fa5128_Israel_3_076.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T011432Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=13d54de04f22a71a77b61c596d0de75e47c3140d670e77a320b65d74e89d1fd4",
"width": 4658,
"height": 6539,
"caption": "Caption: A black and white photograph shows two people plowing a field with horses. | Description: This is a high-angle, black and white photograph of a rural agricultural scene. The image captures two separate instances of plowing a field. In the upper portion, a person is walking behind a dark horse that is pulling a plow, creating a furrow in the dark soil. In the lower portion, another person, wearing a light-colored hat and shirt, is guiding a lighter-colored horse that is also pulling a plow. The field is characterized by alternating dark, freshly turned soil and lighter, unplowed earth, forming diagonal lines across the frame. The lighting appears to be natural daylight, creating strong contrasts between the dark soil and the lighter areas. The composition is dynamic, with the diagonal lines of the plowed furrows leading the eye across the image. The photograph appears to be a page from a publication, as indicated by the text \"72 WEISSENSTEIN\" and Hebrew text in the top right corner. | Scene: field (outdoor) | Objects: person, horse, plow, field, hat | Vibe: rural, historical, laborious | People: 2 | Actions: person plowing field, horse pulling plow | Text: 72 WEISSENSTEIN וינסheim Weissenstein",
"short_caption": "A black and white photograph shows two people plowing a field with horses.",
"ocr_text": "72 WEISSENSTEIN וינסheim",
"ocr_translation": "72 WEISSENSTEIN Weissenstein"
},
{
"image_id": "3958e3fb-e0af-43d3-82ac-5332f6bfa252",
"image_num": 73,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_172115_684c69e9_Israel_3_077.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080553Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5100fd1b3c332e67b3f566a0d9e832cf18ce6632e5f9eb6db68e11fb15b7712f",
"width": 4951,
"height": 6491,
"caption": "Caption: A group of women in uniform walk alongside a donkey pulling a cart with a woman seated on it. | Description: This black and white photograph captures a scene on a dirt road in a rural setting. On the left, a donkey, adorned with a decorative headpiece, is harnessed to a wooden cart. A woman wearing a dark headscarf and coat is seated in the cart. To the right, a line of women in matching uniforms, consisting of short-sleeved shirts, trousers, and berets, walks forward. The background features a field of tall crops under a bright, overcast sky. The image is a page from a publication, indicated by the number '73' and text in English and Hebrew at the bottom. | Scene: street (outdoor) | Objects: donkey, cart, woman, field, uniform, hat, book | Vibe: historical, documentary, rural | People: 5+ | Actions: woman sitting on cart, donkey pulling cart, women walking | Text: 73 JOSEF LEVITE יוסף לויית Yosef Levite",
"short_caption": "A group of women in uniform walk alongside a donkey pulling a cart with a woman seated on it.",
"ocr_text": "73 JOSEF LEVITE יוסף לויית",
"ocr_translation": "73 JOSEF LEVITE Yosef Levite"
},
{
"image_id": "18d04fc0-62ca-48f8-bff6-163c03c1d297",
"image_num": 74,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_172146_b4f5129a_Israel_3_078.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080532Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=d55edafcc5546413d7143499f3657e2bd0faabc7c3f7f2c971d2312d84eaba71",
"width": 5149,
"height": 6563,
"caption": "Caption: A page with two black and white photographs: one of soldiers marching and one of a child sitting on the ground. | Description: The image displays a two-panel black and white photograph on a page, likely from a book or magazine. The left panel shows a group of soldiers in uniform marching in formation. The lead soldier, a woman, is in profile, wearing a beret, a short-sleeved shirt, and trousers, with her mouth open as if shouting or singing. Other soldiers follow behind her, some carrying a flag. The right panel features a young child sitting on a dirt or sandy ground. The child has dark hair and is wearing a long-sleeved sweater and dark pants. The child is looking towards the camera with a neutral expression. In the background of the right panel, there are blurred vertical structures, possibly pillars or trees. Text at the top right of the right panel reads \"74 YEHUDA ZEIRA\" and Hebrew text \"יהודה זעירה\". | Scene: street (outdoor) | Objects: soldier, child, flag, boot, sweater, text | Vibe: serious, somber, documentary | People: 5+ | Actions: soldiers marching, child sitting | Text: 74 YEHUDA ZEIRA יְהוּדָה זֵעִירָה 74 YEHUDA ZEIRA Yehuda Zeira",
"short_caption": "A page with two black and white photographs: one of soldiers marching and one of a child sitting on the ground.",
"ocr_text": "74 YEHUDA ZEIRA יְהוּדָה זֵעִירָה",
"ocr_translation": "74 YEHUDA ZEIRA Yehuda Zeira"
},
{
"image_id": "d3debd12-153e-4da3-bc2b-d78abeb56aaa",
"image_num": 75,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_172221_d4e5f092_Israel_3_079.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080702Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8cd568f128df37c66a53d3a19ae76af6897c4730a310bdc978b802090239132c",
"width": 4959,
"height": 6515,
"caption": "Caption: A black and white photograph of two young children, a boy and a girl, looking toward the camera. | Description: This is a black and white photograph featuring two young children in a close-up shot. On the left, a boy with short, dark hair and a dark, collared shirt with a visible button looks directly at the camera. To his right, a girl with dark hair styled in a bun or updo, adorned with a white, possibly lace or crocheted, headband, also looks forward. She wears a light-colored, high-necked garment. The lighting is bright, creating strong highlights on their faces and the headband, with deep shadows. The background is indistinct and out of focus. At the top right of the image, text reads \"75 AMNON BAR-TUR\" and Hebrew text \"דניאל בר-טיר\". | Scene: UNKNOWN (outdoor) | Objects: child, clothing, text | Vibe: serious, documentary, historical | People: 2 | Actions: child standing, child standing | Text: 75 AMNON BAR-TUR דניאל בר-טיר Daniel Bar-Tur",
"short_caption": "A black and white photograph of two young children, a boy and a girl, looking toward the camera.",
"ocr_text": "75 AMNON BAR-TUR דניאל בר-טיר",
"ocr_translation": "75 AMNON BAR-TUR Daniel Bar-Tur"
},
{
"image_id": "a8c24182-e7e0-49b3-8154-91ce5b64b5ea",
"image_num": 76,
"album_id": "AL046",
"album_title": "Israel photography annual",
"uri": "https://thesis-media.s3.amazonaws.com/user-uploads/user-1/thesis_images/20251024_172254_4fc37881_Israel_3_080.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4AG4YXIDL3DEC5QI%2F20260321%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260321T080643Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e76063b3b0cf26581ae898c58bd248184e727639305db904fa92721cbf468710",
"width": 4959,
"height": 6515,
"caption": "Caption: A black and white photograph of a sculpted hand gripping a metal rod. | Description: This is a black and white photograph showing a close-up of a sculpted hand gripping a metal rod. The hand, appearing to be made of stone or a similar material, is clenched tightly around the rod, which extends diagonally from the upper left. The sculpture's surface is rough and textured, with deep shadows defining the knuckles and fingers. The fingers are curled into a fist, with the thumb visible on the side. The metal rod is cylindrical and has a looped end that the hand is holding. The background is a plain, light gray, and the lighting creates strong contrasts, emphasizing the form and texture of the sculpture. The image is framed with a vertical margin on the left, which contains printed text, including the name \"PAUL GROSS\" and the number \"76\". | Scene: UNKNOWN (UNKNOWN) | Objects: sculpture, tool, text | Vibe: textured, monochromatic, detailed | People: 1 | Actions: person holding tool | Text: 76 PAUL GROSS דיל גROSS DIL GROSS",
"short_caption": "A black and white photograph of a sculpted hand gripping a metal rod.",
"ocr_text": "76 PAUL GROSS דיל גROSS",