Document Scanner

GRATIS CON POSSIBILITÀ DI UPGRADE
Verified
Da PresentID | Aggiornamento 13 days ago | Artificial Intelligence/Machine Learning
Popolarità

0.2 / 10

Latenza

133ms

Livello di servizio

0%

Health Check

N/A

Torna a tutti i tutorial (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)