diff --git a/instruction.txt b/instruction.txt index cb176f69491e09ea0402b6f92fac354c2ec50c70..c42d6c4eaade2e4787fd562319362bbb893acc55 100644 --- a/instruction.txt +++ b/instruction.txt @@ -43,4 +43,11 @@ python ppstructure/table/predict_table.py --rec_char_dict_path=./ppocr/utils/ppocr_keys_v1.txt --table_char_dict_path=./ppocr/utils/dict/table_structure_dict_ch.txt --image_dir=./test_img/1.jpg - --output=./inference_results/table \ No newline at end of file + --output=./inference_results/table + +#接口1的部署和调试指令 +python app.py +curl -X POST http://localhost:8019/ocr/process -F "file=@./test_img/1.jpg" +curl -X GET http://localhost:8019/ocr/text/ +curl -X GET http://localhost:8019/ocr/download/ --output output.jpg +curl -X DELETE http://localhost:8019/ocr/delete/ \ No newline at end of file