httputils will work if .12 is an http server. if not, not.
technically, jobdownload2 might work, depending on what "get" and "actual" mean. ("get" is a funny choice of words, since "get" is what job.download and job.download2 already do).
normally, to download an image, you just need job.download( url & name_of_image ).
if success, you read image:
dim bitmap as bitmap = job.getbitmap
then you can do what you want with the bitmap.
first you said .10 was the url, but then you used .12. so it's unclear what you're doing. if the image never resides on the server, it's going to be tricky to retrieve it from the camera and onto your android device. the smb protocol could work, depending on how the various devices are networked and how they see one another. a lot of answered questions... you need to spell out your configuration.
just have your android device take a picture of the image and do the ocr. win-win.