Document Scanner

ÜCRETSİZ PREMIUM
Verified
Taraf PresentID | Güncelleyen 15 days ago | Artificial Intelligence/Machine Learning
Popülerlik

0.1 / 10

Gecikme

86ms

Hizmet Düzeyi

0%

Health Check

N/A

Tüm Eğitimlere Dön (1)

Document Scanner

Python quick Start

import requests

url = “https://document-scanner.p.rapidapi.com/DetectDocument

headers = {
‘x-rapidapi-key’: “APIKEY”,
‘x-rapidapi-host’: “document-scanner.p.rapidapi.com
}

response = requests.request(“POST”, url, headers=headers)

print(response.text)