254 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
106
views
Document AI importDocument returns error code 13 when using REST API
I’m currently having an issue with my code — I’m using the REST API to train a Document AI model with the custom extraction type.
I have already completed the following steps:
Called the v1 process ...
1
vote
1
answer
117
views
Why do I only get a RESOURCE_EXHAUSTED error when using the Document AI client library with C++? [duplicate]
I am testing out Document AI's Expense processor using the provided Google Cloud client libraries in a few different languages (JavaScript, Python, and C++). I'm testing with a set of JPEG images ...
0
votes
2
answers
240
views
Google Document AI batch processing failing
Following Google's documentation, I am trying to perform a Document AI OCR batch request (async), and I constantly receive an error.
I tried both with gcs_input_uri and gcs_input_prefix.
I can not ...
1
vote
1
answer
103
views
Error 403, when sending a request to Google Document AI API
I get this error in my log-file each time I am trying to send a request to Google Document AI API:
403 Client Error: Forbidden for url: https://us-documentai.googleapis.com/v1/projects/230636727467/...
-1
votes
1
answer
97
views
DocumentAI detect if image contains non-text visual elements in it
Most of my target images contain only text elements, which is expected, since my main purpose is to extract text from them. But some of the target images contain non-text visual elements (actual ...
4
votes
1
answer
138
views
With Custom Extractor, Python API view of schema does not provide access to EntityTypes; it should according to docs
The API documentation shows that the DocumentSchema has EntityType children which should contain details of all fields in a Custom Extractor. I am able to obtain the DocumentSchema as expected. ...
0
votes
0
answers
2k
views
Document AI - Processor location issue [duplicate]
I'm using a Mac and I have created a simple Document AI processor on the Google Cloud Platform (PDF splitter). This processor was trained, tested and deployed.
I'm now desperately trying to make use ...
0
votes
0
answers
121
views
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 ...
1
vote
1
answer
1k
views
How to Batch Process Long Documents Exceeding the Google Document AI Page Limit? [closed]
I'm working with Google Document AI to process long documents, where the number of pages exceeds the processor limit (~8k pages). The current documented page limit for Enterprise OCR is 500 pages for ...
1
vote
0
answers
42
views
custom classifier/splitter dataset test limit
I am currently working on a project that utilizes the docai custom classifier. I have a question regarding the test dataset size limitations.
As I understand, the current limit for the test dataset ...
0
votes
1
answer
889
views
Getting an error when I am trying to use pre-built contract model on AI Document Intelligence Studio. Error code in the body
I was trying to analyze a contract using Microsoft's Document Intelligence Studio. All the pre-built models are working except for the contract pre-built model. I am getting error code:
"...
0
votes
1
answer
717
views
Document AI - Multi-page files performance affect
I’ve noticed that it’s possible to upload multi-page files to Document AI, such that all pages are connected to each other by being associated to the same file.
My use case is invoice files that I ...
0
votes
1
answer
567
views
Auto-Labeling in Document AI with Custom Extractor: Schema Requirement Issue
I am using Document AI with a Custom Extractor. When I create a new Custom Extractor, it offers to manage my dataset.
I expect that doing so will automatically create label names for the documents I ...
0
votes
1
answer
443
views
Google Document AI create labeling instruction
https://cloud.google.com/document-ai/docs/workbench/label-documents#labeling
For google Document AI, what is a labeling instruction exactly? Is it a pdf where every label are annotated using a box? If ...
0
votes
1
answer
175
views
Document AI adding folders
I'm using Document AI to parse PDF files from one bucket and then save them as JSON in another bucket in GCS. However, Document AI creates a folder with a subfolder in my bucket.
I've read a lot and I ...