Log In Register
c
After 2020-05-14 all API request will require api_key parameter. Please register to get your key
OCR API has been temporarily disabled. Due to unknown bug it caused constant server overloads.
We are investigating the bug. Feel free to conact us on our github for more information.
We are sorry for the inconvenience.
Please use subscribe function on the bottom of the page to stay informed.
Deze functie transformeert een afbeelding
Verzoeken kunnen worden uitgevoerd met behulp van HTTP GET of HTTP POST-methoden. Reactie is altijd in JSON-indeling.
parameter waarde beschrijving
een van beide
is vereist
file Bestand om te uploaden. Gebruik de POST-methode
url URL om te uploaden
format Uitvoerformaat
language Taal
api_key You API key. Register to get your key

verzoek

antwoord

Klik op POST of GET om het antwoord te zien

mogelijke fouten

R7ERR_UPLOAD_FAILED Upload mislukt R7ERR_NO_UPLOAD Geen bestand opgegeven R7ERR_OVER_20MB Het geüploade bestand was groter dan 20 MB R7ERR_CONV_FAILED OCR mislukt

codevoorbeelden

Hieronder codevoorbeelden worden automatisch bijgewerkt wanneer u bovenstaande parameters wijzigt
curl
wget
aria2
php
javascript

curl, method POST


	
	

curl, method GET


wget, method POST


	
	

wget, method GET


aria2, method GET

		

php, method GET



	

php, method GET, using curl


	
	

php, method POST, using curl


javascript, method GET, using XMLHttpRequest

			
			
	

javascript, method GET, using jquery