You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# Parsy
2
2
3
-
This is a messenger chat bot used for extracting text from images, so that you can copy them and can use at other places. It uses Google Cloud Vision
4
-
API for OCR (Optical Character Recognition). If you want to try it out, head over to Parsy facebook page: [Link](m.me/894199580971244)
3
+
This is a messenger chat bot used for extracting text from images, so that you can copy them and can use at other places. It uses Google Cloud Vision API for OCR (Optical Character Recognition).
4
+
5
+
If you want to try it out, head over to Parsy Facebook page: [Link](https://m.me/894199580971244)
5
6
6
7
## Steps for setting up backend server
8
+
7
9
1. Install python dependencies, assuming that you have pip already setup.
8
10
```bash
9
11
pip install -r requirements.txt
@@ -23,14 +25,17 @@ To start the WSGI server at port 8000, execute the following command:
23
25
This shell file start the WSGI server at port 8000, *nothing fancy*
24
26
25
27
## Steps for setting up Google Cloud Vision
28
+
26
29
Set the environment variable `GOOGLE_APPLICATION_CREDENTIALS` to the file path of the JSON file that contains your service account key.
0 commit comments