Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 655 Bytes

Readme.md

File metadata and controls

18 lines (12 loc) · 655 Bytes

Scan Multi Cropper

This is a python program that will automatically crop photos from a scanned image. The program is run from a Jupyter Notebook.

Requirements

How to use

  1. Clone or download this project.
  2. Open a command line terminal in the folder where you cloned project or extracted the files.
  3. Run pip install -r requirements.txt
  4. Run jupyter lab
  5. If a browser does not open, go to http://localhost:8888/ in your browser.
  6. Open FotoCropper.ipynb
  7. Follow the instructions from there