Skip to content

NickBeeuwsaert/MagicCardScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic: The Gathering Card Scanner

A project to scan my Magic: The Gathering cards

Setup

3D Printing

To make scanning cards easier, you can 3D print a holder for your camera

There is a base and mount in the cad/ directory. The mount is made for a StreamCam but the base should be reusable for different cameras, with just an adapter needing to be designed.

The CAD files are designed for a Ender 3 Pro, so some tweaking might be needed to get the adapter to fit correctly

Installation

  1. Create a virtual environment for python

    Windows:

    py -3 -m venv venv
    venv\Scripts\activate
  2. Install Tesseract OCR

  3. Install the application

    Windows:

    pip install .

Running

The application should be pretty simple to run.

First make sure you have a config file setup, a reference one for windows is provided in config_windows.toml

magic_scanner --config config_windows.toml

About

Scan my Magic: The Gathering cards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published