Datasets:
myOCR Dataset
Dataset Preparation
On Windows
- Right-click the
Images.zip
file. - Select "Extract All…" or use a tool like 7-Zip or WinRAR for advanced extraction options.
On macOS
- Double-click the
.zip
file. It will automatically extract in the same directory. - Alternatively, use Terminal:
unzip Images.zip
On Linux
- Use a file manager to extract, or use the terminal:
Ifunzip Images.zip
unzip
is not installed, you can install it via:sudo apt-get install unzip