I have raised a request for Google invoice parser last week, but haven't received any response from them. Does anyone has experience in getting access from google? or any contact?
Asked
Active
Viewed 231 times
-1
-
Please clarify if your question is about Document AI or about getting in touch with Google? Would you like to share how exactly have you raised a request with Google? – jabbson Feb 08 '21 at 03:31
-
I have got the access of document AI which has free trail for form parse but I require Invoice parser access as well which I raised in Google cloud platform>Document AI>Create processor>Invoice parser. When you click on invoice parser it takes to request page. – Asidhu Feb 08 '21 at 03:39
-
Could you please rephrase the original post to better understand if your issue is about Invoice parser, or about getting in contact with Google. – Dylan Feb 10 '21 at 14:24
-
If your question is about getting in contact with Google, it shouldn't be posted here. See more about on-topic questions [here](https://stackoverflow.com/help/on-topic) – Dylan Feb 10 '21 at 15:03
2 Answers
1
With API calls you can
- Either get immediately the result in a Document structure if your file is small
- Or get the name of the processing job if your file is large. Then you have to request periodically the job name to check the status and get the result

guillaume blaquiere
- 66,369
- 2
- 47
- 76
1
I got a response for the invoice parser in about a month, I think it depends on how many requests they have and after the recent web presentation of their AI api's requests grew. Just give it some more time.

Vlad Tanase
- 49
- 6
-
This does not really answer the question. If you have a different question, you can ask it by clicking [Ask Question](https://stackoverflow.com/questions/ask). To get notified when this question gets new answers, you can [follow this question](https://meta.stackexchange.com/q/345661). Once you have enough [reputation](https://stackoverflow.com/help/whats-reputation), you can also [add a bounty](https://stackoverflow.com/help/privileges/set-bounties) to draw more attention to this question. - [From Review](/review/late-answers/30247060) – user12256545 Nov 05 '21 at 14:26