HI i’m new to the paid api, my code appeared to work with the trial but the size of files i could send for processing was very limited. Now the paid api is giving me a too many requests error on a 43 page pdf, where i am the only user as this is an app that’s in development.
Any suggestions as to where to look please ?
Regards
If you test the connection with Postman, do you get the same result?
You probably know it, but just in case: Postman is a free app, see Free OCR API
If you see the problem even with Postman, a screenshot of the result could be helpful.
It’s a 43 page pdf & postman rejects it as too large
Could the version of newtonsoft cause an issue for inexplicable reasons i’m having to use version 3.0 & not the latest version ?
Ok so it appears that if I strip out all the none text pages (This document had a couple of pages with maps on) that it will work properly, otherwise I get the error. Is there no way around this problem other than redoing all the documents without the maps ??
ok so my app keeps giving Too Many Requests despite only making a single request. The whole base64 encoded file is submitted as a single request
What if any rate limit is applied so that I can try & accommodate it.
There’s only me as developer using this at the moment & not that often so I’m guessing the 429 is erroneous maybe
Any assistance gratefully received
Are you sending a 43 page PDFs as Base64? If so, I suggest to try the file upload method, or (even better) the URL method (if possible). That shouljd work better.
Postman is this api test app (not the online ocr interface as shown in your screenshot). Here is the postman tutorial for ocr
it’s the only form I have them currently, They are stored as such in a sql column, I’d need to convert but it’s possible