LinguaGlass is a iOS application designed for immersive reading for language learners. Extract text from the web and tap any word to reveal its meaning. Heavily inspired by KantanManga. Primarily built to enable the language learners to read manga/manhwa easier.
Note: This is one of my first coding projects, so the code may be messy and unclear.
Privacy Policy: LinguaGlass does not collect any data from users.
Contact the developer at linguaglass@gmail.com for bug reports or additional language support/feature requests.
OCR Mode
Extracts text from user drag select using Vision (Tesseract OCR for vertical scripts).
Live Text Mode
Screenshots and overlays an image on top the web view, enabling Apple’s native live text feature.
Tokenization and Dictionary Lookup
Extracted text is tokenized. Tap words to view dictionary entries from various websites.
Currently, OCR and dictionary lookup from:
to:
is supported.
Clone the repo and open in Xcode:
git clone https://github.com/stevenvinhtran/LinguaGlass.git