Can I complete this Project through my web browser, instead of installing special software?
Are Projects available on desktop and mobile?
Can I audit a Project?
Videos
I woke up to a budget warning after tweeting about my PDF parsing tool. You'd think thousands of people tried it, but no, the parse function was invoked 26 times over the past 24h.
I'm not sure what is going on, maybe the submitted PDFs have many pages and Document AI charges per page not per document? Still, I'm using the pre-trained form parser and its supposed to be free for the first 1000 invocations and 0.10$ per 10 page after that. I'm having about 2$ per document, something doesn't add up!
I am considering slicing the PDFs on the client and only sending page 1. And also caching the responses on the backend.
This is my first project using Document AI. If you have experience with this please help me out.