carbontracking / upscribers

A web application that makes life better for print-challenged kids (and all the others too)
0 stars 0 forks source link

SPEC : Implement 1-step OCR & access to TTS #51

Open carbontracking opened 6 years ago

carbontracking commented 6 years ago

Another version of UpScribers, instantly accessible

  1. Drag and drop an image onto the webpage
    • Or Copy / Paste : NOTE : You cannot copy paste a file, e.g. from File Explorer, but you can copy/paste a screenshot or a copy from within a graphics program.
  2. The image is uploaded to UpScribers
    • UpScribers may reduce the size of the image to pass the 4MB limit for AZURE OCR
    • May also perform cleaning of the image to improve the OCR-ability of the image (see textcleaner)
  3. Do OCR via AZURE and retrieve the co-ordinates of all the areas recognised
  4. Display the image fullscreen with the OCR'd areas highlighted by boxes.
    • the boxes may be linked to show the order
  5. Each OCR area can display the included text in a textarea and/or an option for TTS direct.

Minimal buttons for maximum result.

Inspiration