fix:
    python ./scripts/fix_typ.py

img2typ:
    python ./scripts/img2typ.py

solve: img2typ
    python ./scripts/solve.py

generate: solve
    python ./scripts/gen_index.py
