ocr
/ocr_faq/ocr_01_0046.html
How Do I Use OCR APIs?
Updated at: Sep 03, 2021 GMT+08:00
You can send a request based on constructed request messages using any of the following three methods:
- cURL
cURL is a command-line tool used to perform URL operations and transfer files. It serves as the HTTP client that can send HTTP requests to the HTTP server and receive response messages. cURL is suitable for use in API tuning scenarios.
- Code
You can call APIs through code to assemble, send, and process request messages.
- REST client
Both Mozilla Firefox and Google Chrome provide a graphical browser plug-in, that is, REST client, to send and process requests.
Parent topic: API
