Skip to content

clicksilver/charms-video-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • Install python: https://www.python.org/downloads/windows/

  • Install opencv: python -m pip install opencv

  • Install pytesseract: python -m pip install pytesseract

  • Locate the install folder for tesseract.exe (this defaults to C:\Program Files\Tesseract-OCR but it could also be in C:\Program Files (x86)\Tesseract-OCR).

    • Edit the pytesseract.pytesseract.tesseract_cmd correspondingly in main.py

Usage

From the command line: python main.py PATH_TO_VIDEO

About

Convert a video recording of opening talismans (charms) from monster hunter rise into a CSV of the dropped talismans (charms).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages