I tried a lot of OCR software and tools, for example, Microsoft's MODI, Google's Tesseract, the recognition effect is not accurate
Later, I found Baidu's online OCR service, the recognition effect is very good, in addition, it can identify 50,000 times a day for free, which is completely enough for individual users.
But I don't know how to call a web service in QM. The format of the web service call is as follows (Sample config files in the attachment):
——————————————————————————————————————————————
request URL:
https://aip.baidubce.com/rest/2.0/ocr/v1/general_basic
method:
post
——————————————————————————————————————————————
headers:
Content-Type:application/x-www-form-urlencoded
——————————————————————————————————————————————
Body:
access_token: free registration
image: Picture of BASE64 format (delete the prefix data:image/png;base64, )
language_type:CHN_ENG (Can see help doc)
probability:true (Can see help doc)
detect_direction:true (Can see help doc)
——————————————————————————————————————————————
I recorded a demo that invoke web service in the software postman
demo link : https://ibb.co/RzmxyfQ
Any suggestions are welcome, thanks in advance
Later, I found Baidu's online OCR service, the recognition effect is very good, in addition, it can identify 50,000 times a day for free, which is completely enough for individual users.
But I don't know how to call a web service in QM. The format of the web service call is as follows (Sample config files in the attachment):
——————————————————————————————————————————————
request URL:
https://aip.baidubce.com/rest/2.0/ocr/v1/general_basic
method:
post
——————————————————————————————————————————————
headers:
Content-Type:application/x-www-form-urlencoded
——————————————————————————————————————————————
Body:
access_token: free registration
image: Picture of BASE64 format (delete the prefix data:image/png;base64, )
language_type:CHN_ENG (Can see help doc)
probability:true (Can see help doc)
detect_direction:true (Can see help doc)
——————————————————————————————————————————————
I recorded a demo that invoke web service in the software postman
demo link : https://ibb.co/RzmxyfQ
Any suggestions are welcome, thanks in advance