This is a python program that will automatically crop photos from a scanned image. The program is run from a Jupyter Notebook.
- Clone or download this project.
- Open a command line terminal in the folder where you cloned project or extracted the files.
- Run
pip install -r requirements.txt - Run
jupyter lab - If a browser does not open, go to http://localhost:8888/ in your browser.
- Open
FotoCropper.ipynb - Follow the instructions from there