All Projects → BarryZhan → answer-helper

BarryZhan / answer-helper

Licence: GPL-3.0 license
百万英雄/冲顶大会答题助手

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to answer-helper

ImageToText
OCR with Google's AI technology (Cloud Vision API)
Stars: ✭ 30 (+114.29%)
Mutual labels:  ocr
tesseract-unity
Standalone OCR plugin for Unity using Tesseract
Stars: ✭ 35 (+150%)
Mutual labels:  ocr
Transformer-ocr
Handwritten text recognition using transformers.
Stars: ✭ 92 (+557.14%)
Mutual labels:  ocr
kuzushiji-recognition
Kuzushiji Recognition Kaggle 2019. Build a DL model to transcribe ancient Kuzushiji into contemporary Japanese characters. Opening the door to a thousand years of Japanese culture.
Stars: ✭ 16 (+14.29%)
Mutual labels:  ocr
extract-information-from-identity-card
From identity card image, this repo detect 4 corners, align by OpenCV, then detect word in image and recognize word by Transformer OCR.
Stars: ✭ 81 (+478.57%)
Mutual labels:  ocr
icccig
generate images of itunes card content code. (for readable OCR)
Stars: ✭ 14 (+0%)
Mutual labels:  ocr
ingest-file
Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data.
Stars: ✭ 40 (+185.71%)
Mutual labels:  ocr
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (+21.43%)
Mutual labels:  ocr
vrpdr
Deep Learning Applied To Vehicle Registration Plate Detection and Recognition in PyTorch.
Stars: ✭ 36 (+157.14%)
Mutual labels:  ocr
Firebase-HMS-ML-Kit-Scanner-Demo
Various scanner use cases using Firebase or HMS ML-Kit
Stars: ✭ 22 (+57.14%)
Mutual labels:  ocr
fakemenot
Application to check authenticity of Twitter screenshots. Written in Python 🐍
Stars: ✭ 29 (+107.14%)
Mutual labels:  ocr
Table-Extractor-From-Image
This repository contains the code that extracts a table from an image and exports it to an Excel.
Stars: ✭ 46 (+228.57%)
Mutual labels:  ocr
ocrd anybaseocr
DFKI Layout Detection for OCR-D
Stars: ✭ 44 (+214.29%)
Mutual labels:  ocr
mirador-textoverlay
Text Overlay plugin for Mirador 3
Stars: ✭ 35 (+150%)
Mutual labels:  ocr
nimtesseract
A Tesseract OCR wrapper for Nim
Stars: ✭ 23 (+64.29%)
Mutual labels:  ocr
Shadow
计算机基础知识,数据结构,设计模式,Tomcat中间件的实现
Stars: ✭ 19 (+35.71%)
Mutual labels:  ocr
idcard-ocr
端到端的针对身份证的文字识别
Stars: ✭ 22 (+57.14%)
Mutual labels:  ocr
YuzuMarker
🍋 [WIP] Manga Translation Tool
Stars: ✭ 76 (+442.86%)
Mutual labels:  ocr
ocr-fileformat
Validate and transform various OCR file formats (hOCR, ALTO, PAGE, FineReader)
Stars: ✭ 142 (+914.29%)
Mutual labels:  ocr
EverTranslator
Translate text anytime and everywhere, even you are gaming!
Stars: ✭ 59 (+321.43%)
Mutual labels:  ocr

答题辅助

注意

  1. 本辅助只有 80% 的准确率,答案出来后会自动打开浏览器搜索结果。可以通过查看浏览器结果来分析答案是否准确
  2. 本辅助需要安装 Node.js(>= v8.9)

使用教程

方法1:调用搜狗答题 api,支持百万英雄、百万赢家、冲顶大会、芝士超人(推荐)

  1. 修改 config.js 中的 gameKey 字段 xigua => 百万英雄 huajiao => 百万赢家 cddh => 冲顶大会 zscr => 芝士超人
  2. 执行 npm install,等待依赖安装完成
  3. 执行 node sougou.js,成功后自动推送答案

方法2:使用 WDA 截图,用百度 OCR 识别文字后搜索

注意:目前只适配了 mac + ios, 配置较麻烦,推荐使用 方法1

  1. 使用真机调试 WDA,参考 iOS 真机如何安装 WebDriverAgent · TesterHome
  2. 百度平台上创建应用申请 API Key 和 Secret Key,填写进 config.js
  3. 修改config.js 中的 questionAreaoptionArea调整截图区域
  4. 安装程序依赖,在代码目录执行
brew install imagemagick
brew install graphicsmagick
npm install
  1. 执行 node app.js
  2. 按空格截图识别答案

效果图

  • 方法1 调用搜狗答题 api,支持百万英雄、百万赢家、冲顶大会、芝士超人

方法2

  • 方法2 使用 WDA 截图,用百度 OCR 识别文字后搜索

方法1

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].