This tag is for the Document AI product within Google Cloud Platform.
Questions tagged [cloud-document-ai]
200 questions
0
votes
1 answer
Detecting a map of key value pairs using Document AI
What I understood from DocumentAI docs is that the best match to extract information from a report like medical test result is to use the Form Parsing processor. This does a good job for reports where there is exactly one value for one label. Like…

Neil
- 5,919
- 15
- 58
- 85
0
votes
1 answer
How Can i improve the quality of documentai document-ocr processor result
I have this image (first image) which I want to process using the document-ocr processor. The output I got looks something like the second image printed onto the python console. This output has been badly process in inclusion with most of my files.…

adeshina Ibrahim
- 51
- 6
0
votes
1 answer
How can i return each line of blocks in the documentai-ocr processor response
I have analyzed my handwritten letter in documentai and have gotten the response. I want to further process the output such that i want to label each block as cluster123 and each line as label123 and also have the indentation characteristics of such…

adeshina Ibrahim
- 51
- 6
0
votes
1 answer
How to get the document quality score in google document AI as the "Intelligent document quality processor" is not available now?
How to get the document quality score in google document AI as the "Intelligent document quality processor" is not available now?
Used general-ocr and tried to get the entities(as the documentation shows entities has the quality score), but no…

richard
- 1
- 1
0
votes
1 answer
Document AI Contract Processor with Human-In-The-Loop: Processor type not found for getting predefined fields for validation criteria: 48
The Human-in-the-Loop configuration Wizard for the "Contract Processor" in US region has failed while applying the configuration made from the Console, with the following error in the Console error logs.
{
"protoPayload": {
"@type":…

redvivi
- 83
- 8
0
votes
1 answer
Send Google Document AI request using .NET
I'm trying to test sending a request to Document AI using .NET framework. I didn't see any info specific to .NET on the formal Google explanations for using client libraries.
So far this is what I came up with:
public void Test()
{
var…

ornh
- 1
- 1
0
votes
0 answers
Google Document AI custom processor training failed for unknown reason
After annotating my data set and training a custom processor on Google Document AI, I get the following error message after 40 mins:
{
"name": "projects/500809854407/locations/eu/operations/10980743890623751388",
"done": true,
"result":…

Joost van Doremalen
- 11
- 1
0
votes
1 answer
Google Document AI Labeling Task
Here everyone, I am fairly new google cloud console. I am trying to customize a google document ai model that will learn to extract different sections of document to various data. As you can on the image that it fails to train the model and I have…

Pitso Walter
- 11
0
votes
1 answer
Empty Text Fields Not Being Labeled in Document AI Custom Processor HITL UI
When reviewing auto-labeled documents in the HITL or labeling training interface, I'm not clear from Google's instructions whether to identify empty fields on a form. For example, if I have these fields:
Should I leave them unlabeled since they…

PhilD
- 3
- 1
0
votes
1 answer
Using Google Cloud Document AI Processors for PDF analysis and document generation
Is it plausible to train a document AI processor to analyze a pdf file containing instructions for a document outline and content (such as a government Request for Proposals), and output a new text document with an outline and draft content based on…

Jeff Nosanov
- 41
- 2
0
votes
1 answer
PERMISSION_DENIED: Permission 'documentai.processors.processOnline' denied on resource '//documentai.googleapis.com/project...'(or it may not exist)."
ISSUE: i want to use the same documents ai custom-trained processor from several different projects. the approach i have in mind is to make api calls from each of those projects to the a single service account that has the proper AIM roles. i have…
0
votes
1 answer
How to Automate and Validate a PDF document with almost 100% accuracy?
A PDF Document like Invoices (Name of the Product, number of cartons, total price, Unit price, etc.), Delivery Order (Name of the goods with Quantity) and etc.
I tried many methods with Python like reading the PDF file and verifying the details, but…

Tushar
- 33
- 5
0
votes
1 answer
Can I use form parserr to only perform table detection, and not table content extraction?
I have a form parser processor setup, and I only need the bounding box of the detected page in my image, I don't need it to do the table text extraction as well. Is there anyway I can do this (if yes, will this take lesser latency somehow?).…
0
votes
0 answers
When training a GCP Document AI Custom Processor, how do I get it to only grab characters after/before a symbol (e.g. '-' or '/')?
I am training a GCP Document AI custom processor to extract data from PDF patent forms. One line in particular is troublesome. On the forms, the Application No./Patent No. is presented as follows: 19165768.3 - 1216 / 3557377 (see attached…

imihailov
- 13
- 3
0
votes
1 answer
How to get only the entities when consulting the document ai api?
I just created a custom document ai processor, I did the training using about 1000 documents and the responses when testing it are successful, for most of the cases it shows me the labels correctly.
The problem results when using the document ai…