digitalutsc / gcv2annotationList

Java program for making annotation list
0 stars 0 forks source link

Convert the JAVA program (gcv2anno.java) into Python #1

Open kylehuynh205 opened 1 year ago

kylehuynh205 commented 1 year ago

This program is originally written in Java : https://github.com/digitalutsc/gcv2annotationList/blob/main/gcv2anno.java

This Java program converts the OCR jsons which are obtained from Google vision API (some of the examples can be found in one of the folders: https://github.com/digitalutsc/mirador_annotation_configs/tree/main/sample_pages)

To generate the output.json, compile and run the program: https://github.com/digitalutsc/gcv2annotationList/blob/main/README.md (make sure to change the name of input and output json accordingly)

TODO:

NEXT STEP

amym-li commented 1 year ago

Python script can be found here: https://github.com/digitalutsc/gcv_annotations

kylehuynh205 commented 7 months ago

Need to test the results