OCRSpace

Custom - HTTP POST

URL:

  • https://api.ocr.space/parse/image

Content Type:

  • application/x-www-form-urlencoded

Headers:

  • {}

Body:

{ 
   "base64Image":"data:image/png;base64,$IMAGE_BASE64", 
   "language": "jpn",
   "apikey": "YOUR_API_KEY_HERE"
}

Response Type:

  • JSON

Response Query:

  • ParsedResults[0].ParsedText

Last updated