Here https://cloud.google.com/document-ai/docs/process-documents-client-libraries describes how to send a document for recognition and receive various data on it.
But the question is: can I get a document that I have already sent for recognition by some unique id with a GET request? Or do I have to send the same document for recognition every time to get the data from it and pay for it?
If so, I'll have to store a lot of data in my database((
I have already searched here https://cloud.google.com/document-ai/docs/process-documents-client-libraries and watched this course https://codelabs.developers.google.com/codelabs/docai-ocr-python#3. And I tried to see what kind of queries they have and what is possible to get out of them. Except for the processors and account information --- nothing else. I even asked gpt)