Skip to content

Commit 1ef08c8

Browse files
committed
deploy: 54639e3
1 parent 98ab22f commit 1ef08c8

654 files changed

Lines changed: 5959 additions & 3409 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

allclasses-index.html

Lines changed: 241 additions & 223 deletions
Large diffs are not rendered by default.

allclasses.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.25) on Mon Jan 06 15:43:45 UTC 2025 -->
6-
<title>All Classes (Mindee Java Helper Library 4.24.2 API)</title>
5+
<!-- Generated by javadoc (11.0.26) on Fri Mar 21 11:35:31 UTC 2025 -->
6+
<title>All Classes (Mindee Java Helper Library 4.25.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-06">
8+
<meta name="dc.created" content="2025-03-21">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -59,6 +59,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
5959
<li><a href="com/mindee/parsing/custom/ClassificationField.html" title="class in com.mindee.parsing.custom">ClassificationField</a></li>
6060
<li><a href="com/mindee/parsing/standard/ClassificationField.html" title="class in com.mindee.parsing.standard">ClassificationField</a></li>
6161
<li><a href="com/mindee/CommandLineInterface.html" title="class in com.mindee">CommandLineInterface</a></li>
62+
<li><a href="com/mindee/CommandLineInterface.ProductCommandHandler.html" title="class in com.mindee">CommandLineInterface.ProductCommandHandler</a></li>
63+
<li><a href="com/mindee/cli/CommandLineInterfaceProducts.html" title="class in com.mindee.cli">CommandLineInterfaceProducts</a></li>
6264
<li><a href="com/mindee/parsing/standard/CompanyRegistrationField.html" title="class in com.mindee.parsing.standard">CompanyRegistrationField</a></li>
6365
<li><a href="com/mindee/parsing/common/Cropper.html" title="class in com.mindee.parsing.common">Cropper</a></li>
6466
<li><a href="com/mindee/product/cropper/CropperV1.html" title="class in com.mindee.product.cropper">CropperV1</a></li>
@@ -133,7 +135,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
133135
<li><a href="com/mindee/product/internationalid/InternationalIdV2Document.html" title="class in com.mindee.product.internationalid">InternationalIdV2Document</a></li>
134136
<li><a href="com/mindee/product/invoicesplitter/InvoiceSplitterV1.html" title="class in com.mindee.product.invoicesplitter">InvoiceSplitterV1</a></li>
135137
<li><a href="com/mindee/product/invoicesplitter/InvoiceSplitterV1Document.html" title="class in com.mindee.product.invoicesplitter">InvoiceSplitterV1Document</a></li>
136-
<li><a href="com/mindee/product/invoicesplitter/InvoiceSplitterV1Document.PageIndexes.html" title="class in com.mindee.product.invoicesplitter">InvoiceSplitterV1Document.PageIndexes</a></li>
138+
<li><a href="com/mindee/product/invoicesplitter/InvoiceSplitterV1InvoicePageGroup.html" title="class in com.mindee.product.invoicesplitter">InvoiceSplitterV1InvoicePageGroup</a></li>
137139
<li><a href="com/mindee/product/invoice/InvoiceV4.html" title="class in com.mindee.product.invoice">InvoiceV4</a></li>
138140
<li><a href="com/mindee/product/invoice/InvoiceV4Document.html" title="class in com.mindee.product.invoice">InvoiceV4Document</a></li>
139141
<li><a href="com/mindee/product/invoice/InvoiceV4LineItem.html" title="class in com.mindee.product.invoice">InvoiceV4LineItem</a></li>
@@ -226,6 +228,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
226228
<li><a href="com/mindee/parsing/common/PredictResponse.html" title="class in com.mindee.parsing.common">PredictResponse</a></li>
227229
<li><a href="com/mindee/parsing/custom/lineitems/PreparedLines.html" title="class in com.mindee.parsing.custom.lineitems">PreparedLines</a></li>
228230
<li><a href="com/mindee/parsing/common/Product.html" title="class in com.mindee.parsing.common">Product</a></li>
231+
<li><a href="com/mindee/cli/ProductProcessor.html" title="interface in com.mindee.cli"><span class="interfaceName">ProductProcessor</span></a></li>
229232
<li><a href="com/mindee/product/proofofaddress/ProofOfAddressV1.html" title="class in com.mindee.product.proofofaddress">ProofOfAddressV1</a></li>
230233
<li><a href="com/mindee/product/proofofaddress/ProofOfAddressV1Document.html" title="class in com.mindee.product.proofofaddress">ProofOfAddressV1Document</a></li>
231234
<li><a href="com/mindee/product/receipt/ReceiptV4.html" title="class in com.mindee.product.receipt">ReceiptV4</a></li>

allpackages-index.html

Lines changed: 52 additions & 48 deletions
Large diffs are not rendered by default.

code_samples/invoice_splitter_v1_async.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
import com.mindee.MindeeClient;
22
import com.mindee.input.LocalInputSource;
33
import com.mindee.parsing.common.AsyncPredictResponse;
4-
import com.mindee.parsing.common.Job;
5-
import com.mindee.parsing.common.Document;
64
import com.mindee.product.invoicesplitter.InvoiceSplitterV1;
75
import java.io.File;
86
import java.io.IOException;
9-
import java.util.Optional;
107

118
public class SimpleMindeeClient {
129

@@ -40,4 +37,5 @@ public class SimpleMindeeClient {
4037
// page -> System.out.println(page.toString())
4138
// );
4239
}
40+
4341
}

com/mindee/AsyncPollingOptions.AsyncPollingOptionsBuilder.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.25) on Mon Jan 06 15:43:45 UTC 2025 -->
6-
<title>AsyncPollingOptions.AsyncPollingOptionsBuilder (Mindee Java Helper Library 4.24.2 API)</title>
5+
<!-- Generated by javadoc (11.0.26) on Fri Mar 21 11:35:31 UTC 2025 -->
6+
<title>AsyncPollingOptions.AsyncPollingOptionsBuilder (Mindee Java Helper Library 4.25.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-06">
8+
<meta name="dc.created" content="2025-03-21">
99
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="../../jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="AsyncPollingOptions.AsyncPollingOptionsBuilder (Mindee Java Helper Library 4.24.2 API)";
25+
parent.document.title="AsyncPollingOptions.AsyncPollingOptionsBuilder (Mindee Java Helper Library 4.25.0 API)";
2626
}
2727
}
2828
catch(err) {

com/mindee/AsyncPollingOptions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.25) on Mon Jan 06 15:43:45 UTC 2025 -->
6-
<title>AsyncPollingOptions (Mindee Java Helper Library 4.24.2 API)</title>
5+
<!-- Generated by javadoc (11.0.26) on Fri Mar 21 11:35:31 UTC 2025 -->
6+
<title>AsyncPollingOptions (Mindee Java Helper Library 4.25.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-01-06">
8+
<meta name="dc.created" content="2025-03-21">
99
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="../../jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="AsyncPollingOptions (Mindee Java Helper Library 4.24.2 API)";
25+
parent.document.title="AsyncPollingOptions (Mindee Java Helper Library 4.25.0 API)";
2626
}
2727
}
2828
catch(err) {

0 commit comments

Comments
 (0)