You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><strong>include_words</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code>, default: <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code>) – Whether to include the full text for each page.
144
144
This performs a full OCR operation on the server and will increase response time.</p></li>
@@ -167,7 +167,7 @@ <h2>Client<a class="headerlink" href="#client" title="Permalink to this heading"
<li><p><strong>product_class</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Type</span></code>[<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Inference</span></code>]) – The document class to use. The response object will be instantiated based on thisparameter.</p></li>
170
-
<li><p><strong>input_source</strong> (<codeclass="xref py py-data docutils literal notranslate"><spanclass="pre">Union</span></code>[<aclass="reference internal" href="misc/input.html#mindee.input.LocalInputSource" title="mindee.input.sources.LocalInputSource"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">LocalInputSource</span></code></a>, <aclass="reference internal" href="misc/input.html#mindee.input.UrlInputSource" title="mindee.input.sources.UrlInputSource"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">UrlInputSource</span></code></a>]) – The document/source file to use. Has to be created beforehand.</p></li>
170
+
<li><p><strong>input_source</strong> (<codeclass="xref py py-data docutils literal notranslate"><spanclass="pre">Union</span></code>[<aclass="reference internal" href="misc/input.html#mindee.input.LocalInputSource" title="mindee.input.sources.local_input_source.LocalInputSource"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">LocalInputSource</span></code></a>, <aclass="reference internal" href="misc/input.html#mindee.input.UrlInputSource" title="mindee.input.sources.url_input_source.UrlInputSource"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">UrlInputSource</span></code></a>]) – The document/source file to use. Has to be created beforehand.</p></li>
171
171
<li><p><strong>include_words</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code>, default: <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code>) – Whether to include the full text for each page. This performs a full OCR operation on the server and will increase response time.</p></li>
172
172
<li><p><strong>close_file</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code>, default: <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code>) – Whether to <codeclass="docutils literal notranslate"><spanclass="pre">close()</span></code> the file after parsing it. Set to <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> if you need to access the file after this operation.</p></li>
173
173
<li><p><strong>page_options</strong> (<codeclass="xref py py-data docutils literal notranslate"><spanclass="pre">Optional</span></code>[<aclass="reference internal" href="misc/input.html#mindee.input.PageOptions" title="mindee.input.page_options.PageOptions"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">PageOptions</span></code></a>], default: <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – If set, remove pages from the document as specified. This is done before sending the file to the server. It is useful to avoid page limitations.</p></li>
@@ -192,7 +192,7 @@ <h2>Client<a class="headerlink" href="#client" title="Permalink to this heading"
<li><p><strong>workflow_id</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – ID of the workflow.</p></li>
198
198
<li><p><strong>page_options</strong> (<codeclass="xref py py-data docutils literal notranslate"><spanclass="pre">Optional</span></code>[<aclass="reference internal" href="misc/input.html#mindee.input.PageOptions" title="mindee.input.page_options.PageOptions"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">PageOptions</span></code></a>], default: <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – If set, remove pages from the document as specified. This is done before sending the file to the server. It is useful to avoid page limitations.</p></li>
@@ -237,7 +237,7 @@ <h2>Client<a class="headerlink" href="#client" title="Permalink to this heading"
237
237
<ddclass="field-odd"><ulclass="simple">
238
238
<li><p><strong>product_class</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Type</span></code>[<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Inference</span></code>]) – The document class to use.
239
239
The response object will be instantiated based on this parameter.</p></li>
<li><p><strong>include_words</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code>, default: <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code>) – Whether to include the full text for each page.
243
243
This performs a full OCR operation on the server and will increase response time.
@@ -312,7 +312,7 @@ <h2>Client<a class="headerlink" href="#client" title="Permalink to this heading"
0 commit comments