GoogleCloudPlatform / GoogleCloudPlatform/document-ai-samples

If x pages per minute, how many pages can be requested per second, millisecond, or nanosecond?

Open
#822 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
332
Forks
116
PR merge metrics
No merged PRs in 30d

Description

I encountered the following error. I have roughly resolved it with approximate numbers, but I would like to know the exact limit.

```
1007)')))
An error occurred: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
An error occurred: 400 Request contains an invalid argument. [field_violations {
field: "raw_document.content"
description: "Document size (34381195) exceeds the limit: 20971520."
}
]
An error occurred: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
An error occurred: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
An error occurred: 400 Request contains an invalid argument. [field_violations {
field: "raw_document.content"
description: "Document size (33770199) exceeds the limit: 20971520."
}
]
```
Thank you.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.