https://github.com/beheh/keymagnet
An application to grab posts from reddit and filter the text and images for strings.
https://github.com/beheh/keymagnet
java reddit tesseract
Last synced: 10 days ago
JSON representation
An application to grab posts from reddit and filter the text and images for strings.
- Host: GitHub
- URL: https://github.com/beheh/keymagnet
- Owner: beheh
- License: gpl-3.0
- Created: 2013-12-06T16:19:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T23:46:48.000Z (about 6 years ago)
- Last Synced: 2026-04-30T05:21:38.772Z (about 2 months ago)
- Topics: java, reddit, tesseract
- Language: Java
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KeyMagnet
=========
A bot to grab posts from various source and extract specific strings, e.g. betakeys from text or images (using the Tesseract OCR engine). Requires json-simple, JNA, JAI IO, Tesseract (with eng language pack) and Tess4j. Built an tested on a Linux system.
If Tesseract should crash, try executing the application from a terminal with LC\_ALL=C and setting TESSDATA\_PREFIX to the parent directory of your tessdata folder.