├── LICENSE ├── README.md ├── imgs ├── example01 │ ├── 02.jpg │ ├── 03.jpg │ ├── 04.jpg │ ├── 05.jpg │ ├── 06.jpg │ ├── 07.jpg │ └── t1.png ├── example02 │ ├── 01.jpg │ ├── 02.jpg │ ├── 03.jpg │ ├── 04.jpg │ ├── 05.jpg │ ├── 06.jpg │ ├── 07.jpg │ └── test6.jpg └── gcs.jpg ├── readmes ├── example01.md └── example02.md ├── sheet_scan_example01.py └── sheet_scan_example02.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/README.md -------------------------------------------------------------------------------- /imgs/example01/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example01/02.jpg -------------------------------------------------------------------------------- /imgs/example01/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example01/03.jpg -------------------------------------------------------------------------------- /imgs/example01/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example01/04.jpg -------------------------------------------------------------------------------- /imgs/example01/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example01/05.jpg -------------------------------------------------------------------------------- /imgs/example01/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example01/06.jpg -------------------------------------------------------------------------------- /imgs/example01/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example01/07.jpg -------------------------------------------------------------------------------- /imgs/example01/t1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example01/t1.png -------------------------------------------------------------------------------- /imgs/example02/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example02/01.jpg -------------------------------------------------------------------------------- /imgs/example02/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example02/02.jpg -------------------------------------------------------------------------------- /imgs/example02/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example02/03.jpg -------------------------------------------------------------------------------- /imgs/example02/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example02/04.jpg -------------------------------------------------------------------------------- /imgs/example02/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example02/05.jpg -------------------------------------------------------------------------------- /imgs/example02/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example02/06.jpg -------------------------------------------------------------------------------- /imgs/example02/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example02/07.jpg -------------------------------------------------------------------------------- /imgs/example02/test6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/example02/test6.jpg -------------------------------------------------------------------------------- /imgs/gcs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/imgs/gcs.jpg -------------------------------------------------------------------------------- /readmes/example01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/readmes/example01.md -------------------------------------------------------------------------------- /readmes/example02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/readmes/example02.md -------------------------------------------------------------------------------- /sheet_scan_example01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/sheet_scan_example01.py -------------------------------------------------------------------------------- /sheet_scan_example02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qindongliang/answer_sheet_scan/HEAD/sheet_scan_example02.py --------------------------------------------------------------------------------