How to get a Google Cloud Vision key to use with the OCR Pipeline¶
The OCR Pipeline uses Google Cloud Vision, part of the Google Cloud platform to OCR images.
To use the OCR Pipeline, you need a Google Cloud Vision key.
To get one, you need:
- A Google account. Get one here.
- A credit card or debit card
Note If you don't have a credit card, contact [email protected] Our partners at pecha.jobs might be able to OCR images for you.
On this page:¶
How to create a Google Cloud account¶
1. Sign into Google¶
Make sure you're signed into Google.
2. Go to Google Cloud and get started¶
Visit https://cloud.google.com/ and select Console.
Note The Google Cloud home page might not look exactly like this when you visit it. If you don't see Console, select Get Started or Get started for free. The sign-up process is very similar.
3. Agree to the terms of service for your country.¶
Select your country and check the box under Terms of Service to agree to it.
Then select agree and continue.
Note If you selected Get started or Get started for free on the Google Cloud home page, you might see a screen like this instead:
4. Activate your Google Cloud account¶
4.1 Select Activate to start activating your account¶
4.2 Fill in your account details¶
- Select your country (if necessary).
- Select a description of your organization or needs.
- Check the box under Terms of Service to agree to it.
- Select Continue.
4.3 Create a new payments profile¶
- Select Create a new payments profile or Submit.
- Select Add payment method to open a window where you can add a credit card or debit card.
Note Depending on your country, you might also have an option to add a bank account.
- Choose a payment type and add your address. Then select Create.
For profile type: - Select individual if you are using this account for yourself and using your personal payment info. - Select organization if you are using this account at an organization and are using its payment method.
- Add your account information and select Save card.
4.4 Select Start my free trial¶
Your account is now complete. Google Cloud should look now like something like this:
How to get a Google Cloud Vision key¶
Now that you have a Google Cloud account, it's time to get a Cloud Vision key.
1. Open My first project¶
On the Google Cloud dashboard, find My first project and select Go to project details. Or go to the dropdown project menu at the top of the dashboard, find My first project, and open it.
2. Add Google Cloud Vision to your project¶
- With My first project open, enter Cloud Vision in Google Cloud console's search bar and choose Cloud Vision API.
- Select Enable to add the Cloud Vision API to your project.
3. Create Cloud Vision credentials¶
- On the APIs & Services screen, select Credentials > Create credentials > Service account.
- Add a service account name and select done.
- Select the service account email address to open details about it.
- Select Keys > Add key > Create new key.
- Then with JSON chosen, select Create to create a new key.
Google will send you a .json
file. This is your key for the ORC Pipeline.
Congratulations! Now you are ready to use the OCR Pipeline.