Replies: 1 comment
-
|
Hi @ml-l 👋, Excuse the late response. You can instantiate the single elements from the json-like dictonary yes See: Line 426 in 9045dcf For example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm new to docTR and I'm trying to run a trial to see qualitatively, how well a model performs on a dataset I have.
Is there a way to save the interactive plot that the
doctr.utils.visualization.visualize_pagefunction makes in a more platform agnostic manner without losing the interactivity from the mplcursors (e.g. something like how plotly can save figures as html and still be interactive)? I know I can probably pickle dump the created figure, but I'd prefer an option that's more transparent and more shareable.Or alternatively, is there a convenient way to instantiate the
DocumentorPageclass from a saved JSON result that we get from the.export()method from said classes?Beta Was this translation helpful? Give feedback.
All reactions