Question regarding outptus
#2
by
VinayVirraj
- opened
I have tried both the commands with curl and getting the following error
curl -X POST -F 'file=Bioinspired_Engineering_of_Thermal_Materials.pdf' localhost:5060
I have run the command in the command prompt and from the directory where the file is located.
{"detail":[{"type":"missing","loc":["body","file"],"msg":"Field required","input":null}]}
edit: my command is wrong, It is working.
I have few questions,
- The outputs are displayed in the terminal. Is there any output file where the outptus are saved?
- Now I have the coordinates of the bounding boxes in the ouptut. How to draw them. Is there any tool or pure python?
Best,
Vinay
VinayVirraj
changed discussion title from
Server is running but cannot make curl command to work.
to Question regarding outptus
Hi Vinay,
- We do not save the outputs to a file.
- We do not provide a way to draw the output but you can check this library: https://github.com/plangrid/pdf-annotate
Best,
Ali
ali6parmak
changed discussion status to
closed