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

    ExtractionSuccess

    {
        "success": true,
        "data": {
            "files": {
                "property1": "http://example.com",
                "property2": "http://example.com"
            },
            "confidence": 0.97,
            "property1": "string",
            "property2": "string"
        },
        "credits_remaining": 41,
        "processing_time": 3.512
    }
    Built with