This tag is for the Document AI product within Google Cloud Platform.
Questions tagged [cloud-document-ai]
200 questions
0
votes
1 answer
Errors with Training and Testing datasets for Document AI: INVALID_DATASET
I am using Google's Document AI to parse through some invoice PDF's and pull out relevant info like account number, invoice number, invoice date, billing period, etc. I created a custom processor and added and disabled some of the labels in the…

H.I. McDunnough
- 1
- 1
0
votes
1 answer
Is there a node js code sample reflecting how to read multi line text within a table row using the Document AI form parser?
I'd like to extract table data from a PDF file as done by the Try document AI demo. However, if a table row has multi line text within the same row, it's reflected as a separate row in my Json response. This is also reflected when using the Upload…

Zaahid
- 3
- 3
0
votes
1 answer
Empty pages array in Google Document AI API OCR response
I'm currently using the Google Document AI API to extract text from PDFs using OCR. However, I've noticed that the pages array in the OCR response is always empty, even though the OCR operation completes successfully and I'm able to retrieve text…

Raja Rehan
- 3
- 2
0
votes
0 answers
GCP Document AI patch-process-documents
I had a recent problem with GCP document AI Patch-Process , there is a strange pattern happened yesterday , I take advantage of tables prop which extracts the tables from a document
The current behavior is this tables prop is missing from patch…

Mahmod Kamal
- 9
- 2
0
votes
1 answer
Google Doc AI Java SDK batchProcessDocumentsAsync produces "UNAUTHENTICATED" error with location=eu and FixedCredentialsProvider
I'm following the code example from Google Document AI code examples to make an async processing request through the Java SDK here: https://cloud.google.com/document-ai/docs/send-request#documentai_process_document-java
The only difference I have…

hareluya86
- 141
- 3
- 5
0
votes
2 answers
Has anyone used google document ai to convert a pdf into dita files?
I am playing with Google document ai but I am unsure what the possibilities are. Has any one created a model that can read a pdf and split in into appropriate dita topics? Or split into separate json files for each identified dita topic? Any tips or…

user3618078
- 55
- 7
0
votes
1 answer
How to convert the json to a document object for DocumentAI
Using a general form parser, i want to fetch the entities and append those to the document object. (for a general form parser-- there are no properties called "entities", so need to create one)
though i am using to_json() to convert the document…

Asit Panda
- 1
- 1
0
votes
1 answer
Document AI Bank Statement Processor
In Document AI's bank statement processor the output json gives info about the fields detected. Since it's bank statement it's possible to have two accounts in same statement.
The AI is able to detect the accounts and their respective beginning and…

Poojesshwaran V
- 13
- 2
0
votes
2 answers
.proto file for DocumentAI Document object
I am using DocumentAI API and want to serialize/deserialize the Document object
https://cloud.google.com/python/docs/reference/documentai-toolbox/latest/google.cloud.documentai_toolbox.wrappers.document.Document
to save the API call while…

anonaka
- 85
- 8
0
votes
1 answer
Document AI not able to connect to api
To receive the output of one of the processor which I use from Document AI I followed the below mentioned link
https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/documentai/snippets/process_document_specialized_sample.py
when I run…

Poojesshwaran V
- 13
- 2
0
votes
1 answer
Google Document AI Api integration in ReactJs
Have anyone integrated Cloud Document AI Api in ReactJs?
If so, what’s the way procedure of it’s integration?
https://cloud.google.com/document-ai/docs/reference/rest
I didn’t found any proper way to integrate it in ReactJs.

Aqib
- 1
- 1
0
votes
0 answers
The Caller Does Not Have Permission Error
I'm trying to use Google Document API to parse invoices using invoice parser. Followed the doc and imported 10 invoices to train the parser. While importing, selected Auto Labeling option. While trying to mark the imported invoices as "Mark as…

GPS
- 11
- 1
0
votes
2 answers
orchestrate batch requests - Document AI - GCP
I have to process PDF documents through Document AI, I am trying to Batch Processing, but it only allows me to process 50 documents at request, I have run out of ideas of how to process lots of 50 files for each request if all my files are in a same…

JMxnuell
- 31
- 2
0
votes
1 answer
Clicking Create Custom or Explore Processor Fails
When I click on either of the explore or create processors in doc ai, it fails. I’ve tried different browsers, machines, etc., to no avail.
When I click on either of the explore or create processors in doc ai, it fails. I’ve tried different…

Jason Woodcock
- 9
- 1
0
votes
1 answer
Document Warehouse, Document AI Warehouse, CODE 409 error upon entering the project number
Issues and steps:
I'm having an issue with "Document AI Warehouse". Upon loading "https://documentwarehouse.cloud.google.com/" a promo pops up titled "User & Project Setting" and asks for the "Project number".
After entering the project number, and…

M.Hossein Rahimi
- 557
- 2
- 9
- 20