Skip to content

Commit 25dd54b

Browse files
committed
Updated Readme
1 parent cacf873 commit 25dd54b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# CodeCapture
22

3-
![CodeCapture-Banner](https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/CodeCapture-Banner-JPG.jpg/1024px-CodeCapture-Banner-JPG.jpg)
3+
![CodeCapture-Banner](https://upload.wikimedia.org/wikipedia/commons/thumb/c/cd/CodeCapture-Banner-JPG.jpg/640px-CodeCapture-Banner-JPG.jpg)
44

55

66
## Description
77

88
**CodeCapture** is a Xamarin.Forms application that captures (clicks using the device Camera or selects from the device storage) a picture of hand-written/printed code (Java, C++, Python, or JavaScript), extracts the text from it using the Azure Computer Vision Read API, compiles it and returns the result using the JDoodle Compiler API, and allows the user to email the code, standard input, and result to any email address of their preference.
99

10-
*Check out the video and Android APK (for testing) here:* [Google Drive link](https://drive.google.com/drive/folders/1nkz-8a8OvJKpM05ej2vobq-pSdREJLJH?usp=sharing)
10+
*Check out the demo video and Android APK (for testing) here:* [Google Drive link](https://drive.google.com/drive/folders/1nkz-8a8OvJKpM05ej2vobq-pSdREJLJH?usp=sharing)
1111

1212

1313
## Inspiration
@@ -25,8 +25,7 @@ The following **NuGet** packages are necessary to build and run this project:
2525

2626
* [NETStandard.Library](https://www.nuget.org/packages/NETStandard.Library/2.0.3?_src=template)
2727

28-
* [Microsoft.NETCore.UniversalWindowsPlatform](https://www.nuget.org/packages/Microsoft.NETCore.
29-
UniversalWindowsPlatform/6.2.10?_src=template)
28+
* [Microsoft.NETCore.UniversalWindowsPlatform](https://www.nuget.org/packages/Microsoft.NETCore.UniversalWindowsPlatform/6.2.10?_src=template)
3029

3130
* [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/12.0.3?_src=template)
3231

0 commit comments

Comments
 (0)