Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.04 KB

ocr-with-benefits

OCR based on Google services with some sweets

Feautures

  • OCR with Google Cloud Document AI
  • Translation of output with Google Cloud Translation
  • Multiple input files
  • Different output formats (currently: .txt and .pdf)

Setup

ocr-with-benefits is based on the Google Cloud Platform API, so you need to do some steps in your GCP Console.

  1. Create a GCP project
  2. Enable API: Document AI and Translation
  3. Create a service account and download the private key file.

To start the program run

sh OCR.sh 

you will be prompted for additional information

Notes

I know that can be confusing, especially setting up the project in GCP, so don't hesitate to contact me for any related questions