git clone https://github.com/AndrewEffendi/gcv2annotationList.git
cd gcv2annotationList
javac -cp ./lib/*.jar gcv2anno.java
java -cp ./:./lib/json-simple-1.1.1.jar gcv2anno.java input.json output.json https://example.org/canvas/11
input.json
is a output of Google Cloud Vision OCR.
output.json
is a output of gcv2anno.
https://example.org/canvas/11
is the link to the canvas we're annotating.