You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a performance issue when loading transcript in paper edit.
The current way of adding highlights is very process intense and triggers the debugger coz it's running out of memory when used in Adobe CEP Panel.
Raising it here as opposed to the DPE Adobe CEP Panel repo, coz it has to be addressed in the React component that does the highlights interpolation in the transcription's text
The text was updated successfully, but these errors were encountered:
one workaround while finding a solution, might be to disable the highlights feature as a way to do a working release. and then re-introduce it once performance has been fixed.
while I can figure out a better way to avoid for the transcript / annotation interpolation to take up soo much memory, I added a btn to delay the process, and do them one at a time as a workaround when working with Adobe CEP
There's a performance issue when loading transcript in paper edit.
The current way of adding highlights is very process intense and triggers the debugger coz it's running out of memory when used in Adobe CEP Panel.
Raising it here as opposed to the DPE Adobe CEP Panel repo, coz it has to be addressed in the React component that does the highlights interpolation in the transcription's text
The text was updated successfully, but these errors were encountered: