Skip to content

Commit

Permalink
🏷️ Version 1.4.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvindee authored Jan 4, 2023
1 parent 95806bc commit 9637a49
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGELOG

## v1.3.0 (2022-12-22)
## v3.4.0 - 2023-01-04
### Changes
* :sparkles: Support Receipt V4.1
* :sparkles: Support Invoice V4.1

## v1.3.0 - 2022-12-22

### Changes
* :white_check_mark: Cropper API summary
Expand All @@ -12,17 +17,17 @@
* :sparkles: Support US Bank Check V1
* :sparkles: Support EU License plates V1

## v1.2.0 (2022-12-07)
## v1.2.0 - 2022-12-07

* :sparkles: Add Invoice V4 support

## v1.1.0 (2022-11-28)
## v1.1.0 - 2022-11-28

* :boom: Changing the settings section name from MindeeApiSettings to MindeeSettings.
* :boom: IConfiguration is replaced by IOptions<MindeeSettings> in MindeeClient.
* :sparkles: Add cropper support
* :memo: Publish technical documentation on GitHub pages

## v1.0.0 (2022-11-17)
## v1.0.0 - 2022-11-17

* :tada: First release
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.3.0</VersionPrefix>
<VersionPrefix>1.4.0</VersionPrefix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/mindee/mindee-api-dotnet</RepositoryUrl>
Expand Down
5 changes: 5 additions & 0 deletions docs/dotnet-invoice-ocr.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Output:
----- Invoice V4 -----
Locale: fr; fr; EUR;
Invoice number: 0042004801351
Reference numbers: AD29094
Invoice date: 2020-02-17
Invoice due date: 2020-02-17
Supplier name: TURNPIKE DESIGNS CO.
Expand Down Expand Up @@ -60,6 +61,7 @@ Attributes that will be extracted from the document and available in the `Invoic
- [Customer Information](#customer-information)
- [Dates](#dates)
- [Locale and Currency](#locale)
- [Reference numbers](#reference-numbers)
- [Supplier Information](#supplier-information)
- [Line items](#line-items)
- [Taxes](#taxes)
Expand Down Expand Up @@ -95,6 +97,9 @@ The following date fields are available:
* `Locale.Country` (string): Country code in [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) alpha-2 format as seen on the document.
The following country codes are supported: `CA`, `CH`, `DE`, `ES`, `FR,` `GB`, `IT`, `NL`, `PT` and `US`.

### Reference numbers
* `ReferenceNumbers` (List<StringField>) : Represents a list of Reference numbers including PO number.

### Supplier Information

**`SupplierCompanyRegistrations`** (List<CompanyRegistration>): List of detected supplier's company registration numbers. Each object in the list contains an extra attribute:
Expand Down

0 comments on commit 9637a49

Please sign in to comment.