Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCR of transcriptions, batch import before crowd sourcing #29

Open
martinantonmueller opened this issue Jul 1, 2019 · 2 comments
Open

Comments

@martinantonmueller
Copy link

I have 25.000 pages of newspaper clippings and 25.000 txt-files with an OCR of those clippings. It would be nice to be able to upload those transcriptions to the Scripto-field before crowd-sourcing. But I don't see how to address the relation uris between OMEKA and Scripto. Any idea?

@jimsafley
Copy link
Member

jimsafley commented Jul 3, 2019

I see no simple way to do this. One way is to write a script that iterates through the items and POSTs to admin/scripto/index/page-action using the following form data:

  • page_action: edit
  • page: transcription
  • item_id: [the item ID]
  • file_id: [the file ID]
  • wikitext: [OCR text]

@martinantonmueller
Copy link
Author

Thank you! I'll check that out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants