# 4 May - 8 May 2020
###### tags: `Study Note`
## Thursday, 7 May 2020
findout problems in current generated RST files
1. Images -> possible to be handled by extracting the docx.
docx actually is a zip folder
3. Code/script -> can't processed
4. Contents
Learn the structure of RST files.
## Friday, 8 May 2020
-> Images generated from zip extracting can't be used. bad quality
-> one of the images has problems, need to tell zhimin.
Design how to "converter" mechanism
1. decode the contents
2. generate the index.rst
3. generate rest of the files
Will use python at least for the prototype stage, because python easy to use for text processing.