I want to write java code to implement this curl command:
curl --form "file=@7_018011.gif" --form "apikey=helloworld" --form
"language=por" https://api.ocr.space/Parse/Image >> m.txt
where @7_018011.gif is the name of the image i want user to input to send the request to a RESTFUL service. Where can i start ?