Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ var prediction = await _mindeeClient
There's more to it than that for those that need more features, or want to
customize the experience.

All the juicy details are described in the
**[Official Guide](https://developers.mindee.com/docs/dotnet-ocr-sdk)**.
All the juicy details are described in the **[Official Guide](docs/index.md)**.

You also can use the **[Reference documentation](docs/api-reference/Mindee/index.md)** to dig deeper in the code.

## License
Copyright © Mindee
Expand Down
3 changes: 3 additions & 0 deletions docs/api-reference/Mindee/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source: docs
highlighter: rouge
markdown: GFM
8 changes: 4 additions & 4 deletions docs/dotnet-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ _logger.Debug(prediction.Inference.Prediction.ToString());
```

The various attributes are detailed in these document-specific guides:
* [Invoice](https://developers.mindee.com/docs/dotnet-invoice-ocr)
* [Receipt](https://developers.mindee.com/docs/dotnet-receipt-ocr)
* [Passport](https://developers.mindee.com/docs/dotnet-passport-ocr)
* [custom-built API](https://developers.mindee.com/docs/dotnet-api-builder)
* [Invoice](dotnet-invoice-ocr.md)
* [Receipt](dotnet-receipt-ocr.md)
* [Passport](dotnet-passport-ocr.md)
* [custom-built API](dotnet-api-builder.md)

#### Page level prediction
The `pages` attribute is a list of `prediction` object of the same class as the [`prediction` attribute](#document-level-prediction).
Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ var prediction = await _mindeeClient
```

Complete details on the working of the library are available in the following guides:
* [Overview](https://developers.mindee.com/docs/dotnet-overview-1)
* [.NET Custom APIs OCR](https://developers.mindee.com/docs/dotnet-api-builder-1)
* [.NET invoices OCR](https://developers.mindee.com/docs/dotnet-invoice-ocr-1)
* [.NET receipts OCR](https://developers.mindee.com/docs/dotnet-receipt-ocr-1)
* [.NET passports OCR](https://developers.mindee.com/docs/dotnet-passport-ocr-1)
* [Mindee API Reference](https://github.com/mindee/mindee-api-dotnet/blob/main/docs/api-reference/Mindee)
* [Overview](dotnet-getting-started.md)
* [.NET Custom APIs OCR](dotnet-api-builder.md)
* [.NET invoices OCR](dotnet-invoice-ocr.md)
* [.NET receipts OCR](dotnet-receipt-ocr.md)
* [.NET passports OCR](dotnet-passport-ocr.md)
* [.NET API Reference](api-reference/Mindee/index.md)

You can view the source code on [GitHub](https://github.com/mindee/mindee-api-dotnet).

Expand Down