0

How can i use Google Cloud vision API to extract or parse data from PDF(my Input) and I need to save of the PDF content to Database and write some of the data to my HTML page , how can we do it?

1 Answers1

0

You can use document_text_detection to extract data from your pdf files: https://cloud.google.com/vision/docs/pdf

Brendan
  • 1,017
  • 5
  • 7