image

Refine Image Transcription

Refines an existing transcription by focusing on a faulty line + user feedback. Does NOT require image URLs; it just updates the text with LLM logic.

Example input:
    {
      "old_transcription": "Line1

Line2 Line3", "faulty_line": "Line2", "user_feedback": "Spelling is wrong", "lang": "en", "url": "https://example.com/image.jpg" }

post/image/refine

Request body

old_transcriptionstring required
faulty_linesstring[] nullable
user_feedbackstring nullable
langstring nullable
urlstring nullable

Response

Successful Response

statusstring required
messagestring required
refined_textstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.