Document Scanner

FREEMIUM
Verified
Durch PresentID | Aktualisiert 9일 전 | Artificial Intelligence/Machine Learning
Popularität

0.2 / 10

Latenz

133ms

Service Level

0%

Health Check

N/A

Zurück zu allen Tutorials (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)