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
It's easy to make the text area editable by adding the HTML5 contenteditable attribute (see tutorial). An additional button is needed on the client side to submit (HTTP POST) the modified text to the server.
More work has to be done on the server side to synchronise the text lines with the ALTO XML, to store the modified ALTO and to make it available for end users or for internal model improvements.
The text was updated successfully, but these errors were encountered:
Add submit button for web page with dummy action on the server side. This is an option, so an instance of Kitodo.Presentation can configure whether OCR results should be editable or not. The submit button and the attribute only exist if editing is enabled.
Add a working action on the server side. Details still open.
It's easy to make the text area editable by adding the HTML5
contenteditable
attribute (see tutorial). An additional button is needed on the client side to submit (HTTP POST) the modified text to the server.More work has to be done on the server side to synchronise the text lines with the ALTO XML, to store the modified ALTO and to make it available for end users or for internal model improvements.
The text was updated successfully, but these errors were encountered: