From eab98d7c7d0663595b09495141df882e199c8bdf Mon Sep 17 00:00:00 2001 From: wuzekai <3025054974@qq.com> Date: Tue, 8 Jul 2025 05:09:41 +0000 Subject: [PATCH] Update instruction.txt --- instruction.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/instruction.txt b/instruction.txt index cb176f6..c42d6c4 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 -- 2.22.0