How To Use
Complete guide to getting started with Data Stripper.
Step 1: Download & Extract
- Download the file from the Download page
- Unzip the files to your desired location
Step 2: Setting Up
Create Accounts
Repository & Keys Setup
- Go to CraftersMC-Guides-Project/guides-code and fork the repository
- Go to github token and generate a Classic Token with
"repo"scope - Go to ocr.space and generate one or more OCR keys
(More OCR keys = faster processing & less rate limiting)
Step 3: Inside App Settings
Login
- Click Login → You will be redirected to our website
- (Login protects against spam and helps track PR creators)
Settings Tab (Top Left)
Repository
CraftersMC-Guides-Project/guides-codeBranch
mainFile Path
market/mprices.txtGitHub Token
<your GitHub token>Fork Repository
yourusername/reponame(Leave blank only if you are an official contributor)
OCR Keys
Add all your generated OCR keysParallel OCR Connections
Set equal to your number of OCR keysScreenshot Hotkey
Ctrl + Shift + S (recommended)
In-place Extraction
True = Auto process immediately
False = Save in /uploads for laterSave Cropped Debug Images
True/FalseDelete Processed Images
True/FalseEnable Debug Logging
True/False (writes logs to market-datastripper.log)Image Parallel Processors
Set to the number of CPU cores you haveReset Overlay Button
Click to reset screenshot button to default positionHow to Use the App
Authentication Section
- Login → login to your account
- Logout → logout of your account
- Profile → view your profile info
Detection Method
- Border Color Method → uses card border color (recommended)
- Contour Detection → static dimensions (not in use)
- Crop Preset → user-specific crop (not in use)
Image Files
- Add Files → add images manually
- Remove Files → remove selected image
Actions
- Take Screenshot → test screenshot functionality
- Show Screenshot Overlay → shows in-game overlay button
- Process Images → starts image processing unit
(IPU)
GitHub Actions
- Fetch mprices.txt / Sync with GitHub → downloads latest mprices.txt
- Add to mprices.txt → adds CSV data to
mprices.txt - Create Pull Request → publishes updated
mprices.txt - Clear CSV → clears CSV file contents
Results Tab
Shows processing logs, OCR details, errors, and output data.
Backend API
Coming Soon