Showing memos in image coding reports #893
Unanswered
fantachiara
asked this question in
Q&A
Replies: 1 comment
-
Thank you. Thats a great idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.Beta Was this translation helpful? Give feedback.
All reactions