Commit eab98d7c authored by wuzekai's avatar wuzekai

Update instruction.txt

parent 2468fb21
Pipeline #564 canceled with stages
......@@ -44,3 +44,10 @@ python ppstructure/table/predict_table.py
--table_char_dict_path=./ppocr/utils/dict/table_structure_dict_ch.txt
--image_dir=./test_img/1.jpg
--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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment