Question: import (path_al_zip, directory = '. / images'): import the data. For each capture that is in the ZIP, it will store its image and its

import (path_al_zip, directory = '. / images'): import the data. For each capture that is in the ZIP, it will store its image and its data on the disk. The import should be done as follows:  The images will be stored in the indicated directory (by default: ./images) in a separate folder for each SerialNumber (if it does not exist, it must be created)  Each image will be saved with a name that will follow this format:  YYMMDDHHMMSS_NumeroCaptura_SerialNumber_DataNumber_Magnification.ti f, where SerialNumber, DataNumber and Magnification are image data and YYMMDDHHMMSS are Date and Time in the indicated format (year, month, day, hours, minutes, seconds) and Number of Capture ZIP (1, 2, 3 ... regardless of the order).  For each image, a text file will be stored with the same name as the image, but with a .txt extension, which will contain the dictionary of fields of interest (those listed in summary_sample) exported in json format. 

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!