dills122 / MTG-Card-Analyzer

Analyze images of MTG cards
MIT License
10 stars 3 forks source link

Create a multi processor #29

Open dills122 opened 5 years ago

dills122 commented 5 years ago

Create a multi card processor class, that enables a user to give a directory as a command arg and have the processor iterate through the directory and process all the images inside.

Single Processor: File

This will be similar to the single processor linked above.

Will need to create a new cli command in the index.js file