Document Scanner

FREEMIUM
Verified
By PresentID | Updated il y a 2 heures | Artificial Intelligence/Machine Learning
Popularity

0.1 / 10

Latency

86ms

Service Level

0%

Health Check

N/A

Back to All 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)