diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..26d33521af10bcc7fd8cea344038eaaeb78d0ef5
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/.idea/id_inversoNuevo.iml b/.idea/id_inversoNuevo.iml
new file mode 100644
index 0000000000000000000000000000000000000000..8388dbc88e9e141893654c3ba2c7dc0d36bddcb0
--- /dev/null
+++ b/.idea/id_inversoNuevo.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000000000000000000000000000000000000..676d8d245b22a320375f7428d9ae1c9edc96f3a9
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000000000000000000000000000000000000..105ce2da2d6447d11dfe32bfb846c3d5b199fc99
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d56657add3eb3c246989284ec6e6a8475603cf1d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000000000000000000000000000000000000..dd299d1f97408409fc9cba4268b790761a038dbf
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000000000000000000000000000000000000..35eb1ddfbbc029bcab630581847471d7f238ec53
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/crear.py b/crear.py
new file mode 100644
index 0000000000000000000000000000000000000000..d95a93065ce40a329e99faa0f6f882221bac7091
--- /dev/null
+++ b/crear.py
@@ -0,0 +1,36 @@
+import json
+import os
+
+# Ruta de la carpeta donde se guardarán los archivos JSON
+folder_path = "./data/key"
+
+# Verificar si la carpeta existe, de lo contrario, crearla
+if not os.path.exists(folder_path):
+ os.makedirs(folder_path)
+
+for i in range(0, 100):
+ data = {
+ "nuip": "",
+ "firstSurname": "",
+ "secondSurname": "",
+ "name": "",
+ "nationality": "",
+ "stature": "",
+ "gender": "",
+ "birthDate": "",
+ "G.S.": "",
+ "birthPlace": "",
+ "dateAndPlaceIssue": "",
+ "dateExpiration": "",
+ "type": ""
+ }
+
+ file_name = f"{i}.json"
+ file_path = os.path.join(folder_path, file_name)
+
+ with open(file_path, 'w') as f:
+ json.dump(data, f, indent=4)
+
+ print(f"Archivo {file_name} creado en {folder_path}.")
+
+print("Creación de archivos JSON completada.")
\ No newline at end of file
diff --git a/data/img/000.jpg b/data/img/000.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..26ebe98eb15be55305f313a494c3036bd5198b43
--- /dev/null
+++ b/data/img/000.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c510b4a9097c4a745d7d0c426133c2d9dc1ef0ff83752dfe17ad849ea46cb84d
+size 986226
diff --git a/data/img/001.jpg b/data/img/001.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1257f5b1bb55ae0369f7c1de1fcdb71222680379
--- /dev/null
+++ b/data/img/001.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:185c5a8a214d781a6e3293b9374992d7a0cc2dc128e3f01807a2055d2b35b058
+size 179161
diff --git a/data/img/002.jpg b/data/img/002.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2f00b67b5f33b94e71ade82785b1c4d66be81710
--- /dev/null
+++ b/data/img/002.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a6caf6bb60dfcf31e85f3e67a9b43e2e0dad25f399bd48312f45e189ed491d52
+size 31146
diff --git a/data/img/003.jpg b/data/img/003.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..10a740a96703d93be5450feaa05ad0530354df08
--- /dev/null
+++ b/data/img/003.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:40b70d6fc0c9c19394f2a676cec28e8d6d53febbecd5b6319ee849f19c975fa9
+size 151584
diff --git a/data/img/004.jpg b/data/img/004.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1e1fce87d1b355c96b7ac808e229a52ff88f4d71
--- /dev/null
+++ b/data/img/004.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9eb976589862ee5585f4b15725d7d35e9070dc80d3927d441fc3c57bc14e6a42
+size 72149
diff --git a/data/img/005.jpg b/data/img/005.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8225bb3994260c496a35ac095a93282f09b4574f
--- /dev/null
+++ b/data/img/005.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:71844414ce2c7ba948148eed581c08f4bc1680348e1d3146c80b86a84177f52f
+size 142023
diff --git a/data/img/006.jpg b/data/img/006.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4a86f46afa130c643cb03e200dcbfaf3e6cb1b28
--- /dev/null
+++ b/data/img/006.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2b913a659414b1a81c6c6aa6a2cca68491bfa8f986b5debdb430feea50a97cce
+size 62004
diff --git a/data/img/007.jpg b/data/img/007.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..29520693c92718a2d0a5d2ea5ea87617dea9757d
--- /dev/null
+++ b/data/img/007.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb073f9394cd6266f59d18803daf796bc401a050e0c8e87439b42460bed3236d
+size 114402
diff --git a/data/img/008.jpg b/data/img/008.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4fcbef3c55cc428d1140959d02d4c86612b99376
--- /dev/null
+++ b/data/img/008.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e668db43f1ffdedec59f07ce342f201c60bf4a34c465e6d4a2f7f4271eeda7f
+size 54543
diff --git a/data/img/009.jpg b/data/img/009.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c4f278616dcc82031414b16ebbc71f0e232627cf
--- /dev/null
+++ b/data/img/009.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1672bac8b252c20be4481dc5626a4537596d170fe61ba8b25e2b990e219f2827
+size 80911
diff --git a/data/img/010.jpg b/data/img/010.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..189723e63c483019faa200c18beba00b50d6c9f6
--- /dev/null
+++ b/data/img/010.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d7077896720c9eab7ec5f030bacfedbd5117a1a5323b11519c9322593cffa70d
+size 127792
diff --git a/data/img/011.jpg b/data/img/011.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..428b9a93afb5ada5fd2c2708f0e727fc4cb5ba0c
--- /dev/null
+++ b/data/img/011.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:577543a78269561b6df3ef9d57e4a1ecb96b76cb4bcf80dc987456aad7b1856f
+size 181420
diff --git a/data/img/012.jpg b/data/img/012.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..838ef4619a4711fcb356c0c63f73282aab87f15d
--- /dev/null
+++ b/data/img/012.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c6cb8af498a31e72cf0a964c2cb3c2490649df2f4c39b032d9640a1fccde3e6b
+size 157778
diff --git a/data/img/013.jpg b/data/img/013.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d407b31f2d712fe688d6debceb423345d0623123
--- /dev/null
+++ b/data/img/013.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:baa2ac1e17d2341e5cc6ae2a1202d6c8cb45e6d42cdcf71295dcffd18b541f8d
+size 167651
diff --git a/data/img/014.jpg b/data/img/014.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a252973d91635d610429bf72becfc44259849a9d
--- /dev/null
+++ b/data/img/014.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e871edc5e062e1ab9586c6bb97e97b1369bd1eabdb2b2a36128d396ba4a4fbbe
+size 179556
diff --git a/data/img/015.jpg b/data/img/015.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d3b3e55e4ff25ea29ab0c200ada0d3963629da65
--- /dev/null
+++ b/data/img/015.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ba8bee71ee501b8bdb4908b374553c330073a09baf625cdae3eddec96d7d1a5c
+size 63615
diff --git a/data/img/016.jpg b/data/img/016.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a732780d26a3fd9d447aaa26cd7584824ea42771
--- /dev/null
+++ b/data/img/016.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d20343ab4e89812140730b183632820616163e270130327fadef27e802fe7208
+size 107497
diff --git a/data/img/017.jpg b/data/img/017.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..079896414619e410f1197993add656b1f6bc2a94
--- /dev/null
+++ b/data/img/017.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:09dd03dc69af74e9821f38275b822be83027d2519aabdc4ea58e540ccc227dd9
+size 106988
diff --git a/data/img/018.jpg b/data/img/018.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..592de51fe9dc228ad01a8014e19bf640b443a7ba
--- /dev/null
+++ b/data/img/018.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:913c426ab8a8b3ad59d950e3dc511597d28d4a7059f0e5a23a517af75e705b90
+size 169756
diff --git a/data/img/019.jpg b/data/img/019.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d58c759ceecb3281d9bd853154216f97333ad014
--- /dev/null
+++ b/data/img/019.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb7425eb271da555f89c88e286dcc3dfea1e41980047a4c3f979763004de7ee5
+size 207953
diff --git a/data/img/020.jpg b/data/img/020.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..37aed38c0f45a1932bdf83c4ff93fdab5b4cc0ef
--- /dev/null
+++ b/data/img/020.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:80958b72611a7e968147927c6ee9d6ba1cadb100500cef99e6b30fd4e7c6410a
+size 86559
diff --git a/data/img/021.jpg b/data/img/021.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f07021158c26e8247a64c8508abe66a93a3f1348
--- /dev/null
+++ b/data/img/021.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a72848be8ca6e92be6d5dead5f9b9d40352496455689764f83e647503e1acf19
+size 138203
diff --git a/data/img/022.jpg b/data/img/022.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..738babbc4768a750738eff67d57d6c3d207a7be3
--- /dev/null
+++ b/data/img/022.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b9cdc6ffb12ef8bdb57034ff435380c9d56ecc99388c9a1b66114cf18eb9dbae
+size 63961
diff --git a/data/img/023.jpg b/data/img/023.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2b3a6a0bea21cd882c91da20d66a993e5f94887b
--- /dev/null
+++ b/data/img/023.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b341bd3416e9eccc7435e0c62861d18782da259bfd0ddcaa0e576588c8cde4af
+size 203337
diff --git a/data/img/024.jpg b/data/img/024.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4b14ce8ad6366c3d351af9e3c2af6a8f30ad04ca
--- /dev/null
+++ b/data/img/024.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5c4cd1cd67564dcd67233c64be29a6e7d1317c532099f4e7c32a9a0fde3612e0
+size 275023
diff --git a/data/img/025.jpg b/data/img/025.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ddfe0332058573e7abbb26d80fd55e13ee4827f0
--- /dev/null
+++ b/data/img/025.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c95ef74cf7440dfefb0e1e0cddefbc36e4e4f63c93cf1f5d001aa6e191d9c3c1
+size 141080
diff --git a/data/img/026.jpg b/data/img/026.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b3bbc3db7baa5183b74a92395925d6679ee7e628
--- /dev/null
+++ b/data/img/026.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39d88ef313dc0ae9395c3514aea5dac44897ed1330fea34641ca63c5b59dffe1
+size 241501
diff --git a/data/img/027.jpg b/data/img/027.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..479c71bdd056e0134854fa1ec8b8766d571507dc
--- /dev/null
+++ b/data/img/027.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fde867257b1c8337c2d0e00ae318427c0120ac3bce930c42c1cab29287140510
+size 52962
diff --git a/data/img/028.jpg b/data/img/028.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b7112bce60dd7db7bac39e4332ebd634a4b26caa
--- /dev/null
+++ b/data/img/028.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39e5506fcb6a72e824e0820e7df384be0e318742d23e3922b97a782735fa92a5
+size 94059
diff --git a/data/img/029.jpg b/data/img/029.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7200ac171d5768fb15d5e0b8b46c0b18ea76bc39
--- /dev/null
+++ b/data/img/029.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0922021bbee71bd8ae7bb868b90fbba21472af44f6fca4f8c68ebbf28621d2f7
+size 377401
diff --git a/data/img/030.jpg b/data/img/030.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..72e922a6f0bae1bd30e58053fc4337b16e77c3bc
--- /dev/null
+++ b/data/img/030.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e80a4e528623e56da257bcd77851090c73c26c44d022b352e19679331aa1c389
+size 71032
diff --git a/data/img/031.jpg b/data/img/031.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c0569f0d542a19da077256fc69139e0440725963
--- /dev/null
+++ b/data/img/031.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:72a9d8789dc393f8a201e8fbe2b8c6e7597750ce1b558c29c339afe3ae4e3733
+size 122135
diff --git a/data/img/032.jpg b/data/img/032.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..719d278fbbbbba4724c01ff18223d16ef5c7c004
--- /dev/null
+++ b/data/img/032.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a9e723377aa6b2f5d939cdf24c34babb43c31bcce0e35065b3c302500763de4c
+size 110291
diff --git a/data/img/033.jpg b/data/img/033.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0d5132f5f5c2d101107ec5a33011054239486f41
--- /dev/null
+++ b/data/img/033.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c5b99704486ef0d502225c5e4470966534f57dc6d49896d94cecdd29e5fea04f
+size 1096164
diff --git a/data/img/034.jpg b/data/img/034.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3900238e243a8e2861a34d1b48169175f52b815d
--- /dev/null
+++ b/data/img/034.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4ccfb36f88ac42f42b1d6e16757645a296cabfe6c76ea86519ccc02b64352ce0
+size 137169
diff --git a/data/img/035.jpg b/data/img/035.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f25a5d5bdaa851e8dba61f50513345e857d32b77
--- /dev/null
+++ b/data/img/035.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d3cd3a2ae4dc9954eaf3cd4c9614d70e24a1dff220a0ed84c849b0639003e80f
+size 38401
diff --git a/data/img/036.jpg b/data/img/036.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..55208c805c0c6cc34c6b97ef25d06d369440b8b1
--- /dev/null
+++ b/data/img/036.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ba996c514f0822bda69c26fdc2a550a5d8fe4ac1d829aa61476e8342460d8083
+size 113534
diff --git a/data/img/037.jpg b/data/img/037.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..54581908124f6b704e9bf2630e1b3f61067ad306
--- /dev/null
+++ b/data/img/037.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:756371b880b38f005404414b372530964c0fed0c687b63372398add54f491726
+size 130345
diff --git a/data/img/038.jpg b/data/img/038.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2e0f193a7671f5437cd416cf14fd2b36d4b3c36f
--- /dev/null
+++ b/data/img/038.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f60cbdcb1198a4541cac0439024552cc8d6b235f4aa6796ff78c5ef18b89e532
+size 86589
diff --git a/data/img/039.jpg b/data/img/039.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..9e1a9dc3edb8617d374246ab32927b8e58eddb7f
--- /dev/null
+++ b/data/img/039.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:badffccbc47a7943613aa700c0a0c5cba3722e7744c39fc7d3291f6a57e13ef6
+size 176785
diff --git a/data/img/040.jpg b/data/img/040.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..999594aa00940d246bb6a289f120bbb66f700ed7
--- /dev/null
+++ b/data/img/040.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e76f6b414772df9e10c387f3f8937a3ef5490cfc3c8b76b7d03cf4c297fff98f
+size 429595
diff --git a/data/img/041.jpg b/data/img/041.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a27139dc7681d91ddef8316b758910ce356ba892
--- /dev/null
+++ b/data/img/041.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f8fbbe7bde4515027b3819e4cd8417a830728eea4f83b238cb6db489f223427c
+size 352023
diff --git a/data/img/042.jpg b/data/img/042.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4c4fb4d22def1c1e0bee35245ab2479320682634
--- /dev/null
+++ b/data/img/042.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b980fa0273a41eb55d4c6e7b3525d45ae40d40c3c3eb0609da5baa393bb223f
+size 322798
diff --git a/data/img/043.jpg b/data/img/043.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b90b4c2db540f8da71c87b549cd32edda58bce9f
--- /dev/null
+++ b/data/img/043.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f28afbf7f3129db675394f4cabf56e37abd25ca1071637b982061daa0d207ccf
+size 319615
diff --git a/data/img/044.jpg b/data/img/044.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7a896299cdea009020a97766dc3774579f5bc398
--- /dev/null
+++ b/data/img/044.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:82c5bcd36c84d55a43df12837ccf6d34c146fa7079d08c457ad6be932801bbb0
+size 135263
diff --git a/data/img/045.jpg b/data/img/045.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..119763b94fe2a7e0ea4a54b1c00c20016b9809cc
--- /dev/null
+++ b/data/img/045.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:33f897e76c9816bdca644edb5f91cd3ad4a37a440b6f2532eeb6371d7484553a
+size 40923
diff --git a/data/img/046.jpg b/data/img/046.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6a79379e2cd23455563a512871f77c6921c5fdf0
--- /dev/null
+++ b/data/img/046.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:87fff33344427ca3c2d3febdafb7e0e93a9094239e5e5180591f57af97caf50f
+size 815210
diff --git a/data/img/047.jpg b/data/img/047.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ed360b85ec33af2a0cac7ccab2f2d2ac43c89e6a
--- /dev/null
+++ b/data/img/047.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d3e53e8a3c9d4b8976e683dd53ec8e589545e94927761514d07c888c8e8f509f
+size 295758
diff --git a/data/img/048.jpg b/data/img/048.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..cafdac9f8722d3c198e416fe250610f55e3ecd7e
--- /dev/null
+++ b/data/img/048.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fc8b45bc6a690637ab2850633a09970fcd03930535e77d344f25db24c84de513
+size 236592
diff --git a/data/img/049.jpg b/data/img/049.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ec9b4bf237883e3d0ff547f3dbc5dedebfa92039
--- /dev/null
+++ b/data/img/049.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f41ea6dd13b966d2395f9e8871c6199ad4ba4dd8aea8d865f75727de7c7e4adf
+size 95307
diff --git a/data/img/050.jpg b/data/img/050.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..eae2bd2dc41e80620cb785ff5cbf3e49ee899d42
--- /dev/null
+++ b/data/img/050.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36490947e9893640047f6935bc81031961fedb3d605aafac83898f2e9bc8ae8f
+size 96994
diff --git a/data/img/051.jpg b/data/img/051.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..630bc3b2df13a28dcc45ce26e9824265dd2ae811
--- /dev/null
+++ b/data/img/051.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:33ea5db56a0d922f16d9c1b1da5e5e79fd0179107b9c50fc43343ce3fc0210d1
+size 302978
diff --git a/data/img/052.jpg b/data/img/052.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1c44126c0e725a65865bc8349198a7d83346056f
--- /dev/null
+++ b/data/img/052.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c5e2a0d5732fcc7ae4bfce1dc736c984b621616b0d86cad464abbf238d604a5e
+size 109733
diff --git a/data/img/053.jpg b/data/img/053.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ecb9b0748f7b07c413667c077da51d371170ffa4
--- /dev/null
+++ b/data/img/053.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1306fe2c0875f4e69cc4126356d35b2863ed2041071c47aaf9ea22da571a5a53
+size 96687
diff --git a/data/img/054.jpg b/data/img/054.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7fcb43174ae27820ec819a47aa07dfaac78863b1
--- /dev/null
+++ b/data/img/054.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1327b46ba32d33c0d3cc647355b5da30f891a7e2254c64ac44677c9373bed067
+size 61873
diff --git a/data/img/055.jpg b/data/img/055.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6e8465fab76ed3162591ed58dea9dd738333c186
--- /dev/null
+++ b/data/img/055.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:65447807670852b1324caade3c88f5bb8454e2a4778d8ba0ddc534bee858fb8d
+size 52919
diff --git a/data/img/056.jpg b/data/img/056.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..137c86a987267d5e99d4ba72ab971a3d1d523413
--- /dev/null
+++ b/data/img/056.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:786676e5c2960341519d40a2f90f78da2ed70b9977a4aa146a39e8d640599d5a
+size 110379
diff --git a/data/img/057.jpg b/data/img/057.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0ee20c585147a9712654586603a3cbe3ec5c8227
--- /dev/null
+++ b/data/img/057.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b035fcefa4ff75a2ea24ed3398542333584faca229e4204546e8cc31fff4a37
+size 76220
diff --git a/data/img/058.jpg b/data/img/058.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c40b71e2ff59d925097dc384661b52aada1bb183
--- /dev/null
+++ b/data/img/058.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f75ba2b8de2a3313246ddbe11b69862e1f1a8db561be7cd207fd8d13a91a03c
+size 36981
diff --git a/data/img/059.jpg b/data/img/059.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2089b1976558debe3a8ce225ddf8a8ccd393672e
--- /dev/null
+++ b/data/img/059.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a37e29a907cb392ba28714e9844da58cf2132d26f67e25c5bffe9763fc117e6a
+size 60310
diff --git a/data/img/060.jpg b/data/img/060.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..52805b0000a1f739b1f2c8875c9b2c6f72d2aef6
--- /dev/null
+++ b/data/img/060.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:185b410357dfda15cf33f8ec01ecb1434835bb472e1b0d422bd19ede10863f8c
+size 83328
diff --git a/data/img/061.jpg b/data/img/061.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..385c077b1334e16d8e74a4ea370d2b764263cb53
--- /dev/null
+++ b/data/img/061.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:77a1c583b1a8648bb74c72756672ef155feed09516e5aa03aa859ee7c6259137
+size 345420
diff --git a/data/img/062.jpg b/data/img/062.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..665b462560fd392faa9d2440b3d3f9b27b7088fe
--- /dev/null
+++ b/data/img/062.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:32e510ab8be80b5a820b197f2017d4b162c8230aa11d275f2ef67056dd80689e
+size 77828
diff --git a/data/img/063.jpg b/data/img/063.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a09b30c478a689f3fc735837e6ec7a16c66fcf8a
--- /dev/null
+++ b/data/img/063.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f5667e540c1f60ddbaec5d5f14969f49fafaab0edfcee5a22513fd81e2eb3e81
+size 82376
diff --git a/data/img/064.jpg b/data/img/064.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6fe339959545969ed7efcc45d61635f8184c9bc3
--- /dev/null
+++ b/data/img/064.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:90882c89f2e565cca47dd43fd81366df155adb96d02156315746f40b36ff7ecc
+size 293102
diff --git a/data/img/065.jpg b/data/img/065.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d2921e8e8bee6a04930392c020edd03aa696b0a4
--- /dev/null
+++ b/data/img/065.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2750210066e9a5fff8a6f5bb5a5d0f73b6b45c569539bda725338a91e2c772f4
+size 197959
diff --git a/data/img/066.jpg b/data/img/066.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4b5fdda12235df051c023f670c91f95c281ef075
--- /dev/null
+++ b/data/img/066.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6579b44d935a0b851afd2fbc8eb07d005ccd9330f4ff34d0a3df427c98cf1aa2
+size 97591
diff --git a/data/img/067.jpg b/data/img/067.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..5920b7f54ed88eba366b5ac805892d0663a1285a
--- /dev/null
+++ b/data/img/067.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:649d926f6067a1003bba3ed9fb7b0f22b6ec26536d279592fb4f2236ed48e731
+size 136040
diff --git a/data/img/068.jpg b/data/img/068.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..df3df63beee547d6e819adeb6135a57630ac54d3
--- /dev/null
+++ b/data/img/068.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d0f0db49abd1656f36f159963d6ebb8c094d21be3b1fe8941255c4b178bf293
+size 71457
diff --git a/data/img/069.jpg b/data/img/069.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..11e60b6802c60d78f214169f71945412dbee51b0
--- /dev/null
+++ b/data/img/069.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b7618bb95cc80e5199a8ecda9086c606383ab23a66f5a01cbceb916a8aabc493
+size 73667
diff --git a/data/key/000.json b/data/key/000.json
new file mode 100644
index 0000000000000000000000000000000000000000..a037533d9e5f0b7b73fcfb612a20a80e42230ef9
--- /dev/null
+++ b/data/key/000.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.001.287.937",
+ "firstSurname": "CULMA",
+ "secondSurname": "ARAGON",
+ "name": "STEVEN",
+ "nationality": "COL",
+ "stature": "1.65",
+ "gender": "M",
+ "birthDate": "20 ENE 2001",
+ "G.S.": "O+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "31 ENE 2019, BOOGOTA D.C.",
+ "dateExpiration": "22 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/001.json b/data/key/001.json
new file mode 100644
index 0000000000000000000000000000000000000000..c079f5018cdc1765b6d97fd1cbeaede1e7e2523b
--- /dev/null
+++ b/data/key/001.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.031.168.699",
+ "firstSurname": "GUZMAN",
+ "secondSurname": "CORTES",
+ "name": "JUAN SEBASTIAN",
+ "nationality": "COL",
+ "stature": "1.75",
+ "gender": "M",
+ "birthDate": "2O ENE 1997",
+ "G.S.": "O-",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "21 ENE 2015, BOGOTA D.C.",
+ "dateExpiration": "01 MAR 2031",
+ "type":"CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/002.json b/data/key/002.json
new file mode 100644
index 0000000000000000000000000000000000000000..2847250da739d5549b7124b4cc5da4c4e1b5cbc0
--- /dev/null
+++ b/data/key/002.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "85.153.506",
+ "firstSurname": "MORALES",
+ "secondSurname": "ZABALA",
+ "name": "ORLANDO VICTOR",
+ "nationality": "COL",
+ "stature": "1.75",
+ "gender": "M",
+ "birthDate": "15 ABR 1985",
+ "G.S.": "O+",
+ "birthPlace": "BARRANQUILLA (ATLANTICO)",
+ "dateAndPlaceIssue": "27 JUN 2003, SANTA MARTA",
+ "dateExpiration": "27 SEPT 2031",
+ "type":"CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/003.json b/data/key/003.json
new file mode 100644
index 0000000000000000000000000000000000000000..3cc30b8fb5c38b5ed0d46ce8e606185f6a770a01
--- /dev/null
+++ b/data/key/003.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.024.507.224",
+ "firstSurname": "CHINGATE",
+ "secondSurname": "MORENO",
+ "name": "GICELL MARIDZA",
+ "nationality": "COL",
+ "stature": "1.61",
+ "gender": "F",
+ "birthDate": "14 AGO 1990",
+ "G.S.": "A+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "15 AGO 2008, BOGOTA D.C.",
+ "dateExpiration": "21 DIC 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/004.json b/data/key/004.json
new file mode 100644
index 0000000000000000000000000000000000000000..e5f3862ce17561db249baf62275580bde2445df8
--- /dev/null
+++ b/data/key/004.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.031.125.424",
+ "firstSurname": "ARIAS",
+ "secondSurname": "VENEGAS",
+ "name": "WILLIAN",
+ "nationality": "COL",
+ "stature": "1.75",
+ "gender": "M",
+ "birthDate": "01 DIC 1986",
+ "G.S.": "O+",
+ "birthPlace": "DOLORES (TOLIMA)",
+ "dateAndPlaceIssue": "03 DIC 2004, BOGOTA D.C.",
+ "dateExpiration": "03 FEB 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/005.json b/data/key/005.json
new file mode 100644
index 0000000000000000000000000000000000000000..70842c03a69c812eb5544fc646f90b1838adb1c8
--- /dev/null
+++ b/data/key/005.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "40.341.847",
+ "firstSurname": "AMEZQUITA",
+ "secondSurname": "TREJOS",
+ "name": "SHIRLEY JOHANNA",
+ "nationality": "COL",
+ "stature": "1.63",
+ "gender": "F",
+ "birthDate": "21 MAYO 1985",
+ "G.S.": "A+",
+ "birthPlace": "TULUA (VALLE)",
+ "dateAndPlaceIssue": "15 AGO 2003, VILLAVICENCIO",
+ "dateExpiration": "05 ABR 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/006.json b/data/key/006.json
new file mode 100644
index 0000000000000000000000000000000000000000..2c480d66d502e86e1ff910dc3df812ca134637ff
--- /dev/null
+++ b/data/key/006.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "88.227.904",
+ "firstSurname": "ZAPATA",
+ "secondSurname": "PEREZ",
+ "name": "RICARDO MAURICIO",
+ "nationality": "COL",
+ "stature": "1.69",
+ "gender": "M",
+ "birthDate": "02 AGO 1975",
+ "G.S.": "A+",
+ "birthPlace": "CUCUTA (NORTE DE SANTANDER)",
+ "dateAndPlaceIssue": "24 ENE 1996, CUCUTA",
+ "dateExpiration": "03 OCT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/007.json b/data/key/007.json
new file mode 100644
index 0000000000000000000000000000000000000000..0e9e4e9b72fd4d044300348d3750ae51161da4a9
--- /dev/null
+++ b/data/key/007.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.024.538.183",
+ "firstSurname": "PINEDA",
+ "secondSurname": "OSPINA",
+ "name": "NESTOR JOATH",
+ "nationality": "COL",
+ "stature": "1.66",
+ "gender": "M",
+ "birthDate": "27 FEB 1993",
+ "G.S.": "O+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "18 MAR 2011, BOGOTA D.C.",
+ "dateExpiration": "07 OCT 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/008.json b/data/key/008.json
new file mode 100644
index 0000000000000000000000000000000000000000..0213757e96b580c76c85bd3b8fa61a9148b02a81
--- /dev/null
+++ b/data/key/008.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "70.129.539",
+ "firstSurname": "RESTREPO",
+ "secondSurname": "GONZALEZ",
+ "name": "BILSAN DE JESUS",
+ "nationality": "COL",
+ "stature": "1.77",
+ "gender": "M",
+ "birthDate": "28 ENE 1958",
+ "G.S.": "A+",
+ "birthPlace": "PUERTO BERRIO (ANTIOQUIA)",
+ "dateAndPlaceIssue": "17 NOV 1977, MEDELLIN",
+ "dateExpiration": "06 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/009.json b/data/key/009.json
new file mode 100644
index 0000000000000000000000000000000000000000..d71e0e4d0a480780153a822c997066af790c643e
--- /dev/null
+++ b/data/key/009.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "91.181.079",
+ "firstSurname": "GUARIN",
+ "secondSurname": "SANTAMARIA",
+ "name": "OMAR GUSTAVO",
+ "nationality": "COL",
+ "stature": "1.72",
+ "gender": "M",
+ "birthDate": "25 OCT 1977",
+ "G.S.": "O+",
+ "birthPlace": "MOLAGAVITA (SANTANDER)",
+ "dateAndPlaceIssue": "19 JUN 1996, GIRON",
+ "dateExpiration": "16 MAYO 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/010.json b/data/key/010.json
new file mode 100644
index 0000000000000000000000000000000000000000..d15900c525500eda712fadc6dff4bc39316e26da
--- /dev/null
+++ b/data/key/010.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "79.697.914",
+ "firstSurname": "MENDEZ",
+ "secondSurname": "MORALES",
+ "name": "WILIAM RICARDO",
+ "nationality": "COL",
+ "stature": "1.70",
+ "gender": "M",
+ "birthDate": "02 ENE 1974",
+ "G.S.": "O+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "22 ABR 1992, BOGOTA D.C.",
+ "dateExpiration": "14 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/011.json b/data/key/011.json
new file mode 100644
index 0000000000000000000000000000000000000000..53075da93d09976176ef0fdc29f0a92b8686b2b5
--- /dev/null
+++ b/data/key/011.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "52.388.482",
+ "firstSurname": "ROBAYO",
+ "secondSurname": "ROMERO",
+ "name": "ANDREA DEL PILAR",
+ "nationality": "COL",
+ "stature": "1.62",
+ "gender": "F",
+ "birthDate": "28 ENE 1978",
+ "G.S.": "O+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "19 MAR 1996, BOGOTA D.C.",
+ "dateExpiration": "16 FEB 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/012.json b/data/key/012.json
new file mode 100644
index 0000000000000000000000000000000000000000..aca42a66f1e35da958947cd741d06f3c2d9bc9d8
--- /dev/null
+++ b/data/key/012.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.093.777.184",
+ "firstSurname": "GARCIA",
+ "secondSurname": "VARGAS",
+ "name": "DANIEL GERARDO",
+ "nationality": "COL",
+ "stature": "1.80",
+ "gender": "M",
+ "birthDate": "20 OCT 1994",
+ "G.S.": "A+",
+ "birthPlace": "CUCUTA (NORTE DE SANTANDER)",
+ "dateAndPlaceIssue": "20 FEB 2013, LOS PATIOS",
+ "dateExpiration": "30 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/013.json b/data/key/013.json
new file mode 100644
index 0000000000000000000000000000000000000000..8f820c11e917d800c919532e28dcf23eb48acd7a
--- /dev/null
+++ b/data/key/013.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "7.708.787",
+ "firstSurname": "BUSTOS",
+ "secondSurname": "HORTA",
+ "name": "LUIS GABRIEL",
+ "nationality": "COL",
+ "stature": "1.84",
+ "gender": "M",
+ "birthDate": "09 MAYO 1978",
+ "G.S.": "A-",
+ "birthPlace": "NEIVA (HUILA)",
+ "dateAndPlaceIssue": "04 NOV 1996, NEIVA",
+ "dateExpiration": "29 ABR 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/014.json b/data/key/014.json
new file mode 100644
index 0000000000000000000000000000000000000000..758dd4edae3bea40f1ec87f5789a0389786bf5a0
--- /dev/null
+++ b/data/key/014.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.014.242.403",
+ "firstSurname": "BELTRAN",
+ "secondSurname": "VANEGAS",
+ "name": "BRAYAN DAVID",
+ "nationality": "COL",
+ "stature": "1.62",
+ "gender": "M",
+ "birthDate": "07 DIC 1992",
+ "G.S.": "B+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "13 ABR 2011, BOGOTA D.C.",
+ "dateExpiration": "19 JUL 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/015.json b/data/key/015.json
new file mode 100644
index 0000000000000000000000000000000000000000..acca01cda56854495af66d1afde13a7d1e904d5a
--- /dev/null
+++ b/data/key/015.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.032.510.777",
+ "firstSurname": "RUJANO",
+ "secondSurname": "PAEZ",
+ "name": "ANA ESTHER",
+ "nationality": "COL",
+ "stature": "1.68",
+ "gender": "F",
+ "birthDate": "16 SEPT 2004",
+ "G.S.": "A+",
+ "birthPlace": "BOLIVAR-CARONI (VENEZUELA)",
+ "dateAndPlaceIssue": "20 SEPT 2022, CHIA",
+ "dateExpiration": "27 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/016.json b/data/key/016.json
new file mode 100644
index 0000000000000000000000000000000000000000..93dd477a489177cb2b94f64b2d3333774f66d14d
--- /dev/null
+++ b/data/key/016.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.098.629.794",
+ "firstSurname": "HERRERA",
+ "secondSurname": "",
+ "name": "JUAN DAVID",
+ "nationality": "COL",
+ "stature": "1.62",
+ "gender": "M",
+ "birthDate": "27 SEPT 2004",
+ "G.S.": "O+",
+ "birthPlace": "BUCARAMANGA (SANTANDER)",
+ "dateAndPlaceIssue": "03 OCT 2022, BUCARAMANGA",
+ "dateExpiration": "03 OCT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/017.json b/data/key/017.json
new file mode 100644
index 0000000000000000000000000000000000000000..700014ebc6ed8b04e528f844522ed2e2e771a288
--- /dev/null
+++ b/data/key/017.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.127.617.250",
+ "firstSurname": "GONZALEZ",
+ "secondSurname": "ROMERO",
+ "name": "ROSA EUCARIS",
+ "nationality": "COL",
+ "stature": "1.69",
+ "gender": "F",
+ "birthDate": "13 ENE 1989",
+ "G.S.": "O+",
+ "birthPlace": "DISTRITO CAPITAL-LIBERTADOR (VENEZUELA)",
+ "dateAndPlaceIssue": "13 AGO 2018, CON CARACAS VEN",
+ "dateExpiration": "13 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/018.json b/data/key/018.json
new file mode 100644
index 0000000000000000000000000000000000000000..1c14aa496deab762d2d976023078a64c5d3c254f
--- /dev/null
+++ b/data/key/018.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.111.760",
+ "firstSurname": "593",
+ "secondSurname": "MEJIA",
+ "name": "ARAGON",
+ "nationality": "COL",
+ "stature": "1.80",
+ "gender": "M",
+ "birthDate": "03 JUL 1988",
+ "G.S.": "O+",
+ "birthPlace": "BUENAVENTURA (VALLE)",
+ "dateAndPlaceIssue": "08 SEPT 2006, BUENAVENTURA",
+ "dateExpiration": "",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/019.json b/data/key/019.json
new file mode 100644
index 0000000000000000000000000000000000000000..6da859e9b2aea76891b162b9b30c21a93fd3e834
--- /dev/null
+++ b/data/key/019.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.234.567.890",
+ "firstSurname": "MARTINEZ",
+ "secondSurname": "GARCIA",
+ "name": "MARIA DANIELA",
+ "nationality": "COL",
+ "stature": "1.67",
+ "gender": "F",
+ "birthDate": "21 AGO 1988",
+ "G.S.": "O+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "23 SEPT 2006, BOGOTA D.C.",
+ "dateExpiration": "30 ENE 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/020.json b/data/key/020.json
new file mode 100644
index 0000000000000000000000000000000000000000..df506d9eda0c870020246893762a1a042cae6dbd
--- /dev/null
+++ b/data/key/020.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "52.310.083",
+ "firstSurname": "RONCANCIO",
+ "secondSurname": "",
+ "name": "CAROL PATRICIA",
+ "nationality": "COL",
+ "stature": "1.57",
+ "gender": "F",
+ "birthDate": "25 ENE 1976",
+ "G.S.": "O+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "20 JUN 1994, BOGOTA D.C.",
+ "dateExpiration": "24 MAR 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/021.json b/data/key/021.json
new file mode 100644
index 0000000000000000000000000000000000000000..a681e43f3010f43aec284f9c7abf18c38aabdba7
--- /dev/null
+++ b/data/key/021.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.017.153.703",
+ "firstSurname": "VILLA",
+ "secondSurname": "PEREZ",
+ "name": "ERIKA ANDREA",
+ "nationality": "COL",
+ "stature": "1.55",
+ "gender": "F",
+ "birthDate": "15 SEPT 1987",
+ "G.S.": "O+",
+ "birthPlace": "RIONEGRO (ANTIOQUIA)",
+ "dateAndPlaceIssue": "22 SEPT 2005, MEDELLIN",
+ "dateExpiration": "05 JUL 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/022.json b/data/key/022.json
new file mode 100644
index 0000000000000000000000000000000000000000..7b6d40a6d6180354bceb6121bbcbcfc9c47cb5e6
--- /dev/null
+++ b/data/key/022.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.066.518.401",
+ "firstSurname": "PATERNINA",
+ "secondSurname": "AVILA",
+ "name": "ALEX DAVID",
+ "nationality": "COL",
+ "stature": "1.66",
+ "gender": "M",
+ "birthDate": "10 MAR 1990",
+ "G.S.": "B+",
+ "birthPlace": "AYAPEL (CORDOBA)",
+ "dateAndPlaceIssue": "19 MAR 2009, AYAPEL",
+ "dateExpiration": "04 MAYO 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/023.json b/data/key/023.json
new file mode 100644
index 0000000000000000000000000000000000000000..44b9df650365337ae0ba0892106b15f0d0293c7f
--- /dev/null
+++ b/data/key/023.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.020.399.829",
+ "firstSurname": "OVIEDO",
+ "secondSurname": "GONZALEZ",
+ "name": "MIRIAM ELENA",
+ "nationality": "COL",
+ "stature": "1.64",
+ "gender": "F",
+ "birthDate": "11 AGO 1986",
+ "G.S.": "O+",
+ "birthPlace": "MEDELLIN (ANTIOQUIA)",
+ "dateAndPlaceIssue": "06 OCT 2004, BELLO",
+ "dateExpiration": "06 SEPT 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/024.json b/data/key/024.json
new file mode 100644
index 0000000000000000000000000000000000000000..7c1b665aa27929aece636fa36b9d730a66488066
--- /dev/null
+++ b/data/key/024.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.129.536.199",
+ "firstSurname": "ORTEGA",
+ "secondSurname": "GONZALEZ",
+ "name": "DAVID EDUARDO",
+ "nationality": "COL",
+ "stature": "1.70",
+ "gender": "M",
+ "birthDate": "06 AGO 1987",
+ "G.S.": "O+",
+ "birthPlace": "BARRANQUILLA (ATLANTICO)",
+ "dateAndPlaceIssue": "19 AGO 2005, BARRANQUILLA",
+ "dateExpiration": "29 JUN 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/025.json b/data/key/025.json
new file mode 100644
index 0000000000000000000000000000000000000000..f8642afcf524fb5c84e7fe014447d655e9ae465c
--- /dev/null
+++ b/data/key/025.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.036.605.358",
+ "firstSurname": "CARDONA",
+ "secondSurname": "FRANCO",
+ "name": "CATALINA",
+ "nationality": "COL",
+ "stature": "1.60",
+ "gender": "F",
+ "birthDate": "25 ENE 1987",
+ "G.S.": "O+",
+ "birthPlace": "MEDELLIN (ANTIOQUIA)",
+ "dateAndPlaceIssue": "28 ENE 2005, ITAGUI",
+ "dateExpiration": "08 MAR 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/026.json b/data/key/026.json
new file mode 100644
index 0000000000000000000000000000000000000000..3e4e9b48e1e2bcaab30919041274c96342a05bb8
--- /dev/null
+++ b/data/key/026.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "35.521.383",
+ "firstSurname": "DIAZ",
+ "secondSurname": "VILLALBA",
+ "name": "CLAUDIA MERCEDES",
+ "nationality": "COL",
+ "stature": "1.63",
+ "gender": "F",
+ "birthDate": "19 SEPT 1966",
+ "G.S.": "A+",
+ "birthPlace": "UNE (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "27 JUN 1986, FACATATIVA",
+ "dateExpiration": "10 AGO 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/027.json b/data/key/027.json
new file mode 100644
index 0000000000000000000000000000000000000000..fd9436e20c6452934951446062f3d36d446b8ac5
--- /dev/null
+++ b/data/key/027.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "14.476.980",
+ "firstSurname": "QUIÑONES",
+ "secondSurname": "TORRES",
+ "name": "RUBEN MARCES",
+ "nationality": "COL",
+ "stature": "1.68",
+ "gender": "M",
+ "birthDate": "08 FEN 1985",
+ "G.S.": "B+",
+ "birthPlace": "BUENAVENTURA (VALLE)",
+ "dateAndPlaceIssue": "03 ABR 2003, BUENAVENTURA",
+ "dateExpiration": "14 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/028.json b/data/key/028.json
new file mode 100644
index 0000000000000000000000000000000000000000..858d56052f9b3fb0675a4eccf4f9f3b503eb5b50
--- /dev/null
+++ b/data/key/028.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.081.813.236",
+ "firstSurname": "MONTERO",
+ "secondSurname": "ARGOTE",
+ "name": "JESUS RAFAEL",
+ "nationality": "COL",
+ "stature": "1.60",
+ "gender": "M",
+ "birthDate": "30 SEPT 1992",
+ "G.S.": "A+",
+ "birthPlace": "FUNDACION (MAGDALENA)",
+ "dateAndPlaceIssue": "04 OCT 2010, FUNDACION",
+ "dateExpiration": "10 DIC 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/029.json b/data/key/029.json
new file mode 100644
index 0000000000000000000000000000000000000000..1ca50a10c1a66ebb9d0a6dbe282b3994d9e2bf08
--- /dev/null
+++ b/data/key/029.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "40.076.947",
+ "firstSurname": "CASTILLO",
+ "secondSurname": "SANABRIA",
+ "name": "LAURA MILENA",
+ "nationality": "COL",
+ "stature": "1.63",
+ "gender": "F",
+ "birthDate": "29 JUL 1979",
+ "G.S.": "O-",
+ "birthPlace": "VILLAVICENCIO (META)",
+ "dateAndPlaceIssue": "08 AGO 1997, FLORENCIA",
+ "dateExpiration": "12 OCT 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/030.json b/data/key/030.json
new file mode 100644
index 0000000000000000000000000000000000000000..68f283b1119522de2005a3c5772f677a9386e1da
--- /dev/null
+++ b/data/key/030.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.075.286.033",
+ "firstSurname": "GOMEZ",
+ "secondSurname": "DOMINGUEZ",
+ "name": "CARLA MARIA",
+ "nationality": "COL",
+ "stature": "1.58",
+ "gender": "F",
+ "birthDate": "02 FEB 1995",
+ "G.S.": "O+",
+ "birthPlace": "NEIVA (HUILA)",
+ "dateAndPlaceIssue": "04 FEB 2013, NEIVA",
+ "dateExpiration": "23 ABR 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/031.json b/data/key/031.json
new file mode 100644
index 0000000000000000000000000000000000000000..759736d7abc55dccab8451cdf1b533e691eb37b9
--- /dev/null
+++ b/data/key/031.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "31.573.401",
+ "firstSurname": "BEJARANO",
+ "secondSurname": "GALVEZ",
+ "name": "SANDRA MILENA",
+ "nationality": "COL",
+ "stature": "1.70",
+ "gender": "F",
+ "birthDate": "07 ABR 1980",
+ "G.S.": "O+",
+ "birthPlace": "CALI (VALLE)",
+ "dateAndPlaceIssue": "17 NOV 1998, CALI",
+ "dateExpiration": "",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/032.json b/data/key/032.json
new file mode 100644
index 0000000000000000000000000000000000000000..1aea01f93c2c7a55ce0ddade970dbcd13c017fb4
--- /dev/null
+++ b/data/key/032.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "21.466.940",
+ "firstSurname": "ATEHORTUA",
+ "secondSurname": "CARDONA",
+ "name": "OLGA LUCIA",
+ "nationality": "COL",
+ "stature": "1.66",
+ "gender": "F",
+ "birthDate": "05 ABR 1977",
+ "G.S.": "O+",
+ "birthPlace": "MEDELLIN (ANTIOQUIA)",
+ "dateAndPlaceIssue": "26 MAYO 1995, BELLO",
+ "dateExpiration": "19 JUL 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/033.json b/data/key/033.json
new file mode 100644
index 0000000000000000000000000000000000000000..646d9bd872538ca91cd1812a2bbbb00f3dfc819a
--- /dev/null
+++ b/data/key/033.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "88.252.564",
+ "firstSurname": "RODRIGUEZ",
+ "secondSurname": "",
+ "name": "MIGUEL ANGEL",
+ "nationality": "COL",
+ "stature": "1.76",
+ "gender": "M",
+ "birthDate": "15 AGO 1981",
+ "G.S.": "O+",
+ "birthPlace": "CUCUTA (NORTE DE SANTANDER)",
+ "dateAndPlaceIssue": "28 SEPT 1999, CUCUTA",
+ "dateExpiration": "14 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/034.json b/data/key/034.json
new file mode 100644
index 0000000000000000000000000000000000000000..4edc43844b6db4630b57e661f5e45dadf33988e4
--- /dev/null
+++ b/data/key/034.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "12.435.771",
+ "firstSurname": "NAVARRO",
+ "secondSurname": "RAMIREZ",
+ "name": "JUAN GABRIEL",
+ "nationality": "COL",
+ "stature": "1.81",
+ "gender": "M",
+ "birthDate": "05 JUN 1982",
+ "G.S.": "O+",
+ "birthPlace": "OCAÑA (NORTE DE SANTANDER)",
+ "dateAndPlaceIssue": "28 JUN 2000, VALLEDUPAR",
+ "dateExpiration": "16 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/035.json b/data/key/035.json
new file mode 100644
index 0000000000000000000000000000000000000000..56e2d2cd2080f6da107bc6e4fc46b950adbd799c
--- /dev/null
+++ b/data/key/035.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "87.217.575",
+ "firstSurname": "ROSERO",
+ "secondSurname": "HUERTAS",
+ "name": "BAYRON LEANDRO",
+ "nationality": "COL",
+ "stature": "1.76",
+ "gender": "M",
+ "birthDate": "25 ENE 1984",
+ "G.S.": "A+",
+ "birthPlace": "IPIALES (NARIÑO)",
+ "dateAndPlaceIssue": "18 JUN 2002, IPIALES",
+ "dateExpiration": "14 ENE 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/036.json b/data/key/036.json
new file mode 100644
index 0000000000000000000000000000000000000000..aaee1704410c20afd2ff65cd312670162ecbd845
--- /dev/null
+++ b/data/key/036.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "35.286.123",
+ "firstSurname": "AGUIERA",
+ "secondSurname": "LEON",
+ "name": "DORA BELLANID",
+ "nationality": "COL",
+ "stature": "1.51",
+ "gender": "F",
+ "birthDate": "04 MAYO 1985",
+ "G.S.": "O+",
+ "birthPlace": "MEDINA (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "12 NOV 2003, PARATEBUENO",
+ "dateExpiration": "05 AGO 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/037.json b/data/key/037.json
new file mode 100644
index 0000000000000000000000000000000000000000..d8bacf2d8b97353f8d6880b38d1e4c112c5ace9b
--- /dev/null
+++ b/data/key/037.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.037.610.401",
+ "firstSurname": "URRUTIA",
+ "secondSurname": "CACERES",
+ "name": "ALEXANDER",
+ "nationality": "COL",
+ "stature": "1.76",
+ "gender": "M",
+ "birthDate": "12 OCT 1990",
+ "G.S.": "O+",
+ "birthPlace": "CALI (VALLE)",
+ "dateAndPlaceIssue": "11 FEB 2009, ENVIGADO",
+ "dateExpiration": "24 JUN 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/038.json b/data/key/038.json
new file mode 100644
index 0000000000000000000000000000000000000000..f579cda621b3e641a9453253489bb79826a415be
--- /dev/null
+++ b/data/key/038.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.073.983.011",
+ "firstSurname": "ARGUMEDO",
+ "secondSurname": "ARAUJO",
+ "name": "NAIRO NAUDIT",
+ "nationality": "COL",
+ "stature": "1.74",
+ "gender": "M",
+ "birthDate": "02 SEPT 1988",
+ "G.S.": "A+",
+ "birthPlace": "TIERRALTA (CORDOBA)",
+ "dateAndPlaceIssue": "28 AGO 2007, TIERRALTA",
+ "dateExpiration": "11 NOV 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/039.json b/data/key/039.json
new file mode 100644
index 0000000000000000000000000000000000000000..ece1fb716e957a11cd7a4c5eeb48d46b8710adb3
--- /dev/null
+++ b/data/key/039.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.143.336.348",
+ "firstSurname": "RAMOS",
+ "secondSurname": "GOMEZ",
+ "name": "JOHN JAIRO",
+ "nationality": "COL",
+ "stature": "1.73",
+ "gender": "M",
+ "birthDate": "24 SEPT 1989",
+ "G.S.": "O+",
+ "birthPlace": "CARTAGENA (BOLIVAR)",
+ "dateAndPlaceIssue": "03 OCT 2007, CARTAGENA",
+ "dateExpiration": "02 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/040.json b/data/key/040.json
new file mode 100644
index 0000000000000000000000000000000000000000..9ff6f73a83ba7083d94bd2faad7e6e45baa1eeba
--- /dev/null
+++ b/data/key/040.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "14.137.688",
+ "firstSurname": "GOMEZ",
+ "secondSurname": "SANCHEZ",
+ "name": "OSCAR IVAN",
+ "nationality": "COL",
+ "stature": "1.70",
+ "gender": "M",
+ "birthDate": "30 MAR 1984",
+ "G.S.": "O+",
+ "birthPlace": "IBAGUE (TOLIMA)",
+ "dateAndPlaceIssue": "02 ABR 2002, IBAGUE",
+ "dateExpiration": "14 ABR 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/041.json b/data/key/041.json
new file mode 100644
index 0000000000000000000000000000000000000000..062e88f463c160fffffd8f6e9e47258b46b9d0bc
--- /dev/null
+++ b/data/key/041.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "91.264.322",
+ "firstSurname": "ANAYA",
+ "secondSurname": "DIAZ",
+ "name": "ELKIN",
+ "nationality": "COL",
+ "stature": "1.65",
+ "gender": "M",
+ "birthDate": "22 MAR 1969",
+ "G.S.": "B+",
+ "birthPlace": "BUCARAMANGA (SANTANDER)",
+ "dateAndPlaceIssue": "27 ABR 1987, BUCARAMANGA",
+ "dateExpiration": "25 MAR 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/042.json b/data/key/042.json
new file mode 100644
index 0000000000000000000000000000000000000000..7f6044acf306039ccc597d08e303ff87a09365c4
--- /dev/null
+++ b/data/key/042.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.143.463.974",
+ "firstSurname": "TAFUR",
+ "secondSurname": "BUSTAMANTE",
+ "name": "DIEGO ALEJANDRO",
+ "nationality": "COL",
+ "stature": "1.78",
+ "gender": "M",
+ "birthDate": "08 MAYO 1998",
+ "G.S.": "O+",
+ "birthPlace": "BARRANQUILLA (ATLANTICO)",
+ "dateAndPlaceIssue": "08 JUN 2016, BARRANQUILLA",
+ "dateExpiration": "22 SEPT 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/043.json b/data/key/043.json
new file mode 100644
index 0000000000000000000000000000000000000000..8d58b6c047a1cef0c78084bf7a53d523dcdb528d
--- /dev/null
+++ b/data/key/043.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.117.506.398",
+ "firstSurname": "ENDO",
+ "secondSurname": "LOZADA",
+ "name": "GIMENA",
+ "nationality": "COL",
+ "stature": "1.75",
+ "gender": "F",
+ "birthDate": "24 DIC 1987",
+ "G.S.": "O+",
+ "birthPlace": "FLORENCIA (CAQUETA)",
+ "dateAndPlaceIssue": "04 MAYO 2007, FLORENCIA",
+ "dateExpiration": "13 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/044.json b/data/key/044.json
new file mode 100644
index 0000000000000000000000000000000000000000..5f5163bf8bd9855814ff891920b3ae31d1d1812d
--- /dev/null
+++ b/data/key/044.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "33.307.299",
+ "firstSurname": "PIÑERES",
+ "secondSurname": "POLO",
+ "name": "KARINA ESTHER",
+ "nationality": "COL",
+ "stature": "1.52",
+ "gender": "F",
+ "birthDate": "30 OCT 1979",
+ "G.S.": "O+",
+ "birthPlace": "MAGANGUE (BOLIVAR)",
+ "dateAndPlaceIssue": "30 ABR 1998, MAGANGUE",
+ "dateExpiration": "23 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/045.json b/data/key/045.json
new file mode 100644
index 0000000000000000000000000000000000000000..d98a758a9e04a89d9c775fcca8a1ce91ee9f88b2
--- /dev/null
+++ b/data/key/045.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "72.019.048",
+ "firstSurname": "ACOSTA",
+ "secondSurname": "FLOREZ",
+ "name": "WILBER ALFREDO",
+ "nationality": "COL",
+ "stature": "1.70",
+ "gender": "M",
+ "birthDate": "10 JUN 1978",
+ "G.S.": "O+",
+ "birthPlace": "BARANDA (ATLANTICO)",
+ "dateAndPlaceIssue": "12 MAR 1997, BARANDA",
+ "dateExpiration": "22 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/046.json b/data/key/046.json
new file mode 100644
index 0000000000000000000000000000000000000000..474dc59dd89bc8d3db5a7e6c8fcdc2a175ff1659
--- /dev/null
+++ b/data/key/046.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.131.108.177",
+ "firstSurname": "ARDILA",
+ "secondSurname": "ROMERO",
+ "name": "JUAN CARLOS",
+ "nationality": "COL",
+ "stature": "1.78",
+ "gender": "M",
+ "birthDate": "01 FEB 1993",
+ "G.S.": "O+",
+ "birthPlace": "SAN ANTERO (CORDOBA)",
+ "dateAndPlaceIssue": "04 FEB 2011, COVEÑAS",
+ "dateExpiration": "14 ENE 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/047.json b/data/key/047.json
new file mode 100644
index 0000000000000000000000000000000000000000..538985c2419ec4a610b2e7d6408921d131a730c4
--- /dev/null
+++ b/data/key/047.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "22.465.410",
+ "firstSurname": "ZAMUDIO",
+ "secondSurname": "GUEVARA",
+ "name": "JESSICA ESTELA",
+ "nationality": "COL",
+ "stature": "1.55",
+ "gender": "F",
+ "birthDate": "21 MAR 1978",
+ "G.S.": "O+",
+ "birthPlace": "BARRANQUILLA (ATLANTICO)",
+ "dateAndPlaceIssue": "13 JUN 1996 (BARRANQUILLA)",
+ "dateExpiration": "FEB 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/048.json b/data/key/048.json
new file mode 100644
index 0000000000000000000000000000000000000000..a3520e318449077b09055868910eca157e1f3415
--- /dev/null
+++ b/data/key/048.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "53.095.216",
+ "firstSurname": "RAMIREZ",
+ "secondSurname": "ANDRADE",
+ "name": "DY ALEXANDRA",
+ "nationality": "COL",
+ "stature": "1.57",
+ "gender": "F",
+ "birthDate": "19 JUL 1984",
+ "G.S.": "A+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "05 DIC 2003, BOGOTA D.C",
+ "dateExpiration": "08 NOV 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/049.json b/data/key/049.json
new file mode 100644
index 0000000000000000000000000000000000000000..1ab2f54b7bdb87854a18b6f8e10e910454e64531
--- /dev/null
+++ b/data/key/049.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.085.290.182",
+ "firstSurname": "VERGARA",
+ "secondSurname": "PORTILLA",
+ "name": "DIANA LORENA",
+ "nationality": "COL",
+ "stature": "1.52",
+ "gender": "F",
+ "birthDate": "09 JUL 1991",
+ "G.S.": "O+",
+ "birthPlace": "PASTO (NARIÑO)",
+ "dateAndPlaceIssue": "23 JUL 2009, PASTO",
+ "dateExpiration": "19 JUL 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/050.json b/data/key/050.json
new file mode 100644
index 0000000000000000000000000000000000000000..d630283c795f4f7a473f33e3ebcd209fedfac747
--- /dev/null
+++ b/data/key/050.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.110.523.215",
+ "firstSurname": "ARIAS",
+ "secondSurname": "DIAZ",
+ "name": "JORGE LUIS",
+ "nationality": "COL",
+ "stature": "1.76",
+ "gender": "M",
+ "birthDate": "29 MAYO 1992",
+ "G.S.": "A-",
+ "birthPlace": "IBAGUE (TOLIMA)",
+ "dateAndPlaceIssue": "02 JUN 2010, IBAGUE",
+ "dateExpiration": "24 ENE 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/051.json b/data/key/051.json
new file mode 100644
index 0000000000000000000000000000000000000000..733624397851f9d129e894b6f380c46c38b94f46
--- /dev/null
+++ b/data/key/051.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "21.466.540",
+ "firstSurname": "ATEHORTUA",
+ "secondSurname": "CARDONA",
+ "name": "OLGA LUCIA",
+ "nationality": "COL",
+ "stature": "1.66",
+ "gender": "F",
+ "birthDate": "05 ABR 1977",
+ "G.S.": "O+",
+ "birthPlace": "MEDELLIN (ANTIOQUIA)",
+ "dateAndPlaceIssue": "26 MAYO 1995, BELLO",
+ "dateExpiration": "19 JUL 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/052.json b/data/key/052.json
new file mode 100644
index 0000000000000000000000000000000000000000..3cc30b8fb5c38b5ed0d46ce8e606185f6a770a01
--- /dev/null
+++ b/data/key/052.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.024.507.224",
+ "firstSurname": "CHINGATE",
+ "secondSurname": "MORENO",
+ "name": "GICELL MARIDZA",
+ "nationality": "COL",
+ "stature": "1.61",
+ "gender": "F",
+ "birthDate": "14 AGO 1990",
+ "G.S.": "A+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "15 AGO 2008, BOGOTA D.C.",
+ "dateExpiration": "21 DIC 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/053.json b/data/key/053.json
new file mode 100644
index 0000000000000000000000000000000000000000..40a1b3bc24f228df15269cdb73ef2b85d6d6a48c
--- /dev/null
+++ b/data/key/053.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "85.057.019",
+ "firstSurname": "PEÑA",
+ "secondSurname": "OSPINA",
+ "name": "GERMAN",
+ "nationality": "COL",
+ "stature": "1.77",
+ "gender": "M",
+ "birthDate": "11 JUL 1977",
+ "G.S.": "O+",
+ "birthPlace": "ESPINAL (TOLIMA)",
+ "dateAndPlaceIssue": "17 AGO 1996, VILLAVICENCIO",
+ "dateExpiration": "09 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/054.json b/data/key/054.json
new file mode 100644
index 0000000000000000000000000000000000000000..be481e030e50f2c42cae1da1b9ba8ce3c64e5068
--- /dev/null
+++ b/data/key/054.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "22.737.454",
+ "firstSurname": "JELIOH",
+ "secondSurname": "TORO",
+ "name": "KELLY JOHANNA",
+ "nationality": "COL",
+ "stature": "1.85",
+ "gender": "F",
+ "birthDate": "08 DIC 1982",
+ "G.S.": "A+",
+ "birthPlace": "BARRANQUILLA (ATLANTICO)",
+ "dateAndPlaceIssue": "16 FEB 2001 BARRANQUILLA",
+ "dateExpiration": "24 FEB 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/055.json b/data/key/055.json
new file mode 100644
index 0000000000000000000000000000000000000000..41297c733ca75fa454875b51264e4b84c9b44f4e
--- /dev/null
+++ b/data/key/055.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "60.345.589",
+ "firstSurname": "CARRILLO",
+ "secondSurname": "CACERES",
+ "name": "DORIS OMAIRA",
+ "nationality": "COL",
+ "stature": "1.53",
+ "gender": "F",
+ "birthDate": "19 FEB 1970",
+ "G.S.": "O+",
+ "birthPlace": "CUCUTA (NORTE DE SANTANDER)",
+ "dateAndPlaceIssue": "11 DIC 1986 CUCUTA",
+ "dateExpiration": "07 FEB 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/056.json b/data/key/056.json
new file mode 100644
index 0000000000000000000000000000000000000000..759736d7abc55dccab8451cdf1b533e691eb37b9
--- /dev/null
+++ b/data/key/056.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "31.573.401",
+ "firstSurname": "BEJARANO",
+ "secondSurname": "GALVEZ",
+ "name": "SANDRA MILENA",
+ "nationality": "COL",
+ "stature": "1.70",
+ "gender": "F",
+ "birthDate": "07 ABR 1980",
+ "G.S.": "O+",
+ "birthPlace": "CALI (VALLE)",
+ "dateAndPlaceIssue": "17 NOV 1998, CALI",
+ "dateExpiration": "",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/057.json b/data/key/057.json
new file mode 100644
index 0000000000000000000000000000000000000000..e816fb2d22e8aeba67548da1f50a0996658f2a1c
--- /dev/null
+++ b/data/key/057.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "8.486.232",
+ "firstSurname": "DE LA HOZ",
+ "secondSurname": "PALLARES",
+ "name": "ELKIN DARIO",
+ "nationality": "COL",
+ "stature": "1.84",
+ "gender": "M",
+ "birthDate": "08 FEB 1983",
+ "G.S.": "O+",
+ "birthPlace": "BARRANQUILLA (ATLANTICO)",
+ "dateAndPlaceIssue": "30 MAYO 2001, PUERTO COLOMBIA",
+ "dateExpiration": "18 ABR 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/058.json b/data/key/058.json
new file mode 100644
index 0000000000000000000000000000000000000000..b49098d702ebe291cb8c1c0de6306ed281963bb3
--- /dev/null
+++ b/data/key/058.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "72.248.113",
+ "firstSurname": "GAMARRA",
+ "secondSurname": "MOLINA",
+ "name": "JUAN CARLOS",
+ "nationality": "COL",
+ "stature": "1.70",
+ "gender": "M",
+ "birthDate": "31 OCT 1979",
+ "G.S.": "O+",
+ "birthPlace": "BARRANQUILLA (ATLANTICO)",
+ "dateAndPlaceIssue": "20 MAYO 1998, BARRANQUILLA",
+ "dateExpiration": "08 MAR 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/059.json b/data/key/059.json
new file mode 100644
index 0000000000000000000000000000000000000000..3e6e644edd513e74889e925d68608cb611d64a1d
--- /dev/null
+++ b/data/key/059.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.061.748.863",
+ "firstSurname": "BOLAÑOS",
+ "secondSurname": "LOPEZ",
+ "name": "KELLY TATIANA",
+ "nationality": "COL",
+ "stature": "1.58",
+ "gender": "F",
+ "birthDate": "25 JUN 1992",
+ "G.S.": "O+",
+ "birthPlace": "POPAYAN (CAUCA)",
+ "dateAndPlaceIssue": "28 JUN 2010 POPAYAN",
+ "dateExpiration": "15 ABR 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/060.json b/data/key/060.json
new file mode 100644
index 0000000000000000000000000000000000000000..9a3726eabae1e95e9273fb5b60667d1628d3ff17
--- /dev/null
+++ b/data/key/060.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "80.833.692",
+ "firstSurname": "MOLANO",
+ "secondSurname": "MORENO",
+ "name": "JOHAN",
+ "nationality": "COL",
+ "stature": "1.63",
+ "gender": "M",
+ "birthDate": "23 DIC 1985",
+ "G.S.": "A+",
+ "birthPlace": "DOLORES (TOLIMA)",
+ "dateAndPlaceIssue": "26 ENE 2004 BOGOTA D.C.",
+ "dateExpiration": "11 MAYO 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/061.json b/data/key/061.json
new file mode 100644
index 0000000000000000000000000000000000000000..56748acf0d77ce9e00ea6b5023bdf2f1183f3086
--- /dev/null
+++ b/data/key/061.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "13.459.261",
+ "firstSurname": "FIGUEROA",
+ "secondSurname": "PATIÑO",
+ "name": "ENRRIQUE",
+ "nationality": "COL",
+ "stature": "1.75",
+ "gender": "M",
+ "birthDate": "20 MAR 1960",
+ "G.S. RH": "O",
+ "birthPlace": "CUCUTA (NORTE DE SANTANDER)",
+ "dateAndPlaceIssue": "01 JUL 1980, CUCUTA",
+ "dateExpiration": "13 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/062.json b/data/key/062.json
new file mode 100644
index 0000000000000000000000000000000000000000..de000e333273c84579ead01be4d5113790592bc9
--- /dev/null
+++ b/data/key/062.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "29.119.492",
+ "firstSurname": "BEJARANO",
+ "secondSurname": "RAMIREZ",
+ "name": "CLAUDIA LORENA",
+ "nationality": "COL",
+ "stature": "1.68",
+ "gender": "F",
+ "birthDate": "02 AGO 1979",
+ "G.S.": "O+",
+ "birthPlace": "CALI (VALLE)",
+ "dateAndPlaceIssue": "15 AGO 1997, CALI",
+ "dateExpiration": "17 MAYO 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/063.json b/data/key/063.json
new file mode 100644
index 0000000000000000000000000000000000000000..98f30eb50dc55865591da85eb8e6d3e607c8f536
--- /dev/null
+++ b/data/key/063.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "13.501.219",
+ "firstSurname": "GUAZA",
+ "secondSurname": "MINA",
+ "name": "JAROL",
+ "nationality": "COL",
+ "stature": "1.78",
+ "gender": "M",
+ "birthDate": "11 AGO 1969",
+ "G.S.": "O+",
+ "birthPlace": "BUENOS AIRES (CAUCA)",
+ "dateAndPlaceIssue": "03 AGO 1998, CUCUTA",
+ "dateExpiration": "23 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/064.json b/data/key/064.json
new file mode 100644
index 0000000000000000000000000000000000000000..d8bfab6439e939ab16f7bd7856bbfe4997aa7990
--- /dev/null
+++ b/data/key/064.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.081.153.161",
+ "firstSurname": "SANCHEZ",
+ "secondSurname": "OROZCO",
+ "name": "JOSE LIBARDO",
+ "nationality": "COL",
+ "stature": "1.72",
+ "gender": "M",
+ "birthDate": "22 ABR 1987",
+ "G.S.": "O+",
+ "birthPlace": "LA DORADA (CALDAS)",
+ "dateAndPlaceIssue": "13 OCT 2005, RIVERA",
+ "dateExpiration": "08 NOV 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/065.json b/data/key/065.json
new file mode 100644
index 0000000000000000000000000000000000000000..05af67434fd9febe5e71a799b3554858a80d9c2b
--- /dev/null
+++ b/data/key/065.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "79.952.686",
+ "firstSurname": "VILLALBA",
+ "secondSurname": "ANGEL",
+ "name": "JORGE ENRIQUE",
+ "nationality": "COL",
+ "stature": "1.85",
+ "gender": "M",
+ "birthDate": "10 OCT 1979",
+ "G.S.": "O+",
+ "birthPlace": "BOGOTA D.C. (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "17 OCT 1997, BOGOTA D.C.",
+ "dateExpiration": "29 JUL 2031",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/066.json b/data/key/066.json
new file mode 100644
index 0000000000000000000000000000000000000000..a63f185f6766da6821287d3f4d44ddd1e77973a7
--- /dev/null
+++ b/data/key/066.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "11.255.790",
+ "firstSurname": "RAYO",
+ "secondSurname": "SANDOVAL",
+ "name": "ALBEIRO",
+ "nationality": "COL",
+ "stature": "1.74",
+ "gender": "M",
+ "birthDate": "18 MAYO 1981",
+ "G.S.": "O+",
+ "birthPlace": "CHAPARRAL (TOLIMA)",
+ "dateAndPlaceIssue": "19 MAYO 1999, FUSAGASUGA",
+ "dateExpiration": "31 AGO 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/067.json b/data/key/067.json
new file mode 100644
index 0000000000000000000000000000000000000000..0bd833b2cd7b1e78eac87711ec7756f367211b0b
--- /dev/null
+++ b/data/key/067.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.069.745.119",
+ "firstSurname": "RAMIREZ",
+ "secondSurname": "PINILLOS",
+ "name": "JOH EDWAR",
+ "nationality": "COL",
+ "stature": "1.83",
+ "gender": "M",
+ "birthDate": "05 OCT 1993",
+ "G.S.": "B+",
+ "birthPlace": "VIOTA (CUNDINAMARCA)",
+ "dateAndPlaceIssue": "04 NOV 2011, FUSAGASUGA",
+ "dateExpiration": "01 AGO 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/068.json b/data/key/068.json
new file mode 100644
index 0000000000000000000000000000000000000000..43fc1ca400f024a8b29af9617b7c68f6c96f2b5d
--- /dev/null
+++ b/data/key/068.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.065.865.726",
+ "firstSurname": "CLAVIJO",
+ "secondSurname": "RODRIGUEZ",
+ "name": "ANGIE LORENA",
+ "nationality": "COL",
+ "stature": "1.58",
+ "gender": "F",
+ "birthDate": "19 SEPT 2004",
+ "G.S.": "O+",
+ "birthPlace": "AGUACHICA (CESAR)",
+ "dateAndPlaceIssue": "20 SEPT 2022, SAN ALBERTO",
+ "dateExpiration": "27 SEPT 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/data/key/069.json b/data/key/069.json
new file mode 100644
index 0000000000000000000000000000000000000000..899222bb0be394a19fd76d92cb4f2df7ff0bf171
--- /dev/null
+++ b/data/key/069.json
@@ -0,0 +1,15 @@
+{
+ "nuip": "1.234.567.890",
+ "firstSurname": "WALTEROS",
+ "secondSurname": "",
+ "name": "LAURA",
+ "nationality": "COL",
+ "stature": "1.67",
+ "gender": "F",
+ "birthDate": "15 ABR 2004",
+ "G.S.": "O+",
+ "birthPlace": "CARTAGENA (BOLIVAR)",
+ "dateAndPlaceIssue": "20 ABR 2022, CARTAGENA",
+ "dateExpiration": "19 ABR 2032",
+ "type": "CEDULA DE CIUDADANIA"
+}
\ No newline at end of file
diff --git a/idInversoN-donut/train/000.jpg b/idInversoN-donut/train/000.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..26ebe98eb15be55305f313a494c3036bd5198b43
--- /dev/null
+++ b/idInversoN-donut/train/000.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c510b4a9097c4a745d7d0c426133c2d9dc1ef0ff83752dfe17ad849ea46cb84d
+size 986226
diff --git a/idInversoN-donut/train/001.jpg b/idInversoN-donut/train/001.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1257f5b1bb55ae0369f7c1de1fcdb71222680379
--- /dev/null
+++ b/idInversoN-donut/train/001.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:185c5a8a214d781a6e3293b9374992d7a0cc2dc128e3f01807a2055d2b35b058
+size 179161
diff --git a/idInversoN-donut/train/002.jpg b/idInversoN-donut/train/002.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2f00b67b5f33b94e71ade82785b1c4d66be81710
--- /dev/null
+++ b/idInversoN-donut/train/002.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a6caf6bb60dfcf31e85f3e67a9b43e2e0dad25f399bd48312f45e189ed491d52
+size 31146
diff --git a/idInversoN-donut/train/003.jpg b/idInversoN-donut/train/003.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..10a740a96703d93be5450feaa05ad0530354df08
--- /dev/null
+++ b/idInversoN-donut/train/003.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:40b70d6fc0c9c19394f2a676cec28e8d6d53febbecd5b6319ee849f19c975fa9
+size 151584
diff --git a/idInversoN-donut/train/004.jpg b/idInversoN-donut/train/004.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1e1fce87d1b355c96b7ac808e229a52ff88f4d71
--- /dev/null
+++ b/idInversoN-donut/train/004.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9eb976589862ee5585f4b15725d7d35e9070dc80d3927d441fc3c57bc14e6a42
+size 72149
diff --git a/idInversoN-donut/train/005.jpg b/idInversoN-donut/train/005.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8225bb3994260c496a35ac095a93282f09b4574f
--- /dev/null
+++ b/idInversoN-donut/train/005.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:71844414ce2c7ba948148eed581c08f4bc1680348e1d3146c80b86a84177f52f
+size 142023
diff --git a/idInversoN-donut/train/006.jpg b/idInversoN-donut/train/006.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4a86f46afa130c643cb03e200dcbfaf3e6cb1b28
--- /dev/null
+++ b/idInversoN-donut/train/006.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2b913a659414b1a81c6c6aa6a2cca68491bfa8f986b5debdb430feea50a97cce
+size 62004
diff --git a/idInversoN-donut/train/007.jpg b/idInversoN-donut/train/007.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..29520693c92718a2d0a5d2ea5ea87617dea9757d
--- /dev/null
+++ b/idInversoN-donut/train/007.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb073f9394cd6266f59d18803daf796bc401a050e0c8e87439b42460bed3236d
+size 114402
diff --git a/idInversoN-donut/train/008.jpg b/idInversoN-donut/train/008.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4fcbef3c55cc428d1140959d02d4c86612b99376
--- /dev/null
+++ b/idInversoN-donut/train/008.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e668db43f1ffdedec59f07ce342f201c60bf4a34c465e6d4a2f7f4271eeda7f
+size 54543
diff --git a/idInversoN-donut/train/009.jpg b/idInversoN-donut/train/009.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c4f278616dcc82031414b16ebbc71f0e232627cf
--- /dev/null
+++ b/idInversoN-donut/train/009.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1672bac8b252c20be4481dc5626a4537596d170fe61ba8b25e2b990e219f2827
+size 80911
diff --git a/idInversoN-donut/train/010.jpg b/idInversoN-donut/train/010.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..189723e63c483019faa200c18beba00b50d6c9f6
--- /dev/null
+++ b/idInversoN-donut/train/010.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d7077896720c9eab7ec5f030bacfedbd5117a1a5323b11519c9322593cffa70d
+size 127792
diff --git a/idInversoN-donut/train/011.jpg b/idInversoN-donut/train/011.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..428b9a93afb5ada5fd2c2708f0e727fc4cb5ba0c
--- /dev/null
+++ b/idInversoN-donut/train/011.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:577543a78269561b6df3ef9d57e4a1ecb96b76cb4bcf80dc987456aad7b1856f
+size 181420
diff --git a/idInversoN-donut/train/012.jpg b/idInversoN-donut/train/012.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..838ef4619a4711fcb356c0c63f73282aab87f15d
--- /dev/null
+++ b/idInversoN-donut/train/012.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c6cb8af498a31e72cf0a964c2cb3c2490649df2f4c39b032d9640a1fccde3e6b
+size 157778
diff --git a/idInversoN-donut/train/013.jpg b/idInversoN-donut/train/013.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d407b31f2d712fe688d6debceb423345d0623123
--- /dev/null
+++ b/idInversoN-donut/train/013.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:baa2ac1e17d2341e5cc6ae2a1202d6c8cb45e6d42cdcf71295dcffd18b541f8d
+size 167651
diff --git a/idInversoN-donut/train/014.jpg b/idInversoN-donut/train/014.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a252973d91635d610429bf72becfc44259849a9d
--- /dev/null
+++ b/idInversoN-donut/train/014.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e871edc5e062e1ab9586c6bb97e97b1369bd1eabdb2b2a36128d396ba4a4fbbe
+size 179556
diff --git a/idInversoN-donut/train/015.jpg b/idInversoN-donut/train/015.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d3b3e55e4ff25ea29ab0c200ada0d3963629da65
--- /dev/null
+++ b/idInversoN-donut/train/015.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ba8bee71ee501b8bdb4908b374553c330073a09baf625cdae3eddec96d7d1a5c
+size 63615
diff --git a/idInversoN-donut/train/016.jpg b/idInversoN-donut/train/016.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a732780d26a3fd9d447aaa26cd7584824ea42771
--- /dev/null
+++ b/idInversoN-donut/train/016.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d20343ab4e89812140730b183632820616163e270130327fadef27e802fe7208
+size 107497
diff --git a/idInversoN-donut/train/017.jpg b/idInversoN-donut/train/017.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..079896414619e410f1197993add656b1f6bc2a94
--- /dev/null
+++ b/idInversoN-donut/train/017.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:09dd03dc69af74e9821f38275b822be83027d2519aabdc4ea58e540ccc227dd9
+size 106988
diff --git a/idInversoN-donut/train/018.jpg b/idInversoN-donut/train/018.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..592de51fe9dc228ad01a8014e19bf640b443a7ba
--- /dev/null
+++ b/idInversoN-donut/train/018.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:913c426ab8a8b3ad59d950e3dc511597d28d4a7059f0e5a23a517af75e705b90
+size 169756
diff --git a/idInversoN-donut/train/019.jpg b/idInversoN-donut/train/019.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d58c759ceecb3281d9bd853154216f97333ad014
--- /dev/null
+++ b/idInversoN-donut/train/019.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb7425eb271da555f89c88e286dcc3dfea1e41980047a4c3f979763004de7ee5
+size 207953
diff --git a/idInversoN-donut/train/020.jpg b/idInversoN-donut/train/020.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..37aed38c0f45a1932bdf83c4ff93fdab5b4cc0ef
--- /dev/null
+++ b/idInversoN-donut/train/020.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:80958b72611a7e968147927c6ee9d6ba1cadb100500cef99e6b30fd4e7c6410a
+size 86559
diff --git a/idInversoN-donut/train/021.jpg b/idInversoN-donut/train/021.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f07021158c26e8247a64c8508abe66a93a3f1348
--- /dev/null
+++ b/idInversoN-donut/train/021.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a72848be8ca6e92be6d5dead5f9b9d40352496455689764f83e647503e1acf19
+size 138203
diff --git a/idInversoN-donut/train/022.jpg b/idInversoN-donut/train/022.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..738babbc4768a750738eff67d57d6c3d207a7be3
--- /dev/null
+++ b/idInversoN-donut/train/022.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b9cdc6ffb12ef8bdb57034ff435380c9d56ecc99388c9a1b66114cf18eb9dbae
+size 63961
diff --git a/idInversoN-donut/train/023.jpg b/idInversoN-donut/train/023.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2b3a6a0bea21cd882c91da20d66a993e5f94887b
--- /dev/null
+++ b/idInversoN-donut/train/023.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b341bd3416e9eccc7435e0c62861d18782da259bfd0ddcaa0e576588c8cde4af
+size 203337
diff --git a/idInversoN-donut/train/024.jpg b/idInversoN-donut/train/024.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4b14ce8ad6366c3d351af9e3c2af6a8f30ad04ca
--- /dev/null
+++ b/idInversoN-donut/train/024.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5c4cd1cd67564dcd67233c64be29a6e7d1317c532099f4e7c32a9a0fde3612e0
+size 275023
diff --git a/idInversoN-donut/train/025.jpg b/idInversoN-donut/train/025.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ddfe0332058573e7abbb26d80fd55e13ee4827f0
--- /dev/null
+++ b/idInversoN-donut/train/025.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c95ef74cf7440dfefb0e1e0cddefbc36e4e4f63c93cf1f5d001aa6e191d9c3c1
+size 141080
diff --git a/idInversoN-donut/train/026.jpg b/idInversoN-donut/train/026.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b3bbc3db7baa5183b74a92395925d6679ee7e628
--- /dev/null
+++ b/idInversoN-donut/train/026.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39d88ef313dc0ae9395c3514aea5dac44897ed1330fea34641ca63c5b59dffe1
+size 241501
diff --git a/idInversoN-donut/train/027.jpg b/idInversoN-donut/train/027.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..479c71bdd056e0134854fa1ec8b8766d571507dc
--- /dev/null
+++ b/idInversoN-donut/train/027.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fde867257b1c8337c2d0e00ae318427c0120ac3bce930c42c1cab29287140510
+size 52962
diff --git a/idInversoN-donut/train/028.jpg b/idInversoN-donut/train/028.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b7112bce60dd7db7bac39e4332ebd634a4b26caa
--- /dev/null
+++ b/idInversoN-donut/train/028.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39e5506fcb6a72e824e0820e7df384be0e318742d23e3922b97a782735fa92a5
+size 94059
diff --git a/idInversoN-donut/train/029.jpg b/idInversoN-donut/train/029.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7200ac171d5768fb15d5e0b8b46c0b18ea76bc39
--- /dev/null
+++ b/idInversoN-donut/train/029.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0922021bbee71bd8ae7bb868b90fbba21472af44f6fca4f8c68ebbf28621d2f7
+size 377401
diff --git a/idInversoN-donut/train/030.jpg b/idInversoN-donut/train/030.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..72e922a6f0bae1bd30e58053fc4337b16e77c3bc
--- /dev/null
+++ b/idInversoN-donut/train/030.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e80a4e528623e56da257bcd77851090c73c26c44d022b352e19679331aa1c389
+size 71032
diff --git a/idInversoN-donut/train/031.jpg b/idInversoN-donut/train/031.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c0569f0d542a19da077256fc69139e0440725963
--- /dev/null
+++ b/idInversoN-donut/train/031.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:72a9d8789dc393f8a201e8fbe2b8c6e7597750ce1b558c29c339afe3ae4e3733
+size 122135
diff --git a/idInversoN-donut/train/032.jpg b/idInversoN-donut/train/032.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..719d278fbbbbba4724c01ff18223d16ef5c7c004
--- /dev/null
+++ b/idInversoN-donut/train/032.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a9e723377aa6b2f5d939cdf24c34babb43c31bcce0e35065b3c302500763de4c
+size 110291
diff --git a/idInversoN-donut/train/033.jpg b/idInversoN-donut/train/033.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0d5132f5f5c2d101107ec5a33011054239486f41
--- /dev/null
+++ b/idInversoN-donut/train/033.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c5b99704486ef0d502225c5e4470966534f57dc6d49896d94cecdd29e5fea04f
+size 1096164
diff --git a/idInversoN-donut/train/034.jpg b/idInversoN-donut/train/034.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3900238e243a8e2861a34d1b48169175f52b815d
--- /dev/null
+++ b/idInversoN-donut/train/034.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4ccfb36f88ac42f42b1d6e16757645a296cabfe6c76ea86519ccc02b64352ce0
+size 137169
diff --git a/idInversoN-donut/train/035.jpg b/idInversoN-donut/train/035.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f25a5d5bdaa851e8dba61f50513345e857d32b77
--- /dev/null
+++ b/idInversoN-donut/train/035.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d3cd3a2ae4dc9954eaf3cd4c9614d70e24a1dff220a0ed84c849b0639003e80f
+size 38401
diff --git a/idInversoN-donut/train/036.jpg b/idInversoN-donut/train/036.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..55208c805c0c6cc34c6b97ef25d06d369440b8b1
--- /dev/null
+++ b/idInversoN-donut/train/036.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ba996c514f0822bda69c26fdc2a550a5d8fe4ac1d829aa61476e8342460d8083
+size 113534
diff --git a/idInversoN-donut/train/037.jpg b/idInversoN-donut/train/037.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..54581908124f6b704e9bf2630e1b3f61067ad306
--- /dev/null
+++ b/idInversoN-donut/train/037.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:756371b880b38f005404414b372530964c0fed0c687b63372398add54f491726
+size 130345
diff --git a/idInversoN-donut/train/038.jpg b/idInversoN-donut/train/038.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2e0f193a7671f5437cd416cf14fd2b36d4b3c36f
--- /dev/null
+++ b/idInversoN-donut/train/038.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f60cbdcb1198a4541cac0439024552cc8d6b235f4aa6796ff78c5ef18b89e532
+size 86589
diff --git a/idInversoN-donut/train/039.jpg b/idInversoN-donut/train/039.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..9e1a9dc3edb8617d374246ab32927b8e58eddb7f
--- /dev/null
+++ b/idInversoN-donut/train/039.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:badffccbc47a7943613aa700c0a0c5cba3722e7744c39fc7d3291f6a57e13ef6
+size 176785
diff --git a/idInversoN-donut/train/040.jpg b/idInversoN-donut/train/040.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..999594aa00940d246bb6a289f120bbb66f700ed7
--- /dev/null
+++ b/idInversoN-donut/train/040.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e76f6b414772df9e10c387f3f8937a3ef5490cfc3c8b76b7d03cf4c297fff98f
+size 429595
diff --git a/idInversoN-donut/train/041.jpg b/idInversoN-donut/train/041.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a27139dc7681d91ddef8316b758910ce356ba892
--- /dev/null
+++ b/idInversoN-donut/train/041.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f8fbbe7bde4515027b3819e4cd8417a830728eea4f83b238cb6db489f223427c
+size 352023
diff --git a/idInversoN-donut/train/042.jpg b/idInversoN-donut/train/042.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4c4fb4d22def1c1e0bee35245ab2479320682634
--- /dev/null
+++ b/idInversoN-donut/train/042.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b980fa0273a41eb55d4c6e7b3525d45ae40d40c3c3eb0609da5baa393bb223f
+size 322798
diff --git a/idInversoN-donut/train/043.jpg b/idInversoN-donut/train/043.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b90b4c2db540f8da71c87b549cd32edda58bce9f
--- /dev/null
+++ b/idInversoN-donut/train/043.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f28afbf7f3129db675394f4cabf56e37abd25ca1071637b982061daa0d207ccf
+size 319615
diff --git a/idInversoN-donut/train/044.jpg b/idInversoN-donut/train/044.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7a896299cdea009020a97766dc3774579f5bc398
--- /dev/null
+++ b/idInversoN-donut/train/044.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:82c5bcd36c84d55a43df12837ccf6d34c146fa7079d08c457ad6be932801bbb0
+size 135263
diff --git a/idInversoN-donut/train/045.jpg b/idInversoN-donut/train/045.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..119763b94fe2a7e0ea4a54b1c00c20016b9809cc
--- /dev/null
+++ b/idInversoN-donut/train/045.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:33f897e76c9816bdca644edb5f91cd3ad4a37a440b6f2532eeb6371d7484553a
+size 40923
diff --git a/idInversoN-donut/train/046.jpg b/idInversoN-donut/train/046.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6a79379e2cd23455563a512871f77c6921c5fdf0
--- /dev/null
+++ b/idInversoN-donut/train/046.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:87fff33344427ca3c2d3febdafb7e0e93a9094239e5e5180591f57af97caf50f
+size 815210
diff --git a/idInversoN-donut/train/047.jpg b/idInversoN-donut/train/047.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ed360b85ec33af2a0cac7ccab2f2d2ac43c89e6a
--- /dev/null
+++ b/idInversoN-donut/train/047.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d3e53e8a3c9d4b8976e683dd53ec8e589545e94927761514d07c888c8e8f509f
+size 295758
diff --git a/idInversoN-donut/train/048.jpg b/idInversoN-donut/train/048.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..cafdac9f8722d3c198e416fe250610f55e3ecd7e
--- /dev/null
+++ b/idInversoN-donut/train/048.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fc8b45bc6a690637ab2850633a09970fcd03930535e77d344f25db24c84de513
+size 236592
diff --git a/idInversoN-donut/train/049.jpg b/idInversoN-donut/train/049.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ec9b4bf237883e3d0ff547f3dbc5dedebfa92039
--- /dev/null
+++ b/idInversoN-donut/train/049.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f41ea6dd13b966d2395f9e8871c6199ad4ba4dd8aea8d865f75727de7c7e4adf
+size 95307
diff --git a/idInversoN-donut/train/050.jpg b/idInversoN-donut/train/050.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..eae2bd2dc41e80620cb785ff5cbf3e49ee899d42
--- /dev/null
+++ b/idInversoN-donut/train/050.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36490947e9893640047f6935bc81031961fedb3d605aafac83898f2e9bc8ae8f
+size 96994
diff --git a/idInversoN-donut/train/051.jpg b/idInversoN-donut/train/051.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..630bc3b2df13a28dcc45ce26e9824265dd2ae811
--- /dev/null
+++ b/idInversoN-donut/train/051.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:33ea5db56a0d922f16d9c1b1da5e5e79fd0179107b9c50fc43343ce3fc0210d1
+size 302978
diff --git a/idInversoN-donut/train/052.jpg b/idInversoN-donut/train/052.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1c44126c0e725a65865bc8349198a7d83346056f
--- /dev/null
+++ b/idInversoN-donut/train/052.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c5e2a0d5732fcc7ae4bfce1dc736c984b621616b0d86cad464abbf238d604a5e
+size 109733
diff --git a/idInversoN-donut/train/053.jpg b/idInversoN-donut/train/053.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ecb9b0748f7b07c413667c077da51d371170ffa4
--- /dev/null
+++ b/idInversoN-donut/train/053.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1306fe2c0875f4e69cc4126356d35b2863ed2041071c47aaf9ea22da571a5a53
+size 96687
diff --git a/idInversoN-donut/train/054.jpg b/idInversoN-donut/train/054.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7fcb43174ae27820ec819a47aa07dfaac78863b1
--- /dev/null
+++ b/idInversoN-donut/train/054.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1327b46ba32d33c0d3cc647355b5da30f891a7e2254c64ac44677c9373bed067
+size 61873
diff --git a/idInversoN-donut/train/055.jpg b/idInversoN-donut/train/055.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6e8465fab76ed3162591ed58dea9dd738333c186
--- /dev/null
+++ b/idInversoN-donut/train/055.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:65447807670852b1324caade3c88f5bb8454e2a4778d8ba0ddc534bee858fb8d
+size 52919
diff --git a/idInversoN-donut/train/056.jpg b/idInversoN-donut/train/056.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..137c86a987267d5e99d4ba72ab971a3d1d523413
--- /dev/null
+++ b/idInversoN-donut/train/056.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:786676e5c2960341519d40a2f90f78da2ed70b9977a4aa146a39e8d640599d5a
+size 110379
diff --git a/idInversoN-donut/train/057.jpg b/idInversoN-donut/train/057.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0ee20c585147a9712654586603a3cbe3ec5c8227
--- /dev/null
+++ b/idInversoN-donut/train/057.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8b035fcefa4ff75a2ea24ed3398542333584faca229e4204546e8cc31fff4a37
+size 76220
diff --git a/idInversoN-donut/train/058.jpg b/idInversoN-donut/train/058.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c40b71e2ff59d925097dc384661b52aada1bb183
--- /dev/null
+++ b/idInversoN-donut/train/058.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f75ba2b8de2a3313246ddbe11b69862e1f1a8db561be7cd207fd8d13a91a03c
+size 36981
diff --git a/idInversoN-donut/train/059.jpg b/idInversoN-donut/train/059.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2089b1976558debe3a8ce225ddf8a8ccd393672e
--- /dev/null
+++ b/idInversoN-donut/train/059.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a37e29a907cb392ba28714e9844da58cf2132d26f67e25c5bffe9763fc117e6a
+size 60310
diff --git a/idInversoN-donut/train/060.jpg b/idInversoN-donut/train/060.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..52805b0000a1f739b1f2c8875c9b2c6f72d2aef6
--- /dev/null
+++ b/idInversoN-donut/train/060.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:185b410357dfda15cf33f8ec01ecb1434835bb472e1b0d422bd19ede10863f8c
+size 83328
diff --git a/idInversoN-donut/train/061.jpg b/idInversoN-donut/train/061.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..385c077b1334e16d8e74a4ea370d2b764263cb53
--- /dev/null
+++ b/idInversoN-donut/train/061.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:77a1c583b1a8648bb74c72756672ef155feed09516e5aa03aa859ee7c6259137
+size 345420
diff --git a/idInversoN-donut/train/062.jpg b/idInversoN-donut/train/062.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..665b462560fd392faa9d2440b3d3f9b27b7088fe
--- /dev/null
+++ b/idInversoN-donut/train/062.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:32e510ab8be80b5a820b197f2017d4b162c8230aa11d275f2ef67056dd80689e
+size 77828
diff --git a/idInversoN-donut/train/063.jpg b/idInversoN-donut/train/063.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a09b30c478a689f3fc735837e6ec7a16c66fcf8a
--- /dev/null
+++ b/idInversoN-donut/train/063.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f5667e540c1f60ddbaec5d5f14969f49fafaab0edfcee5a22513fd81e2eb3e81
+size 82376
diff --git a/idInversoN-donut/train/064.jpg b/idInversoN-donut/train/064.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6fe339959545969ed7efcc45d61635f8184c9bc3
--- /dev/null
+++ b/idInversoN-donut/train/064.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:90882c89f2e565cca47dd43fd81366df155adb96d02156315746f40b36ff7ecc
+size 293102
diff --git a/idInversoN-donut/train/065.jpg b/idInversoN-donut/train/065.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d2921e8e8bee6a04930392c020edd03aa696b0a4
--- /dev/null
+++ b/idInversoN-donut/train/065.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2750210066e9a5fff8a6f5bb5a5d0f73b6b45c569539bda725338a91e2c772f4
+size 197959
diff --git a/idInversoN-donut/train/066.jpg b/idInversoN-donut/train/066.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4b5fdda12235df051c023f670c91f95c281ef075
--- /dev/null
+++ b/idInversoN-donut/train/066.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6579b44d935a0b851afd2fbc8eb07d005ccd9330f4ff34d0a3df427c98cf1aa2
+size 97591
diff --git a/idInversoN-donut/train/067.jpg b/idInversoN-donut/train/067.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..5920b7f54ed88eba366b5ac805892d0663a1285a
--- /dev/null
+++ b/idInversoN-donut/train/067.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:649d926f6067a1003bba3ed9fb7b0f22b6ec26536d279592fb4f2236ed48e731
+size 136040
diff --git a/idInversoN-donut/train/068.jpg b/idInversoN-donut/train/068.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..df3df63beee547d6e819adeb6135a57630ac54d3
--- /dev/null
+++ b/idInversoN-donut/train/068.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1d0f0db49abd1656f36f159963d6ebb8c094d21be3b1fe8941255c4b178bf293
+size 71457
diff --git a/idInversoN-donut/train/069.jpg b/idInversoN-donut/train/069.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..11e60b6802c60d78f214169f71945412dbee51b0
--- /dev/null
+++ b/idInversoN-donut/train/069.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b7618bb95cc80e5199a8ecda9086c606383ab23a66f5a01cbceb916a8aabc493
+size 73667
diff --git a/idInversoN-donut/train/metadata.jsonl b/idInversoN-donut/train/metadata.jsonl
new file mode 100644
index 0000000000000000000000000000000000000000..5fb01639b6b6808e33ca503223e298b5f6ff39bb
--- /dev/null
+++ b/idInversoN-donut/train/metadata.jsonl
@@ -0,0 +1,70 @@
+{"file_name": "000.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.001.287.937\", \"firstSurname\": \"CULMA\", \"secondSurname\": \"ARAGON\", \"name\": \"STEVEN\", \"nationality\": \"COL\", \"stature\": \"1.65\", \"gender\": \"M\", \"birthDate\": \"20 ENE 2001\", \"G.S.\": \"O+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"31 ENE 2019, BOOGOTA D.C.\", \"dateExpiration\": \"22 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "001.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.031.168.699\", \"firstSurname\": \"GUZMAN\", \"secondSurname\": \"CORTES\", \"name\": \"JUAN SEBASTIAN\", \"nationality\": \"COL\", \"stature\": \"1.75\", \"gender\": \"M\", \"birthDate\": \"2O ENE 1997\", \"G.S.\": \"O-\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"21 ENE 2015, BOGOTA D.C.\", \"dateExpiration\": \"01 MAR 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "002.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"85.153.506\", \"firstSurname\": \"MORALES\", \"secondSurname\": \"ZABALA\", \"name\": \"ORLANDO VICTOR\", \"nationality\": \"COL\", \"stature\": \"1.75\", \"gender\": \"M\", \"birthDate\": \"15 ABR 1985\", \"G.S.\": \"O+\", \"birthPlace\": \"BARRANQUILLA (ATLANTICO)\", \"dateAndPlaceIssue\": \"27 JUN 2003, SANTA MARTA\", \"dateExpiration\": \"27 SEPT 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "003.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.024.507.224\", \"firstSurname\": \"CHINGATE\", \"secondSurname\": \"MORENO\", \"name\": \"GICELL MARIDZA\", \"nationality\": \"COL\", \"stature\": \"1.61\", \"gender\": \"F\", \"birthDate\": \"14 AGO 1990\", \"G.S.\": \"A+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"15 AGO 2008, BOGOTA D.C.\", \"dateExpiration\": \"21 DIC 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "004.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.031.125.424\", \"firstSurname\": \"ARIAS\", \"secondSurname\": \"VENEGAS\", \"name\": \"WILLIAN\", \"nationality\": \"COL\", \"stature\": \"1.75\", \"gender\": \"M\", \"birthDate\": \"01 DIC 1986\", \"G.S.\": \"O+\", \"birthPlace\": \"DOLORES (TOLIMA)\", \"dateAndPlaceIssue\": \"03 DIC 2004, BOGOTA D.C.\", \"dateExpiration\": \"03 FEB 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "005.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"40.341.847\", \"firstSurname\": \"AMEZQUITA\", \"secondSurname\": \"TREJOS\", \"name\": \"SHIRLEY JOHANNA\", \"nationality\": \"COL\", \"stature\": \"1.63\", \"gender\": \"F\", \"birthDate\": \"21 MAYO 1985\", \"G.S.\": \"A+\", \"birthPlace\": \"TULUA (VALLE)\", \"dateAndPlaceIssue\": \"15 AGO 2003, VILLAVICENCIO\", \"dateExpiration\": \"05 ABR 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "006.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"88.227.904\", \"firstSurname\": \"ZAPATA\", \"secondSurname\": \"PEREZ\", \"name\": \"RICARDO MAURICIO\", \"nationality\": \"COL\", \"stature\": \"1.69\", \"gender\": \"M\", \"birthDate\": \"02 AGO 1975\", \"G.S.\": \"A+\", \"birthPlace\": \"CUCUTA (NORTE DE SANTANDER)\", \"dateAndPlaceIssue\": \"24 ENE 1996, CUCUTA\", \"dateExpiration\": \"03 OCT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "007.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.024.538.183\", \"firstSurname\": \"PINEDA\", \"secondSurname\": \"OSPINA\", \"name\": \"NESTOR JOATH\", \"nationality\": \"COL\", \"stature\": \"1.66\", \"gender\": \"M\", \"birthDate\": \"27 FEB 1993\", \"G.S.\": \"O+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"18 MAR 2011, BOGOTA D.C.\", \"dateExpiration\": \"07 OCT 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "008.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"70.129.539\", \"firstSurname\": \"RESTREPO\", \"secondSurname\": \"GONZALEZ\", \"name\": \"BILSAN DE JESUS\", \"nationality\": \"COL\", \"stature\": \"1.77\", \"gender\": \"M\", \"birthDate\": \"28 ENE 1958\", \"G.S.\": \"A+\", \"birthPlace\": \"PUERTO BERRIO (ANTIOQUIA)\", \"dateAndPlaceIssue\": \"17 NOV 1977, MEDELLIN\", \"dateExpiration\": \"06 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "009.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"91.181.079\", \"firstSurname\": \"GUARIN\", \"secondSurname\": \"SANTAMARIA\", \"name\": \"OMAR GUSTAVO\", \"nationality\": \"COL\", \"stature\": \"1.72\", \"gender\": \"M\", \"birthDate\": \"25 OCT 1977\", \"G.S.\": \"O+\", \"birthPlace\": \"MOLAGAVITA (SANTANDER)\", \"dateAndPlaceIssue\": \"19 JUN 1996, GIRON\", \"dateExpiration\": \"16 MAYO 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "010.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"79.697.914\", \"firstSurname\": \"MENDEZ\", \"secondSurname\": \"MORALES\", \"name\": \"WILIAM RICARDO\", \"nationality\": \"COL\", \"stature\": \"1.70\", \"gender\": \"M\", \"birthDate\": \"02 ENE 1974\", \"G.S.\": \"O+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"22 ABR 1992, BOGOTA D.C.\", \"dateExpiration\": \"14 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "011.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"52.388.482\", \"firstSurname\": \"ROBAYO\", \"secondSurname\": \"ROMERO\", \"name\": \"ANDREA DEL PILAR\", \"nationality\": \"COL\", \"stature\": \"1.62\", \"gender\": \"F\", \"birthDate\": \"28 ENE 1978\", \"G.S.\": \"O+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"19 MAR 1996, BOGOTA D.C.\", \"dateExpiration\": \"16 FEB 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "012.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.093.777.184\", \"firstSurname\": \"GARCIA\", \"secondSurname\": \"VARGAS\", \"name\": \"DANIEL GERARDO\", \"nationality\": \"COL\", \"stature\": \"1.80\", \"gender\": \"M\", \"birthDate\": \"20 OCT 1994\", \"G.S.\": \"A+\", \"birthPlace\": \"CUCUTA (NORTE DE SANTANDER)\", \"dateAndPlaceIssue\": \"20 FEB 2013, LOS PATIOS\", \"dateExpiration\": \"30 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "013.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"7.708.787\", \"firstSurname\": \"BUSTOS\", \"secondSurname\": \"HORTA\", \"name\": \"LUIS GABRIEL\", \"nationality\": \"COL\", \"stature\": \"1.84\", \"gender\": \"M\", \"birthDate\": \"09 MAYO 1978\", \"G.S.\": \"A-\", \"birthPlace\": \"NEIVA (HUILA)\", \"dateAndPlaceIssue\": \"04 NOV 1996, NEIVA\", \"dateExpiration\": \"29 ABR 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "014.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.014.242.403\", \"firstSurname\": \"BELTRAN\", \"secondSurname\": \"VANEGAS\", \"name\": \"BRAYAN DAVID\", \"nationality\": \"COL\", \"stature\": \"1.62\", \"gender\": \"M\", \"birthDate\": \"07 DIC 1992\", \"G.S.\": \"B+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"13 ABR 2011, BOGOTA D.C.\", \"dateExpiration\": \"19 JUL 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "015.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.032.510.777\", \"firstSurname\": \"RUJANO\", \"secondSurname\": \"PAEZ\", \"name\": \"ANA ESTHER\", \"nationality\": \"COL\", \"stature\": \"1.68\", \"gender\": \"F\", \"birthDate\": \"16 SEPT 2004\", \"G.S.\": \"A+\", \"birthPlace\": \"BOLIVAR-CARONI (VENEZUELA)\", \"dateAndPlaceIssue\": \"20 SEPT 2022, CHIA\", \"dateExpiration\": \"27 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "016.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.098.629.794\", \"firstSurname\": \"HERRERA\", \"secondSurname\": \"\", \"name\": \"JUAN DAVID\", \"nationality\": \"COL\", \"stature\": \"1.62\", \"gender\": \"M\", \"birthDate\": \"27 SEPT 2004\", \"G.S.\": \"O+\", \"birthPlace\": \"BUCARAMANGA (SANTANDER)\", \"dateAndPlaceIssue\": \"03 OCT 2022, BUCARAMANGA\", \"dateExpiration\": \"03 OCT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "017.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.127.617.250\", \"firstSurname\": \"GONZALEZ\", \"secondSurname\": \"ROMERO\", \"name\": \"ROSA EUCARIS\", \"nationality\": \"COL\", \"stature\": \"1.69\", \"gender\": \"F\", \"birthDate\": \"13 ENE 1989\", \"G.S.\": \"O+\", \"birthPlace\": \"DISTRITO CAPITAL-LIBERTADOR (VENEZUELA)\", \"dateAndPlaceIssue\": \"13 AGO 2018, CON CARACAS VEN\", \"dateExpiration\": \"13 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "018.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.111.760\", \"firstSurname\": \"593\", \"secondSurname\": \"MEJIA\", \"name\": \"ARAGON\", \"nationality\": \"COL\", \"stature\": \"1.80\", \"gender\": \"M\", \"birthDate\": \"03 JUL 1988\", \"G.S.\": \"O+\", \"birthPlace\": \"BUENAVENTURA (VALLE)\", \"dateAndPlaceIssue\": \"08 SEPT 2006, BUENAVENTURA\", \"dateExpiration\": \"\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "019.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.234.567.890\", \"firstSurname\": \"MARTINEZ\", \"secondSurname\": \"GARCIA\", \"name\": \"MARIA DANIELA\", \"nationality\": \"COL\", \"stature\": \"1.67\", \"gender\": \"F\", \"birthDate\": \"21 AGO 1988\", \"G.S.\": \"O+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"23 SEPT 2006, BOGOTA D.C.\", \"dateExpiration\": \"30 ENE 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "020.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"52.310.083\", \"firstSurname\": \"RONCANCIO\", \"secondSurname\": \"\", \"name\": \"CAROL PATRICIA\", \"nationality\": \"COL\", \"stature\": \"1.57\", \"gender\": \"F\", \"birthDate\": \"25 ENE 1976\", \"G.S.\": \"O+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"20 JUN 1994, BOGOTA D.C.\", \"dateExpiration\": \"24 MAR 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "021.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.017.153.703\", \"firstSurname\": \"VILLA\", \"secondSurname\": \"PEREZ\", \"name\": \"ERIKA ANDREA\", \"nationality\": \"COL\", \"stature\": \"1.55\", \"gender\": \"F\", \"birthDate\": \"15 SEPT 1987\", \"G.S.\": \"O+\", \"birthPlace\": \"RIONEGRO (ANTIOQUIA)\", \"dateAndPlaceIssue\": \"22 SEPT 2005, MEDELLIN\", \"dateExpiration\": \"05 JUL 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "022.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.066.518.401\", \"firstSurname\": \"PATERNINA\", \"secondSurname\": \"AVILA\", \"name\": \"ALEX DAVID\", \"nationality\": \"COL\", \"stature\": \"1.66\", \"gender\": \"M\", \"birthDate\": \"10 MAR 1990\", \"G.S.\": \"B+\", \"birthPlace\": \"AYAPEL (CORDOBA)\", \"dateAndPlaceIssue\": \"19 MAR 2009, AYAPEL\", \"dateExpiration\": \"04 MAYO 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "023.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.020.399.829\", \"firstSurname\": \"OVIEDO\", \"secondSurname\": \"GONZALEZ\", \"name\": \"MIRIAM ELENA\", \"nationality\": \"COL\", \"stature\": \"1.64\", \"gender\": \"F\", \"birthDate\": \"11 AGO 1986\", \"G.S.\": \"O+\", \"birthPlace\": \"MEDELLIN (ANTIOQUIA)\", \"dateAndPlaceIssue\": \"06 OCT 2004, BELLO\", \"dateExpiration\": \"06 SEPT 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "024.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.129.536.199\", \"firstSurname\": \"ORTEGA\", \"secondSurname\": \"GONZALEZ\", \"name\": \"DAVID EDUARDO\", \"nationality\": \"COL\", \"stature\": \"1.70\", \"gender\": \"M\", \"birthDate\": \"06 AGO 1987\", \"G.S.\": \"O+\", \"birthPlace\": \"BARRANQUILLA (ATLANTICO)\", \"dateAndPlaceIssue\": \"19 AGO 2005, BARRANQUILLA\", \"dateExpiration\": \"29 JUN 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "025.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.036.605.358\", \"firstSurname\": \"CARDONA\", \"secondSurname\": \"FRANCO\", \"name\": \"CATALINA\", \"nationality\": \"COL\", \"stature\": \"1.60\", \"gender\": \"F\", \"birthDate\": \"25 ENE 1987\", \"G.S.\": \"O+\", \"birthPlace\": \"MEDELLIN (ANTIOQUIA)\", \"dateAndPlaceIssue\": \"28 ENE 2005, ITAGUI\", \"dateExpiration\": \"08 MAR 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "026.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"35.521.383\", \"firstSurname\": \"DIAZ\", \"secondSurname\": \"VILLALBA\", \"name\": \"CLAUDIA MERCEDES\", \"nationality\": \"COL\", \"stature\": \"1.63\", \"gender\": \"F\", \"birthDate\": \"19 SEPT 1966\", \"G.S.\": \"A+\", \"birthPlace\": \"UNE (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"27 JUN 1986, FACATATIVA\", \"dateExpiration\": \"10 AGO 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "027.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"14.476.980\", \"firstSurname\": \"QUIÑONES\", \"secondSurname\": \"TORRES\", \"name\": \"RUBEN MARCES\", \"nationality\": \"COL\", \"stature\": \"1.68\", \"gender\": \"M\", \"birthDate\": \"08 FEN 1985\", \"G.S.\": \"B+\", \"birthPlace\": \"BUENAVENTURA (VALLE)\", \"dateAndPlaceIssue\": \"03 ABR 2003, BUENAVENTURA\", \"dateExpiration\": \"14 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "028.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.081.813.236\", \"firstSurname\": \"MONTERO\", \"secondSurname\": \"ARGOTE\", \"name\": \"JESUS RAFAEL\", \"nationality\": \"COL\", \"stature\": \"1.60\", \"gender\": \"M\", \"birthDate\": \"30 SEPT 1992\", \"G.S.\": \"A+\", \"birthPlace\": \"FUNDACION (MAGDALENA)\", \"dateAndPlaceIssue\": \"04 OCT 2010, FUNDACION\", \"dateExpiration\": \"10 DIC 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "029.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"40.076.947\", \"firstSurname\": \"CASTILLO\", \"secondSurname\": \"SANABRIA\", \"name\": \"LAURA MILENA\", \"nationality\": \"COL\", \"stature\": \"1.63\", \"gender\": \"F\", \"birthDate\": \"29 JUL 1979\", \"G.S.\": \"O-\", \"birthPlace\": \"VILLAVICENCIO (META)\", \"dateAndPlaceIssue\": \"08 AGO 1997, FLORENCIA\", \"dateExpiration\": \"12 OCT 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "030.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.075.286.033\", \"firstSurname\": \"GOMEZ\", \"secondSurname\": \"DOMINGUEZ\", \"name\": \"CARLA MARIA\", \"nationality\": \"COL\", \"stature\": \"1.58\", \"gender\": \"F\", \"birthDate\": \"02 FEB 1995\", \"G.S.\": \"O+\", \"birthPlace\": \"NEIVA (HUILA)\", \"dateAndPlaceIssue\": \"04 FEB 2013, NEIVA\", \"dateExpiration\": \"23 ABR 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "031.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"31.573.401\", \"firstSurname\": \"BEJARANO\", \"secondSurname\": \"GALVEZ\", \"name\": \"SANDRA MILENA\", \"nationality\": \"COL\", \"stature\": \"1.70\", \"gender\": \"F\", \"birthDate\": \"07 ABR 1980\", \"G.S.\": \"O+\", \"birthPlace\": \"CALI (VALLE)\", \"dateAndPlaceIssue\": \"17 NOV 1998, CALI\", \"dateExpiration\": \"\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "032.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"21.466.940\", \"firstSurname\": \"ATEHORTUA\", \"secondSurname\": \"CARDONA\", \"name\": \"OLGA LUCIA\", \"nationality\": \"COL\", \"stature\": \"1.66\", \"gender\": \"F\", \"birthDate\": \"05 ABR 1977\", \"G.S.\": \"O+\", \"birthPlace\": \"MEDELLIN (ANTIOQUIA)\", \"dateAndPlaceIssue\": \"26 MAYO 1995, BELLO\", \"dateExpiration\": \"19 JUL 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "033.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"88.252.564\", \"firstSurname\": \"RODRIGUEZ\", \"secondSurname\": \"\", \"name\": \"MIGUEL ANGEL\", \"nationality\": \"COL\", \"stature\": \"1.76\", \"gender\": \"M\", \"birthDate\": \"15 AGO 1981\", \"G.S.\": \"O+\", \"birthPlace\": \"CUCUTA (NORTE DE SANTANDER)\", \"dateAndPlaceIssue\": \"28 SEPT 1999, CUCUTA\", \"dateExpiration\": \"14 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "034.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"12.435.771\", \"firstSurname\": \"NAVARRO\", \"secondSurname\": \"RAMIREZ\", \"name\": \"JUAN GABRIEL\", \"nationality\": \"COL\", \"stature\": \"1.81\", \"gender\": \"M\", \"birthDate\": \"05 JUN 1982\", \"G.S.\": \"O+\", \"birthPlace\": \"OCAÑA (NORTE DE SANTANDER)\", \"dateAndPlaceIssue\": \"28 JUN 2000, VALLEDUPAR\", \"dateExpiration\": \"16 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "035.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"87.217.575\", \"firstSurname\": \"ROSERO\", \"secondSurname\": \"HUERTAS\", \"name\": \"BAYRON LEANDRO\", \"nationality\": \"COL\", \"stature\": \"1.76\", \"gender\": \"M\", \"birthDate\": \"25 ENE 1984\", \"G.S.\": \"A+\", \"birthPlace\": \"IPIALES (NARIÑO)\", \"dateAndPlaceIssue\": \"18 JUN 2002, IPIALES\", \"dateExpiration\": \"14 ENE 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "036.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"35.286.123\", \"firstSurname\": \"AGUIERA\", \"secondSurname\": \"LEON\", \"name\": \"DORA BELLANID\", \"nationality\": \"COL\", \"stature\": \"1.51\", \"gender\": \"F\", \"birthDate\": \"04 MAYO 1985\", \"G.S.\": \"O+\", \"birthPlace\": \"MEDINA (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"12 NOV 2003, PARATEBUENO\", \"dateExpiration\": \"05 AGO 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "037.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.037.610.401\", \"firstSurname\": \"URRUTIA\", \"secondSurname\": \"CACERES\", \"name\": \"ALEXANDER\", \"nationality\": \"COL\", \"stature\": \"1.76\", \"gender\": \"M\", \"birthDate\": \"12 OCT 1990\", \"G.S.\": \"O+\", \"birthPlace\": \"CALI (VALLE)\", \"dateAndPlaceIssue\": \"11 FEB 2009, ENVIGADO\", \"dateExpiration\": \"24 JUN 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "038.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.073.983.011\", \"firstSurname\": \"ARGUMEDO\", \"secondSurname\": \"ARAUJO\", \"name\": \"NAIRO NAUDIT\", \"nationality\": \"COL\", \"stature\": \"1.74\", \"gender\": \"M\", \"birthDate\": \"02 SEPT 1988\", \"G.S.\": \"A+\", \"birthPlace\": \"TIERRALTA (CORDOBA)\", \"dateAndPlaceIssue\": \"28 AGO 2007, TIERRALTA\", \"dateExpiration\": \"11 NOV 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "039.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.143.336.348\", \"firstSurname\": \"RAMOS\", \"secondSurname\": \"GOMEZ\", \"name\": \"JOHN JAIRO\", \"nationality\": \"COL\", \"stature\": \"1.73\", \"gender\": \"M\", \"birthDate\": \"24 SEPT 1989\", \"G.S.\": \"O+\", \"birthPlace\": \"CARTAGENA (BOLIVAR)\", \"dateAndPlaceIssue\": \"03 OCT 2007, CARTAGENA\", \"dateExpiration\": \"02 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "040.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"14.137.688\", \"firstSurname\": \"GOMEZ\", \"secondSurname\": \"SANCHEZ\", \"name\": \"OSCAR IVAN\", \"nationality\": \"COL\", \"stature\": \"1.70\", \"gender\": \"M\", \"birthDate\": \"30 MAR 1984\", \"G.S.\": \"O+\", \"birthPlace\": \"IBAGUE (TOLIMA)\", \"dateAndPlaceIssue\": \"02 ABR 2002, IBAGUE\", \"dateExpiration\": \"14 ABR 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "041.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"91.264.322\", \"firstSurname\": \"ANAYA\", \"secondSurname\": \"DIAZ\", \"name\": \"ELKIN\", \"nationality\": \"COL\", \"stature\": \"1.65\", \"gender\": \"M\", \"birthDate\": \"22 MAR 1969\", \"G.S.\": \"B+\", \"birthPlace\": \"BUCARAMANGA (SANTANDER)\", \"dateAndPlaceIssue\": \"27 ABR 1987, BUCARAMANGA\", \"dateExpiration\": \"25 MAR 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "042.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.143.463.974\", \"firstSurname\": \"TAFUR\", \"secondSurname\": \"BUSTAMANTE\", \"name\": \"DIEGO ALEJANDRO\", \"nationality\": \"COL\", \"stature\": \"1.78\", \"gender\": \"M\", \"birthDate\": \"08 MAYO 1998\", \"G.S.\": \"O+\", \"birthPlace\": \"BARRANQUILLA (ATLANTICO)\", \"dateAndPlaceIssue\": \"08 JUN 2016, BARRANQUILLA\", \"dateExpiration\": \"22 SEPT 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "043.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.117.506.398\", \"firstSurname\": \"ENDO\", \"secondSurname\": \"LOZADA\", \"name\": \"GIMENA\", \"nationality\": \"COL\", \"stature\": \"1.75\", \"gender\": \"F\", \"birthDate\": \"24 DIC 1987\", \"G.S.\": \"O+\", \"birthPlace\": \"FLORENCIA (CAQUETA)\", \"dateAndPlaceIssue\": \"04 MAYO 2007, FLORENCIA\", \"dateExpiration\": \"13 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "044.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"33.307.299\", \"firstSurname\": \"PIÑERES\", \"secondSurname\": \"POLO\", \"name\": \"KARINA ESTHER\", \"nationality\": \"COL\", \"stature\": \"1.52\", \"gender\": \"F\", \"birthDate\": \"30 OCT 1979\", \"G.S.\": \"O+\", \"birthPlace\": \"MAGANGUE (BOLIVAR)\", \"dateAndPlaceIssue\": \"30 ABR 1998, MAGANGUE\", \"dateExpiration\": \"23 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "045.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"72.019.048\", \"firstSurname\": \"ACOSTA\", \"secondSurname\": \"FLOREZ\", \"name\": \"WILBER ALFREDO\", \"nationality\": \"COL\", \"stature\": \"1.70\", \"gender\": \"M\", \"birthDate\": \"10 JUN 1978\", \"G.S.\": \"O+\", \"birthPlace\": \"BARANDA (ATLANTICO)\", \"dateAndPlaceIssue\": \"12 MAR 1997, BARANDA\", \"dateExpiration\": \"22 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "046.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.131.108.177\", \"firstSurname\": \"ARDILA\", \"secondSurname\": \"ROMERO\", \"name\": \"JUAN CARLOS\", \"nationality\": \"COL\", \"stature\": \"1.78\", \"gender\": \"M\", \"birthDate\": \"01 FEB 1993\", \"G.S.\": \"O+\", \"birthPlace\": \"SAN ANTERO (CORDOBA)\", \"dateAndPlaceIssue\": \"04 FEB 2011, COVEÑAS\", \"dateExpiration\": \"14 ENE 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "047.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"22.465.410\", \"firstSurname\": \"ZAMUDIO\", \"secondSurname\": \"GUEVARA\", \"name\": \"JESSICA ESTELA\", \"nationality\": \"COL\", \"stature\": \"1.55\", \"gender\": \"F\", \"birthDate\": \"21 MAR 1978\", \"G.S.\": \"O+\", \"birthPlace\": \"BARRANQUILLA (ATLANTICO)\", \"dateAndPlaceIssue\": \"13 JUN 1996 (BARRANQUILLA)\", \"dateExpiration\": \"FEB 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "048.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"53.095.216\", \"firstSurname\": \"RAMIREZ\", \"secondSurname\": \"ANDRADE\", \"name\": \"DY ALEXANDRA\", \"nationality\": \"COL\", \"stature\": \"1.57\", \"gender\": \"F\", \"birthDate\": \"19 JUL 1984\", \"G.S.\": \"A+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"05 DIC 2003, BOGOTA D.C\", \"dateExpiration\": \"08 NOV 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "049.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.085.290.182\", \"firstSurname\": \"VERGARA\", \"secondSurname\": \"PORTILLA\", \"name\": \"DIANA LORENA\", \"nationality\": \"COL\", \"stature\": \"1.52\", \"gender\": \"F\", \"birthDate\": \"09 JUL 1991\", \"G.S.\": \"O+\", \"birthPlace\": \"PASTO (NARIÑO)\", \"dateAndPlaceIssue\": \"23 JUL 2009, PASTO\", \"dateExpiration\": \"19 JUL 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "050.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.110.523.215\", \"firstSurname\": \"ARIAS\", \"secondSurname\": \"DIAZ\", \"name\": \"JORGE LUIS\", \"nationality\": \"COL\", \"stature\": \"1.76\", \"gender\": \"M\", \"birthDate\": \"29 MAYO 1992\", \"G.S.\": \"A-\", \"birthPlace\": \"IBAGUE (TOLIMA)\", \"dateAndPlaceIssue\": \"02 JUN 2010, IBAGUE\", \"dateExpiration\": \"24 ENE 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "051.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"21.466.540\", \"firstSurname\": \"ATEHORTUA\", \"secondSurname\": \"CARDONA\", \"name\": \"OLGA LUCIA\", \"nationality\": \"COL\", \"stature\": \"1.66\", \"gender\": \"F\", \"birthDate\": \"05 ABR 1977\", \"G.S.\": \"O+\", \"birthPlace\": \"MEDELLIN (ANTIOQUIA)\", \"dateAndPlaceIssue\": \"26 MAYO 1995, BELLO\", \"dateExpiration\": \"19 JUL 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "052.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.024.507.224\", \"firstSurname\": \"CHINGATE\", \"secondSurname\": \"MORENO\", \"name\": \"GICELL MARIDZA\", \"nationality\": \"COL\", \"stature\": \"1.61\", \"gender\": \"F\", \"birthDate\": \"14 AGO 1990\", \"G.S.\": \"A+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"15 AGO 2008, BOGOTA D.C.\", \"dateExpiration\": \"21 DIC 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "053.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"85.057.019\", \"firstSurname\": \"PEÑA\", \"secondSurname\": \"OSPINA\", \"name\": \"GERMAN\", \"nationality\": \"COL\", \"stature\": \"1.77\", \"gender\": \"M\", \"birthDate\": \"11 JUL 1977\", \"G.S.\": \"O+\", \"birthPlace\": \"ESPINAL (TOLIMA)\", \"dateAndPlaceIssue\": \"17 AGO 1996, VILLAVICENCIO\", \"dateExpiration\": \"09 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "054.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"22.737.454\", \"firstSurname\": \"JELIOH\", \"secondSurname\": \"TORO\", \"name\": \"KELLY JOHANNA\", \"nationality\": \"COL\", \"stature\": \"1.85\", \"gender\": \"F\", \"birthDate\": \"08 DIC 1982\", \"G.S.\": \"A+\", \"birthPlace\": \"BARRANQUILLA (ATLANTICO)\", \"dateAndPlaceIssue\": \"16 FEB 2001 BARRANQUILLA\", \"dateExpiration\": \"24 FEB 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "055.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"60.345.589\", \"firstSurname\": \"CARRILLO\", \"secondSurname\": \"CACERES\", \"name\": \"DORIS OMAIRA\", \"nationality\": \"COL\", \"stature\": \"1.53\", \"gender\": \"F\", \"birthDate\": \"19 FEB 1970\", \"G.S.\": \"O+\", \"birthPlace\": \"CUCUTA (NORTE DE SANTANDER)\", \"dateAndPlaceIssue\": \"11 DIC 1986 CUCUTA\", \"dateExpiration\": \"07 FEB 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "056.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"31.573.401\", \"firstSurname\": \"BEJARANO\", \"secondSurname\": \"GALVEZ\", \"name\": \"SANDRA MILENA\", \"nationality\": \"COL\", \"stature\": \"1.70\", \"gender\": \"F\", \"birthDate\": \"07 ABR 1980\", \"G.S.\": \"O+\", \"birthPlace\": \"CALI (VALLE)\", \"dateAndPlaceIssue\": \"17 NOV 1998, CALI\", \"dateExpiration\": \"\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "057.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"8.486.232\", \"firstSurname\": \"DE LA HOZ\", \"secondSurname\": \"PALLARES\", \"name\": \"ELKIN DARIO\", \"nationality\": \"COL\", \"stature\": \"1.84\", \"gender\": \"M\", \"birthDate\": \"08 FEB 1983\", \"G.S.\": \"O+\", \"birthPlace\": \"BARRANQUILLA (ATLANTICO)\", \"dateAndPlaceIssue\": \"30 MAYO 2001, PUERTO COLOMBIA\", \"dateExpiration\": \"18 ABR 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "058.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"72.248.113\", \"firstSurname\": \"GAMARRA\", \"secondSurname\": \"MOLINA\", \"name\": \"JUAN CARLOS\", \"nationality\": \"COL\", \"stature\": \"1.70\", \"gender\": \"M\", \"birthDate\": \"31 OCT 1979\", \"G.S.\": \"O+\", \"birthPlace\": \"BARRANQUILLA (ATLANTICO)\", \"dateAndPlaceIssue\": \"20 MAYO 1998, BARRANQUILLA\", \"dateExpiration\": \"08 MAR 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "059.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.061.748.863\", \"firstSurname\": \"BOLAÑOS\", \"secondSurname\": \"LOPEZ\", \"name\": \"KELLY TATIANA\", \"nationality\": \"COL\", \"stature\": \"1.58\", \"gender\": \"F\", \"birthDate\": \"25 JUN 1992\", \"G.S.\": \"O+\", \"birthPlace\": \"POPAYAN (CAUCA)\", \"dateAndPlaceIssue\": \"28 JUN 2010 POPAYAN\", \"dateExpiration\": \"15 ABR 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "060.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"80.833.692\", \"firstSurname\": \"MOLANO\", \"secondSurname\": \"MORENO\", \"name\": \"JOHAN\", \"nationality\": \"COL\", \"stature\": \"1.63\", \"gender\": \"M\", \"birthDate\": \"23 DIC 1985\", \"G.S.\": \"A+\", \"birthPlace\": \"DOLORES (TOLIMA)\", \"dateAndPlaceIssue\": \"26 ENE 2004 BOGOTA D.C.\", \"dateExpiration\": \"11 MAYO 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "061.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"13.459.261\", \"firstSurname\": \"FIGUEROA\", \"secondSurname\": \"PATIÑO\", \"name\": \"ENRRIQUE\", \"nationality\": \"COL\", \"stature\": \"1.75\", \"gender\": \"M\", \"birthDate\": \"20 MAR 1960\", \"G.S. RH\": \"O\", \"birthPlace\": \"CUCUTA (NORTE DE SANTANDER)\", \"dateAndPlaceIssue\": \"01 JUL 1980, CUCUTA\", \"dateExpiration\": \"13 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "062.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"29.119.492\", \"firstSurname\": \"BEJARANO\", \"secondSurname\": \"RAMIREZ\", \"name\": \"CLAUDIA LORENA\", \"nationality\": \"COL\", \"stature\": \"1.68\", \"gender\": \"F\", \"birthDate\": \"02 AGO 1979\", \"G.S.\": \"O+\", \"birthPlace\": \"CALI (VALLE)\", \"dateAndPlaceIssue\": \"15 AGO 1997, CALI\", \"dateExpiration\": \"17 MAYO 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "063.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"13.501.219\", \"firstSurname\": \"GUAZA\", \"secondSurname\": \"MINA\", \"name\": \"JAROL\", \"nationality\": \"COL\", \"stature\": \"1.78\", \"gender\": \"M\", \"birthDate\": \"11 AGO 1969\", \"G.S.\": \"O+\", \"birthPlace\": \"BUENOS AIRES (CAUCA)\", \"dateAndPlaceIssue\": \"03 AGO 1998, CUCUTA\", \"dateExpiration\": \"23 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "064.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.081.153.161\", \"firstSurname\": \"SANCHEZ\", \"secondSurname\": \"OROZCO\", \"name\": \"JOSE LIBARDO\", \"nationality\": \"COL\", \"stature\": \"1.72\", \"gender\": \"M\", \"birthDate\": \"22 ABR 1987\", \"G.S.\": \"O+\", \"birthPlace\": \"LA DORADA (CALDAS)\", \"dateAndPlaceIssue\": \"13 OCT 2005, RIVERA\", \"dateExpiration\": \"08 NOV 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "065.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"79.952.686\", \"firstSurname\": \"VILLALBA\", \"secondSurname\": \"ANGEL\", \"name\": \"JORGE ENRIQUE\", \"nationality\": \"COL\", \"stature\": \"1.85\", \"gender\": \"M\", \"birthDate\": \"10 OCT 1979\", \"G.S.\": \"O+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"17 OCT 1997, BOGOTA D.C.\", \"dateExpiration\": \"29 JUL 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "066.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"11.255.790\", \"firstSurname\": \"RAYO\", \"secondSurname\": \"SANDOVAL\", \"name\": \"ALBEIRO\", \"nationality\": \"COL\", \"stature\": \"1.74\", \"gender\": \"M\", \"birthDate\": \"18 MAYO 1981\", \"G.S.\": \"O+\", \"birthPlace\": \"CHAPARRAL (TOLIMA)\", \"dateAndPlaceIssue\": \"19 MAYO 1999, FUSAGASUGA\", \"dateExpiration\": \"31 AGO 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "067.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.069.745.119\", \"firstSurname\": \"RAMIREZ\", \"secondSurname\": \"PINILLOS\", \"name\": \"JOH EDWAR\", \"nationality\": \"COL\", \"stature\": \"1.83\", \"gender\": \"M\", \"birthDate\": \"05 OCT 1993\", \"G.S.\": \"B+\", \"birthPlace\": \"VIOTA (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"04 NOV 2011, FUSAGASUGA\", \"dateExpiration\": \"01 AGO 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "068.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.065.865.726\", \"firstSurname\": \"CLAVIJO\", \"secondSurname\": \"RODRIGUEZ\", \"name\": \"ANGIE LORENA\", \"nationality\": \"COL\", \"stature\": \"1.58\", \"gender\": \"F\", \"birthDate\": \"19 SEPT 2004\", \"G.S.\": \"O+\", \"birthPlace\": \"AGUACHICA (CESAR)\", \"dateAndPlaceIssue\": \"20 SEPT 2022, SAN ALBERTO\", \"dateExpiration\": \"27 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "069.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.234.567.890\", \"firstSurname\": \"WALTEROS\", \"secondSurname\": \"\", \"name\": \"LAURA\", \"nationality\": \"COL\", \"stature\": \"1.67\", \"gender\": \"F\", \"birthDate\": \"15 ABR 2004\", \"G.S.\": \"O+\", \"birthPlace\": \"CARTAGENA (BOLIVAR)\", \"dateAndPlaceIssue\": \"20 ABR 2022, CARTAGENA\", \"dateExpiration\": \"19 ABR 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
\ No newline at end of file
diff --git a/idInversoN-donut/train/metadata.jsonll b/idInversoN-donut/train/metadata.jsonll
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/idInversoN-donut/validation/000.jpg b/idInversoN-donut/validation/000.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..26ebe98eb15be55305f313a494c3036bd5198b43
--- /dev/null
+++ b/idInversoN-donut/validation/000.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c510b4a9097c4a745d7d0c426133c2d9dc1ef0ff83752dfe17ad849ea46cb84d
+size 986226
diff --git a/idInversoN-donut/validation/001.jpg b/idInversoN-donut/validation/001.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1257f5b1bb55ae0369f7c1de1fcdb71222680379
--- /dev/null
+++ b/idInversoN-donut/validation/001.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:185c5a8a214d781a6e3293b9374992d7a0cc2dc128e3f01807a2055d2b35b058
+size 179161
diff --git a/idInversoN-donut/validation/002.jpg b/idInversoN-donut/validation/002.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2f00b67b5f33b94e71ade82785b1c4d66be81710
--- /dev/null
+++ b/idInversoN-donut/validation/002.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a6caf6bb60dfcf31e85f3e67a9b43e2e0dad25f399bd48312f45e189ed491d52
+size 31146
diff --git a/idInversoN-donut/validation/003.jpg b/idInversoN-donut/validation/003.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..10a740a96703d93be5450feaa05ad0530354df08
--- /dev/null
+++ b/idInversoN-donut/validation/003.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:40b70d6fc0c9c19394f2a676cec28e8d6d53febbecd5b6319ee849f19c975fa9
+size 151584
diff --git a/idInversoN-donut/validation/004.jpg b/idInversoN-donut/validation/004.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1e1fce87d1b355c96b7ac808e229a52ff88f4d71
--- /dev/null
+++ b/idInversoN-donut/validation/004.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9eb976589862ee5585f4b15725d7d35e9070dc80d3927d441fc3c57bc14e6a42
+size 72149
diff --git a/idInversoN-donut/validation/005.jpg b/idInversoN-donut/validation/005.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8225bb3994260c496a35ac095a93282f09b4574f
--- /dev/null
+++ b/idInversoN-donut/validation/005.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:71844414ce2c7ba948148eed581c08f4bc1680348e1d3146c80b86a84177f52f
+size 142023
diff --git a/idInversoN-donut/validation/006.jpg b/idInversoN-donut/validation/006.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4a86f46afa130c643cb03e200dcbfaf3e6cb1b28
--- /dev/null
+++ b/idInversoN-donut/validation/006.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2b913a659414b1a81c6c6aa6a2cca68491bfa8f986b5debdb430feea50a97cce
+size 62004
diff --git a/idInversoN-donut/validation/007.jpg b/idInversoN-donut/validation/007.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..29520693c92718a2d0a5d2ea5ea87617dea9757d
--- /dev/null
+++ b/idInversoN-donut/validation/007.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb073f9394cd6266f59d18803daf796bc401a050e0c8e87439b42460bed3236d
+size 114402
diff --git a/idInversoN-donut/validation/008.jpg b/idInversoN-donut/validation/008.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4fcbef3c55cc428d1140959d02d4c86612b99376
--- /dev/null
+++ b/idInversoN-donut/validation/008.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e668db43f1ffdedec59f07ce342f201c60bf4a34c465e6d4a2f7f4271eeda7f
+size 54543
diff --git a/idInversoN-donut/validation/009.jpg b/idInversoN-donut/validation/009.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c4f278616dcc82031414b16ebbc71f0e232627cf
--- /dev/null
+++ b/idInversoN-donut/validation/009.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1672bac8b252c20be4481dc5626a4537596d170fe61ba8b25e2b990e219f2827
+size 80911
diff --git a/idInversoN-donut/validation/metadata.jsonl b/idInversoN-donut/validation/metadata.jsonl
new file mode 100644
index 0000000000000000000000000000000000000000..2a864ed4e1f8f4a27118209d82bd6b5b72e873b7
--- /dev/null
+++ b/idInversoN-donut/validation/metadata.jsonl
@@ -0,0 +1,10 @@
+{"file_name": "000.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.001.287.937\", \"firstSurname\": \"CULMA\", \"secondSurname\": \"ARAGON\", \"name\": \"STEVEN\", \"nationality\": \"COL\", \"stature\": \"1.65\", \"gender\": \"M\", \"birthDate\": \"20 ENE 2001\", \"G.S.\": \"O+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"31 ENE 2019, BOOGOTA D.C.\", \"dateExpiration\": \"22 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "001.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.031.168.699\", \"firstSurname\": \"GUZMAN\", \"secondSurname\": \"CORTES\", \"name\": \"JUAN SEBASTIAN\", \"nationality\": \"COL\", \"stature\": \"1.75\", \"gender\": \"M\", \"birthDate\": \"2O ENE 1997\", \"G.S.\": \"O-\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"21 ENE 2015, BOGOTA D.C.\", \"dateExpiration\": \"01 MAR 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "002.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"85.153.506\", \"firstSurname\": \"MORALES\", \"secondSurname\": \"ZABALA\", \"name\": \"ORLANDO VICTOR\", \"nationality\": \"COL\", \"stature\": \"1.75\", \"gender\": \"M\", \"birthDate\": \"15 ABR 1985\", \"G.S.\": \"O+\", \"birthPlace\": \"BARRANQUILLA (ATLANTICO)\", \"dateAndPlaceIssue\": \"27 JUN 2003, SANTA MARTA\", \"dateExpiration\": \"27 SEPT 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "003.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.024.507.224\", \"firstSurname\": \"CHINGATE\", \"secondSurname\": \"MORENO\", \"name\": \"GICELL MARIDZA\", \"nationality\": \"COL\", \"stature\": \"1.61\", \"gender\": \"F\", \"birthDate\": \"14 AGO 1990\", \"G.S.\": \"A+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"15 AGO 2008, BOGOTA D.C.\", \"dateExpiration\": \"21 DIC 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "004.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.031.125.424\", \"firstSurname\": \"ARIAS\", \"secondSurname\": \"VENEGAS\", \"name\": \"WILLIAN\", \"nationality\": \"COL\", \"stature\": \"1.75\", \"gender\": \"M\", \"birthDate\": \"01 DIC 1986\", \"G.S.\": \"O+\", \"birthPlace\": \"DOLORES (TOLIMA)\", \"dateAndPlaceIssue\": \"03 DIC 2004, BOGOTA D.C.\", \"dateExpiration\": \"03 FEB 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "005.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"40.341.847\", \"firstSurname\": \"AMEZQUITA\", \"secondSurname\": \"TREJOS\", \"name\": \"SHIRLEY JOHANNA\", \"nationality\": \"COL\", \"stature\": \"1.63\", \"gender\": \"F\", \"birthDate\": \"21 MAYO 1985\", \"G.S.\": \"A+\", \"birthPlace\": \"TULUA (VALLE)\", \"dateAndPlaceIssue\": \"15 AGO 2003, VILLAVICENCIO\", \"dateExpiration\": \"05 ABR 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "006.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"88.227.904\", \"firstSurname\": \"ZAPATA\", \"secondSurname\": \"PEREZ\", \"name\": \"RICARDO MAURICIO\", \"nationality\": \"COL\", \"stature\": \"1.69\", \"gender\": \"M\", \"birthDate\": \"02 AGO 1975\", \"G.S.\": \"A+\", \"birthPlace\": \"CUCUTA (NORTE DE SANTANDER)\", \"dateAndPlaceIssue\": \"24 ENE 1996, CUCUTA\", \"dateExpiration\": \"03 OCT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "007.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"1.024.538.183\", \"firstSurname\": \"PINEDA\", \"secondSurname\": \"OSPINA\", \"name\": \"NESTOR JOATH\", \"nationality\": \"COL\", \"stature\": \"1.66\", \"gender\": \"M\", \"birthDate\": \"27 FEB 1993\", \"G.S.\": \"O+\", \"birthPlace\": \"BOGOTA D.C. (CUNDINAMARCA)\", \"dateAndPlaceIssue\": \"18 MAR 2011, BOGOTA D.C.\", \"dateExpiration\": \"07 OCT 2031\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "008.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"70.129.539\", \"firstSurname\": \"RESTREPO\", \"secondSurname\": \"GONZALEZ\", \"name\": \"BILSAN DE JESUS\", \"nationality\": \"COL\", \"stature\": \"1.77\", \"gender\": \"M\", \"birthDate\": \"28 ENE 1958\", \"G.S.\": \"A+\", \"birthPlace\": \"PUERTO BERRIO (ANTIOQUIA)\", \"dateAndPlaceIssue\": \"17 NOV 1977, MEDELLIN\", \"dateExpiration\": \"06 SEPT 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
+{"file_name": "009.jpg", "ground_truth": "{\"gt_parse\": {\"nuip\": \"91.181.079\", \"firstSurname\": \"GUARIN\", \"secondSurname\": \"SANTAMARIA\", \"name\": \"OMAR GUSTAVO\", \"nationality\": \"COL\", \"stature\": \"1.72\", \"gender\": \"M\", \"birthDate\": \"25 OCT 1977\", \"G.S.\": \"O+\", \"birthPlace\": \"MOLAGAVITA (SANTANDER)\", \"dateAndPlaceIssue\": \"19 JUN 1996, GIRON\", \"dateExpiration\": \"16 MAYO 2032\", \"type\": \"CEDULA DE CIUDADANIA\"}}"}
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0577b6dc8e069b6bb1cd9c0e24bada6ebcff454b
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,38 @@
+asttokens==2.2.1
+backcall==0.2.0
+colorama==0.4.6
+comm==0.1.2
+debugpy==1.6.6
+decorator==5.1.1
+executing==1.2.0
+huggingface-hub==0.12.0
+ipykernel==6.21.1
+ipython==8.9.0
+ipywidgets==8.0.4
+jedi==0.18.2
+jupyter_client==8.0.2
+jupyter_core==5.2.0
+jupyterlab-widgets==3.0.5
+matplotlib-inline==0.1.6
+nest-asyncio==1.5.6
+packaging==23.0
+parso==0.8.3
+pickleshare==0.7.5
+platformdirs==3.0.0
+prompt-toolkit==3.0.36
+psutil==5.9.4
+pure-eval==0.2.2
+Pygments==2.14.0
+python-dateutil==2.8.2
+pywin32==305
+PyYAML==6.0
+pyzmq==25.0.0
+six==1.16.0
+stack-data==0.6.2
+tornado==6.2
+tqdm==4.64.1
+traitlets==5.9.0
+typing_extensions==4.4.0
+urllib3==1.26.14
+wcwidth==0.2.6
+widgetsnbextension==4.0.5
diff --git a/tranform.py b/tranform.py
new file mode 100644
index 0000000000000000000000000000000000000000..a43c4b8c85a9d155209db838bb5a6bd45df2243b
--- /dev/null
+++ b/tranform.py
@@ -0,0 +1,20 @@
+import os
+import json
+import shutil
+from tqdm.notebook import tqdm
+lines = []
+images = []
+i = 1
+for ann in tqdm(os.listdir("./data/key")[0:70]):
+ i += 1
+ if ann != ".ipynb_checkpoints":
+ with open("./data/key/" + ann) as f:
+ data = json.load(f)
+ images.append(ann[:-4] + "jpg")
+ line = {"gt_parse": data}
+ lines.append(line)
+ with open("./idInversoN-donut/train/metadata.jsonll", 'w') as f:
+ for i, gt_parse in enumerate(lines):
+ line = {"file_name": images[i], "ground_truth": json.dumps(gt_parse)}
+ f.write(json.dumps(line) + "\n")
+ shutil.copyfile("./data/img/" + images[i], "./idInversoN-donut/train/" + images[i])