Skip to content

Conversation

@Felix-Dynamsoft
Copy link
Contributor

@Felix-Dynamsoft Felix-Dynamsoft commented Aug 14, 2024

Created Blazor Sample for DBR JS with DBR bundle

Additional reference: https://github.com/dynamsoft-rd-0/dlrjs-mass-samples/tree/main/BlazorMRZ

@Keillion
Copy link
Contributor

  1. How about removing useless files that generated automatically, like weather, counter.

  2. When dealing with cross-language calls, we have to be careful with large binary arrays. Some unnecessary data transfers will affect performance.
    In image decoding, we get binary to dotNet, send back to js, then wrap as Blob, then unwrap Blob in our SDK inner logic...this is expensive.
    We can let js can get inputElement by id or className, inputElement.files to get blobs.

@Felix-Dynamsoft
Copy link
Contributor Author

@Keillion Updated. thank you!

Copy link
Contributor

@eugene-dynamsoft eugene-dynamsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Tom-Dynamsoft Tom-Dynamsoft merged commit 13276b8 into main Aug 28, 2024
@Tom-Dynamsoft Tom-Dynamsoft deleted the blazor-sample branch August 28, 2024 22:25
Justin-dynamsoft pushed a commit that referenced this pull request Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants