0

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.

1 Answers1

0

There isn't a way to only perform object detection (such as table detection) using the Document AI Form Parser.

There are a couple of options to get what you're looking for:

Holt Skinner
  • 1,692
  • 1
  • 8
  • 21