Showing memos in image coding reports #893
Replies: 1 comment
|
Thank you. Thats a great idea. |
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 using QC to annotate some images containing handwritten text. I needed to code the images and annotate it with the transcription of the text, but annotation aren’t supported for images. So I put this transcriptions in memos, but then they didn't show up when exporting the coding to xlxs (while they were there in txt, html and odt format).
I slightly changed the report_codes.py and now they appear. Still, I played by ear so I'm posting to see if that's alright :)
This start at line 781. I added
"Memo"in the headings, and the linews.cell(column=6, row=row + 2, value=data['coded_memo']), then changed column=6 to column=7 in the two following lines.All reactions