Relative Content

Tag Archive for cloud-document-ai

Can’t Extract Table from Image Using Google API

I am working to digitize these tables using google’s Form Parser, but have been struggling to get accurate replication. I’ve tried to read the table from an image into a csv, but it is still missing values, missing empty cells, or mixing values from different rows (even after preprocessing the image by increasing contrast, applying adaptive thresholding, and noise removal). Here is an example of the tables I’m trying to digitize: interpol crime statistics.

ProcessDocument API Errors – No remaining quota for ParseDocument

As part of our workflow we invoke DocumentAI ProcessDocument API (v1) API from our back end and the code has been in place for over 6 months and running without any errors. In the past one week we have been seeing random errors. But the main one being different variation of the error message “No remaining quota for ParseDocument”. When we check the ‘systems and quotas’ page we do not see anything which has even neared the quota limits and lost how to debug this further or resolve it. We make use of both OCR and Form Parser processors. Also, note that not all requests fail, only some of them fail.