All Projects → AlexandreArpin → mtg-card-identifier

AlexandreArpin / mtg-card-identifier

Licence: other
Magic the Gathering Card Identifier using OpenCV and Tesseract

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to mtg-card-identifier

manga-translator
Automatically translates manga pages
Stars: ✭ 82 (+355.56%)
Mutual labels:  tesseract
memento
Organize your meme image cluster in a better format using OCR from the meme to sort them using tesseract along with editing memes by segmenting them using OpenCV within a directory
Stars: ✭ 70 (+288.89%)
Mutual labels:  tesseract
ruzzle-solver
A python script that solves ruzzle boards
Stars: ✭ 46 (+155.56%)
Mutual labels:  tesseract
mtga-utils
Magic the Gathering: Arena related stuff (Card collection export)
Stars: ✭ 47 (+161.11%)
Mutual labels:  mtg
ReadToMe
No description or website provided.
Stars: ✭ 51 (+183.33%)
Mutual labels:  tesseract
ocr2text
Convert a PDF via OCR to a TXT file in UTF-8 encoding
Stars: ✭ 90 (+400%)
Mutual labels:  tesseract
Tesstrain
Train Tesseract LSTM with make
Stars: ✭ 251 (+1294.44%)
Mutual labels:  tesseract
MathSolver
⌨️Camera calculator with Vision
Stars: ✭ 70 (+288.89%)
Mutual labels:  tesseract
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+416.67%)
Mutual labels:  tesseract
How-to-use-tesseract-ocr-4.0-with-csharp
How to use Tesseract OCR 4.0 with C#
Stars: ✭ 60 (+233.33%)
Mutual labels:  tesseract
mtgjson-website
MTGJSON Documentation Front-End Application built with Vuepress 1
Stars: ✭ 29 (+61.11%)
Mutual labels:  mtg
pmOCR
A wrapper for tesseract / abbyyOCR11 ocr4linux finereader cli that can perform batch operations or monitor a directory and launch an OCR conversion on file activity
Stars: ✭ 53 (+194.44%)
Mutual labels:  tesseract
erpnext ocr
🐍 ⚗️ Optical Character Recognition using tesseract within Frappe.
Stars: ✭ 58 (+222.22%)
Mutual labels:  tesseract
mtg-font
An iconic font and CSS toolkit for Magic The Gathering
Stars: ✭ 65 (+261.11%)
Mutual labels:  mtg
mkm-sdk
Python SDK for Magickartenmarkt API
Stars: ✭ 33 (+83.33%)
Mutual labels:  mtg
Leveryl
An Advanced & Feature Rich Server Software for MC:PE 1.1.x
Stars: ✭ 45 (+150%)
Mutual labels:  tesseract
saram
Get OCR in txt form from an image or pdf extension supporting multiple files from directory using pytesseract with auto rotation for wrong orientation. PYPI:
Stars: ✭ 51 (+183.33%)
Mutual labels:  tesseract
tesseract-unity
Standalone OCR plugin for Unity using Tesseract
Stars: ✭ 35 (+94.44%)
Mutual labels:  tesseract
Vehicle-Number-Plate-Reading
Read Vehicle Number Plate and store the data in a CSV file with date and time.
Stars: ✭ 47 (+161.11%)
Mutual labels:  tesseract
MTG-Card-Reader
Reads a Magic: The Gathering card in front of a webcam and identifies it in an existing database of cards of a user-specified set.
Stars: ✭ 32 (+77.78%)
Mutual labels:  mtg

Magic the Gathering Card Identifier

Requirements

This project is built with Python 3.4. You will need Tesseract 3.0.4 and OpenCV 3.0 in order for this projet to work.

You can install Tesseract on Ubuntu with

sudo apt-get install tesseract-ocr

Once it's installed, make sure to move the mtg.traineddata file to your tessdata folder (Usually /usr/local/share/tessdata)

As for OpenCV, it's best to follow this guide.

Once OpenCV, Tesseract, Python and your virtual environnement is setup, you can install the python libraries.

# Install requirements.txt
pip install -r requirements.txt

And you're done! Now you can navigate in the mtg-card-identifier folder

# Launch local debug server on 127.0.0.1:8000
python manage.py runserver

# Run the test suite
python manage.py test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].