cURL
curl --request POST \ --url http://localhost:8000/api/v1/client/img2txt/price-calculation \ --header 'Content-Type: application/json' \ --data ' { "model": "Nanonets_Ocr_S_F16", "language": "<string>", "format": "text" } '
{ "data": { "price": 0.0093 } }
Calculate the cost of OCR text extraction.
"Nanonets_Ocr_S_F16"
text
json
Price calculated
Show child attributes