https://github.com/martijnvos/textvision
Android application which recognizes written text and pastes it into the clipboard
https://github.com/martijnvos/textvision
android-application clipboard machine-learning vision-api
Last synced: about 2 months ago
JSON representation
Android application which recognizes written text and pastes it into the clipboard
- Host: GitHub
- URL: https://github.com/martijnvos/textvision
- Owner: Martijnvos
- Created: 2017-11-15T21:45:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T09:42:06.000Z (about 8 years ago)
- Last Synced: 2025-03-29T18:34:31.700Z (about 1 year ago)
- Topics: android-application, clipboard, machine-learning, vision-api
- Language: Java
- Size: 530 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextVision
Android application which recognizes written text and pastes it into the clipboard.
Just point your phone at the text you want to recognise and let TextVision do the rest!
This application can be found [in the Google Play Store](https://play.google.com/store/apps/details?id=nl.vosdevelopment.textvision).
TextVision interface
:--------------------------------------------------------:

# Building this application
No special libraries other than the Google OCR library are required to build this application.
The Google OCR library will be downloaded automatically on first use.
Some fail-safe code is used to make sure the application has the required library before trying to process the frames.
# Source
This application has been built with the Google OCR reader sample application as a foundation, which in turn utilizes the Google Vision API.
Sourcecode for that application can be found [here](https://github.com/googlesamples/android-vision/tree/master/visionSamples/ocr-reader)