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
The Response object for each document type has an attribute that represents data extracted from the entire document. It's possible to have the same field in various pages, but at the document level only the highest confidence field data will be shown (this is all done automatically at the API level).
190
-
189
+
The Response object for each document type has an attribute that represents data extracted from the entire document.
190
+
It's possible to have the same field in various pages, but at the document level only the highest confidence field data
191
+
will be shown (this is all done automatically at the API level).
Each inference specific class will have its own specific attributes, which correspond to the various fields extracted from the document.
207
+
Each inference specific class will have its own specific attributes, these correspond to the various fields extracted from the document.
207
208
208
209
209
210
#### Page Level Prediction
210
-
The `pagesPrediction` attribute is a list of `prediction`object, often of the same class as the [`documentPrediction` attribute](#document-level-prediction).
211
-
But sometimes, it could have a different class which will extends the `documentPrediction` class.
211
+
The `pagesPrediction` attribute is a list of `prediction`objects, often of the same class as the [`documentPrediction` attribute](#document-level-prediction).
212
+
But sometimes, it could have a different class which would extend the `documentPrediction` class.
212
213
213
214
Each page element contains the data extracted for a particular page of the document.
Copy file name to clipboardExpand all lines: docs/java-license-plates-ocr.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
The JAVA SDK OCR SDK supports the API [Licenses plate OCR](https://developers.mindee.com/docs/license-plates-ocr-nodejs) for extracting data from pictures (or documents) of cars.
1
+
The JAVA SDK OCR SDK supports the [Licenses plate OCR API](https://developers.mindee.com/docs/license-plates-ocr-nodejs) for extracting license plates from pictures (or documents) of vehicles.
2
2
3
3
Using this [sample photo](https://files.readme.io/ffc127d-sample_receipt.jpg) below, we are going to illustrate how to extract the data that we want using the OCR SDK.
Copy file name to clipboardExpand all lines: docs/java-receipt-ocr.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
The .NET OCR SDK supports the [receipt API](https://developers.mindee.com/docs/receipt-ocr) for extracting data from receipts.
1
+
The JAVA OCR SDK supports the [receipt API](https://developers.mindee.com/docs/receipt-ocr) for extracting data from receipts.
2
2
3
3
Using this [sample receipt](https://files.readme.io/ffc127d-sample_receipt.jpg) below, we are going to illustrate how to extract the data that we want using the OCR SDK.
Copy file name to clipboardExpand all lines: docs/java-shipping-containers-ocr.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
The JAVA OCR SDK supports the API [Shipping containers OCR](https://developers.mindee.com/docs/shipping-containers-ocr) for extracting data from pictures of containers identification.
1
+
The JAVA OCR SDK supports the [Shipping containers OCR API](https://developers.mindee.com/docs/shipping-containers-ocr) for extracting data from pictures of containers identification.
2
2
3
3
Using this [sample](https://files.readme.io/853f15a-shipping_containers.jpg) below, we are going to illustrate how to extract the data that we want using the OCR SDK.
0 commit comments