Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
otaltan committed Feb 23, 2021
2 parents 5048370 + 6141da8 commit 820648b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Scan2ClipBoard
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate?hosted_button_id=WDU2SNRLKTEVJ)

Scan2ClipBoard is an android app which recognizes characters from an image and stores them to the clipboard.
It uses Google's Optical Character Recognition (OCR) to extract the characters
and displays them in a list where you can choose which ones you want to store to the clipboard.
After that the application closes automatically.

If you like my app you can [buy me a coffee ☕](https://www.paypal.com/donate?hosted_button_id=VKXH39U9NER9W)

## Main features

- Recognizing characters from an image using OCR
Expand Down Expand Up @@ -35,8 +36,6 @@ Recognized characters shown in list | Selected list entries | Detected character
--- | --- | ---
<img src="https://github.com/otaltan/Scan2ClipBoard/blob/master/Example%20Pictures/S2C_1.jpg?raw=true" width="300" height="621"/> | <img src="https://github.com/otaltan/Scan2ClipBoard/blob/master/Example%20Pictures/S2C_2.jpg?raw=true" width="300" height="621"/> | <img src="https://github.com/otaltan/Scan2ClipBoard/blob/master/Example%20Pictures/S2C_3.jpg?raw=true" width="300" height="621"/>



## Compatibility & needed permissions

Scan2ClipBoard requires at leat Android 9.
Expand All @@ -50,5 +49,3 @@ Scan2ClipBoard needs the following permissions:
## License

[GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.txt)

Please credit me on your projects if you use this app or parts of my code and send me a link to your project. I am interested to see how and what it is used for.

0 comments on commit 820648b

Please sign in to comment.