pub fn text_detection(image_base64: String) -> Result<String, String>
Expand description

Detect text for the given image.

image_base64 is the base64 encoded image content.

Return the detected text.