Skip to content

Commit

Permalink
Use dropbox
Browse files Browse the repository at this point in the history
- Change discord cdn link for tesseract-ocr to dropbox
- Remove "quiz" from example (to not promote cheating)
  • Loading branch information
daijro authored Feb 11, 2022
1 parent c44734a commit 6e7c123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

**SearchifyX**, predecessor to *[Searchify](https://www.reddit.com/user/daijro/comments/jg7wee/searchify_quizletbrainly_searcher/)*, is a ***fast*** Quizlet, Quizizz, and Brainly webscraper with various stealth features.

SearchifyX lets you easily query a quiz question through different answer websites *(similar to Socratic on mobile)*, and sort them based on how similar they are to your query. It also includes a screen OCR scanner, hotkeys, and other features for stealthy use.
SearchifyX lets you easily query a question through different answer websites *(similar to Socratic on mobile)*, and sort them based on how similar they are to your query. It also includes a screen OCR scanner, hotkeys, and other features for stealthy use.


<hr width=30>
Expand All @@ -29,7 +29,7 @@ Install the [Python 3.8](https://www.python.org/downloads/release/python-389/) d
python -m pip install requirements.txt
```

You also need to download [tesseract-ocr](https://cdn.discordapp.com/attachments/714922631693860956/925180968808087572/tesseract-ocr.7z) and extract it to the root directory to use the OCR tool.
You also need to download [tesseract-ocr](https://www.dropbox.com/s/abuo044ayx4vlex/tesseract-ocr.7z?dl=1) and extract it to the root directory to use the OCR tool.

<hr width=30>

Expand Down

0 comments on commit 6e7c123

Please sign in to comment.