I have a form parser processor setup, and I only need the bounding box of the detected page in my image, I don't need it to do the table text extraction as well. Is there anyway I can do this (if yes, will this take lesser latency somehow?). Currently it takes ~5 seconds per page. I'm using the python library.
I already have extraction set up properly using the python client library.