Scripto and PDF Text

I am using Scripto and PDF Text plugins. I want to have the option, to have users edit OCR. My current workflow involves having to manually move the text from the PDF Text:Text field to the Scripto:Transcription field for each file. Has anyone found or created a way to automated this?

I’m not aware of any efforts to do this specific thing. You could write a plugin that moves new and existing text from PDF Text:Text to Scripto:Transcription. It might be easiest to run a SQL query to move existing text in bulk; to move new text you could use the before_save_<model> hook.