forked from florinpop17/app-ideas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Image Scanner for Phone numbers, Emails and website links for easy access and future reference as bookmarks.
- Loading branch information
1 parent
f44c262
commit 1aabf16
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Url Scanner | ||
|
||
**Tier:** 2-Intermediate | ||
|
||
Create an android and ios app to find phone numbers, email and website links available in a photo and then organise it in the app. | ||
|
||
## User Stories | ||
|
||
- [ ] User can either click a photo or upload a photo from the gallery | ||
- [ ] Processing is done on the image. | ||
- [ ] If there are any phone numbers, email or web links present in the image then they are listed in the cards properly organized. | ||
- [ ] On tap on the details, an option is provided to save as contact. | ||
- [ ] History of search results are provided in the list view | ||
|
||
## Bonus features | ||
|
||
- [ ] Provide an option to add tags for each search results. | ||
- [ ] Add search funtionality based on tags | ||
- [ ] Add login and sync the results across multiple devices. | ||
|
||
## Useful links and resources | ||
|
||
- Use google OCR to read text from the image uploaded. https://cloud.google.com/vision/docs/ocr | ||
- Apply regex to identify the phone number , emails and website links on the text identified from the OCR. | ||
|
||
## Example projects | ||
|
||
- Android App for text detection - https://github.com/alexzaitsev/ocr-google-vision |