Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

This is with Blazor WASM.

I am developing an application to label PDF documents for machine learning.  There are publicly available labelling tools, but they really aren't geared to working with PDFs.

My desired workflow for labelling is:

  • highlight text
  • when highlighting is complete then pop up dialog  asking which label to assign
  • create a highlight annotation using the bounds of the selected text captured on TextSelectionEnd

I am currently accomplishing this by dynamically creating the import annotation file and calling ImportAnnotations with the json string as the "filename" and then modifying your sample backend to just return the json I just sent.  It works, but is strange.

I'll note that when using the UI one can highlight text, right-click, and then select "Highlight" from the context menu, so the routine obviously exists, but I have been unable to find it.  I'd like to call the annotator directly without going through the import mechanism.  See this bug report for a sample application: