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.
Denne funktion transformerer et billede
Anmodninger kan udføres ved hjælp af HTTP GET eller HTTP POST metoder. Svaret er altid i JSON-format.
anmodning
respons
Klik på POST eller GET for at se svar
mulige fejl
R7ERR_UPLOAD_FAILED
Upload fejlede
R7ERR_NO_UPLOAD
Ingen fil angivet
R7ERR_OVER_20MB
Uploadet fil var større end 20 MB
R7ERR_CONV_FAILED
OCR-konvertering mislykkedes
kode prøver
Nedenfor opdateres kodeprøver automatisk, når du ændrer parametre ovenfor
curl
wget
aria2
php
javascript
curl, method POST
curl, method GET
wget, method POST
wget, 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