Skip to content

freddyouellette/duoscribe

Repository files navigation

DuoScribe Donate

Extract text from Duolingo exported exercise images

Input Image

Duolingo Exported Exercise Image

Exported Text

Lo può ripetere per favore?
Can you repeat it please?

Or in JSON format:

[
	{
		"text": "Lo può ripetere per favore?",
		"language": "it"
	},
	{
		"text": "Can you repeat it please?",
		"language": "en"
	}
]

How to Use

WARNING: This program uses AWS Rekognition to extract text from images. You must have an AWS account set up with an access key. The Free Tier of AWS allows 5000 processed images per month on Rekognition.

  1. Build the program
make build
  1. Run the program and pass your input image:
./bin/duoscribe <input_filepath>
  1. If you want json, add the flag:
./bin/duoscribe --json <input_filepath>

DuoScribe Program Structure

Links

Support Me

Donate

Bitcoin: bc1qs39glh9cwsef0qv40dny6ajnweqe2le7ynfgr2

Ethereum: 0x5Baba8708b8676afBFF2974b4af4894Fc12aE242

About

Extracts text from Duolingo exported exercise images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published