Open qiunlp opened 4 years ago
1) create the protobuf files: protoc --proto_path=. --python_out=. Document.proto Where is the file of Document.proto?
2)convert the protobuf files to json: python protobuf2json.py . Where is the file of protobuf2json.py?
Thank you!
same question here
1) create the protobuf files: protoc --proto_path=. --python_out=. Document.proto Where is the file of Document.proto?
2)convert the protobuf files to json: python protobuf2json.py . Where is the file of protobuf2json.py?
Thank you!