Datasets:

Modalities:
Image
Text
Size:
< 1K
Libraries:
Datasets
License:
judith0 commited on
Commit
ec60503
1 Parent(s): 32099d0

agregando 0 a 30 img

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.idea/.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
.idea/Ine_Reverso.iml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="jdk" jdkName="Python 3.9" jdkType="Python SDK" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
.idea/inspectionProfiles/Project_Default.xml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
5
+ <option name="ignoredPackages">
6
+ <value>
7
+ <list size="3">
8
+ <item index="0" class="java.lang.String" itemvalue="huggingface-hub" />
9
+ <item index="1" class="java.lang.String" itemvalue="PyYAML" />
10
+ <item index="2" class="java.lang.String" itemvalue="typing_extensions" />
11
+ </list>
12
+ </value>
13
+ </option>
14
+ </inspection_tool>
15
+ <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
16
+ <option name="ignoredErrors">
17
+ <list>
18
+ <option value="W605" />
19
+ </list>
20
+ </option>
21
+ </inspection_tool>
22
+ </profile>
23
+ </component>
.idea/inspectionProfiles/profiles_settings.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9" project-jdk-type="Python SDK" />
4
+ </project>
.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/Ine_Reverso.iml" filepath="$PROJECT_DIR$/.idea/Ine_Reverso.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
crear.py ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import json
2
+ import os
3
+
4
+ # Ruta de la carpeta donde se guardarán los archivos JSON
5
+ folder_path = "./data/key"
6
+
7
+ # Verificar si la carpeta existe, de lo contrario, crearla
8
+ if not os.path.exists(folder_path):
9
+ os.makedirs(folder_path)
10
+
11
+ for i in range(0, 50):
12
+ data = {
13
+ "CIC": "",
14
+ "OCR": "",
15
+ "MRZ" : "IDMEX",
16
+ "modelType": ""
17
+ }
18
+
19
+ file_name = f"{i}.json"
20
+ file_path = os.path.join(folder_path, file_name)
21
+
22
+ with open(file_path, 'w') as f:
23
+ json.dump(data, f, indent=4)
24
+
25
+ print(f"Archivo {file_name} creado en {folder_path}.")
26
+
27
+ print("Creación de archivos JSON completada.")
data/img/000.jpg ADDED

Git LFS Details

  • SHA256: 703c7692b0a5b1c0844a98a96ea0b1210cbc856ac69b200ef65a0f9439d7a8eb
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
data/img/001.jpg ADDED

Git LFS Details

  • SHA256: 1a4c2b11e8bd4065cfe60059f2abd1ee97a9eba5f69cd85bf5f050f6e7d4901b
  • Pointer size: 131 Bytes
  • Size of remote file: 241 kB
data/img/002.jpg ADDED

Git LFS Details

  • SHA256: cb2219e7ee6ef5b4a9d24c3b44808e04e73119f04edd08335e807f0658f59522
  • Pointer size: 131 Bytes
  • Size of remote file: 198 kB
data/img/003.jpg ADDED

Git LFS Details

  • SHA256: 585138490b96105e95190e77bd984f0fe78f0a06edd8f77f6750e923094c154d
  • Pointer size: 131 Bytes
  • Size of remote file: 285 kB
data/img/004.jpg ADDED

Git LFS Details

  • SHA256: 34874c55e99edd6676719743ffdb528107b963dd560decba4dc0c2d8969fd5b4
  • Pointer size: 131 Bytes
  • Size of remote file: 114 kB
data/img/005.jpg ADDED

Git LFS Details

  • SHA256: 0651fe78632ee0630745e756f7ef861dfd341c6b636efaf39c6192923b128369
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
data/img/006.jpg ADDED

Git LFS Details

  • SHA256: f5ac6d1f7c5e449fb44c6fc26ae9a692339527ef1f9269bcc34e7becae92876c
  • Pointer size: 130 Bytes
  • Size of remote file: 96.9 kB
data/img/007.jpg ADDED

Git LFS Details

  • SHA256: 1187a14608c75fdc38464b401c1030f985c7e479de89322add5d5fed498f22dd
  • Pointer size: 131 Bytes
  • Size of remote file: 189 kB
data/img/008.jpg ADDED

Git LFS Details

  • SHA256: e99eced855695a6cbd595a11505c8376a073c06e28a79817bfb437dd060b493b
  • Pointer size: 131 Bytes
  • Size of remote file: 288 kB
data/img/009.jpg ADDED

Git LFS Details

  • SHA256: 7ff6338fe25924bc3805b8e68da6f8deb561e19f7d7dd6897b400318371bf3a2
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
data/img/010.jpg ADDED

Git LFS Details

  • SHA256: 9729284c86fee0fc63d6472273ede983157b0656c1faf150516d0fc590a6533f
  • Pointer size: 130 Bytes
  • Size of remote file: 78.7 kB
data/img/011.jpg ADDED

Git LFS Details

  • SHA256: 44a2a95dff76fa340b9a9089ee11cb07444c9a9f8bdc65620e1ecdd0e04d7cee
  • Pointer size: 131 Bytes
  • Size of remote file: 235 kB
data/img/012.jpg ADDED

Git LFS Details

  • SHA256: 2f809eb1f1a5c1210f3d8d52f4c8037c6bee8a734fe1f3aec91a3ec90bf58ad5
  • Pointer size: 131 Bytes
  • Size of remote file: 254 kB
data/img/013.jpg ADDED

Git LFS Details

  • SHA256: 315fbafe2f53ead734386fc5d15395f6556c0b5abb4cd8a0cbb2c996fd941b62
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
data/img/014.jpg ADDED

Git LFS Details

  • SHA256: 018c9c312e690b7263e9c9fe6331a0d316c0f5a91cab294f56e28853496e8d65
  • Pointer size: 131 Bytes
  • Size of remote file: 172 kB
data/img/015.jpg ADDED

Git LFS Details

  • SHA256: 38798865b6c34c9735e1418c3e7bd9cccebf85c4f88b6ec42b7fd607d9054237
  • Pointer size: 131 Bytes
  • Size of remote file: 167 kB
data/img/016.jpg ADDED

Git LFS Details

  • SHA256: 67198c6748c5213319f75186bc64cfa3a15e5f7a01d9577a66a50a1cca42f21b
  • Pointer size: 131 Bytes
  • Size of remote file: 227 kB
data/img/017.jpg ADDED

Git LFS Details

  • SHA256: 855185761aa9625eea5e20343786911a80f106247c3bc3900f0d9c3c2a9e4ac6
  • Pointer size: 131 Bytes
  • Size of remote file: 166 kB
data/img/018.jpg ADDED

Git LFS Details

  • SHA256: 04bcebfd1749943af9bcedb7adbaa4d55c671366c7eb5c9f7c9d8a45c2efad60
  • Pointer size: 131 Bytes
  • Size of remote file: 205 kB
data/img/019.jpg ADDED

Git LFS Details

  • SHA256: 227ebe6707233d4561a727b1ff51b5c23e1c321de62dcb6b3efd4d6a9e289e58
  • Pointer size: 130 Bytes
  • Size of remote file: 79.9 kB
data/img/020.jpg ADDED

Git LFS Details

  • SHA256: 33fbd222dabf6c41adfd63514e858b910d2e233521f17ec7d56eff04eb273bf8
  • Pointer size: 131 Bytes
  • Size of remote file: 261 kB
data/img/021.jpg ADDED

Git LFS Details

  • SHA256: d399d1c5c31eb3c4356a8ede45e551edf32ae6a3a00876fb5487c74a53e8afe3
  • Pointer size: 131 Bytes
  • Size of remote file: 150 kB
data/img/022.jpg ADDED

Git LFS Details

  • SHA256: 9e30e8ca8af2c4c5802edfee7034fb4bb8e8592addd56340484ec07c16c7a556
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
data/img/023.jpg ADDED

Git LFS Details

  • SHA256: 1dd1426c5dd0737c9fe3e9c039b5eb0aa4a49573c6049827dd55f174e7462fc0
  • Pointer size: 131 Bytes
  • Size of remote file: 101 kB
data/img/024.jpg ADDED

Git LFS Details

  • SHA256: e8ba36aca3e1f5bdb971ae537075bfa7171b25f4b6abfb8c6189645b58e69856
  • Pointer size: 131 Bytes
  • Size of remote file: 234 kB
data/img/025.jpg ADDED

Git LFS Details

  • SHA256: e56ef6c9f21685c6931066e2a20b9d17e484e3f11a8f3e3d4737c3c675b13bc2
  • Pointer size: 131 Bytes
  • Size of remote file: 176 kB
data/img/026.jpg ADDED

Git LFS Details

  • SHA256: d6d9c00c80c7bea0ef777a97a139c4d10024a47191fa2c47262632b58edaddf7
  • Pointer size: 131 Bytes
  • Size of remote file: 205 kB
data/img/027.jpg ADDED

Git LFS Details

  • SHA256: e16c08231e85fc8748eb09bd1204a8dd4db5520fae8656f6a8cd1b2e18cf66f2
  • Pointer size: 131 Bytes
  • Size of remote file: 151 kB
data/img/028.jpg ADDED

Git LFS Details

  • SHA256: 4588cf8899fec32897e210e44f9e143f40a10c274bae8d41a116b9d41c7d922f
  • Pointer size: 131 Bytes
  • Size of remote file: 127 kB
data/img/029.jpg ADDED

Git LFS Details

  • SHA256: 83427a4ade5da81fb4cac7f3c4e37eb7a9eca89b465faf956dd7654dbc636720
  • Pointer size: 131 Bytes
  • Size of remote file: 170 kB
data/img/030.jpg ADDED

Git LFS Details

  • SHA256: 62921c79a08a0ab8ec60303ee096af0eeafe48036d1d4d5c5c862cedc80dc0f2
  • Pointer size: 131 Bytes
  • Size of remote file: 273 kB
data/key/000.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "1791999988",
3
+ "OCR": "5346012761337",
4
+ "MRZ": "IDMEX1791999988<<5346012761337 7608036H281231MEX<03<<23046<6 ZARATE<AVILA<<EDUARDO<<<<<<<<<",
5
+ "modelType": "DEF"
6
+ }
data/key/001.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "2148826393",
3
+ "OCR": "5289127845846",
4
+ "MRZ": "IDMEX2148826393<<5289127845846 02102263H3112319MEX<00<<13774<7 FERRARA<ANGELES<<PABLO<ANTONIO",
5
+ "modelType": "GH"
6
+ }
data/key/002.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "1769695881",
3
+ "OCR": "5245091943692",
4
+ "MRZ": "IDMEX1769695881<<5245091943692 9310232H2812313MEX<02<<25228<6 VIEYRA<SANDOVAL<<AMADOR<<<<<<<",
5
+ "modelType": "DEF"
6
+ }
data/key/003.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "",
3
+ "OCR": "0731132225517",
4
+ "MRZ": "",
5
+ "modelType": "C"
6
+ }
data/key/004.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "1808262025",
3
+ "OCR": "2476122414284",
4
+ "MRZ": "IDMEX1808262025<<2476122414284 0011020H2812313MEX<00<<23754<8 MATA<RODRIGUEZ<<JUAN<ALDAIR<<<",
5
+ "modelType": "DEF"
6
+ }
data/key/005.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "2242933157",
3
+ "OCR": "1024007995375",
4
+ "MRZ": "IDMEX2242933157<<1024007995375 7405040H3112319MEX<04<<34126<2 MONSIVAIS<ARRATIA<<GONZALO<<<<",
5
+ "modelType": "GH"
6
+ }
data/key/006.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "1482561076",
3
+ "OCR": "2041074796539",
4
+ "MRZ": "IDMEX1482561076<<2041074796539 8806264M2612317MEX<02<<02<<17634<8 VENTURA<VALENCIAN<<PAOLA<JAZMI",
5
+ "modelType": "DEF"
6
+ }
data/key/007.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "1363011355",
3
+ "OCR": "0469041427840",
4
+ "MRZ": "IDMEX1363011355<<0469041427840 8202132H2512314MEX<01<<15958<8 RIVERA<GUTIERREZ<<JESUS<RICARD",
5
+ "modelType": "DEF"
6
+ }
data/key/008.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "1887923640",
3
+ "OCR": "1154052306427",
4
+ "MRZ": "IDMEX1887923640<<1154052306427 7809257M2912316MEX<05<<09295<8 DIAZ<OROZCO<<ELBA<ROCIO<<<<<<<",
5
+ "modelType": "DEF"
6
+ }
data/key/009.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "2028982816",
3
+ "OCR": "0781036377304",
4
+ "MRZ": "IDMEX2028982816<<0781036377304 8209094M3012316MEX<04<<02377<0 CARRIZALES<FONSECA<<MARCELA<<<",
5
+ "modelType": "GH"
6
+ }
data/key/010.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "CIC": "1872990628",
3
+ "OCR": "3590041251581",
4
+ "MRZ": "IDMEX1872990628<<3590041251581 7011203H2912316MEX<02<<07073<9 GONZALEZ<RUIZ<<ARISTEO<<<<<<<<",
5
+ "modelType": "DEF"
6
+ }