__What should we do?__ When doing the document extraxtion we should do `GetDocumentTextDetection` insteadl of `GetDocumentAnalysisRequest` __Why should we do it?__ <!-- Argue why doing it is a healthy investment of our time. --> As mentioned on [this](https://camunda.slack.com/archives/C07PX2VD76G/p1744799922613779) thread: It is also 40x cheaper as [we currently request FORMS and TABLES](https://github.com/camunda/connectors/blob/f5d920c3d4fbec52dc1243b6815a4fba57c0a814/connectors/idp-extraction/src/main/java/io/camunda/connector/idp/extraction/caller/PollingTextractCaller.java#L45-L47).
What should we do?
When doing the document extraxtion we should do
GetDocumentTextDetectioninsteadl ofGetDocumentAnalysisRequestWhy should we do it?
As mentioned on this thread:
It is also 40x cheaper as we currently request FORMS and TABLES.