Code CaptureThe CodeCapture extension checks the URL provided for any image present, scans the image for handwritten C code and gives us the formatted code in a separate '.c' file in our directory to be checked and tested. This allows us to test and check the code developed by multiple users in a short period of time. Features-Takes an input file from the user containing handwritten code. -Uses the Azure Computer Vision Read API to extract the code and populates it to a new code file RequirementsRun npm install Extension Settings-To run the extension, the command to be used is 'imagetotext' -Before running the command in the Extension Host Window, please make sure to add a workspace directory where in you want to save the output file. |