OCR API
    • Valitract Public API v1
      • OCR
        • Extract text/content from an image
        • Extract tables from an image
        • Check remaining credits
      • Schemas
        • ExtractionSuccess
        • ApiError

    ApiError

    {
        "success": false,
        "error": "string",
        "message": "string"
    }
    Built with