[Juho's AutoHotkey Tutorial #10 Run & Command Prompt] Part 5 - Optical Char Recognition (Tesseract)

 https://youtu.be/zzj-4Q8LhQs



In this video, we're going to learn how to use the local install of Tesseract to performance Optical Character Recognition (OCR) on images that contain English or Korean texts. Tesseract is a free OCR engine, the development of which is sponsored by Google. Link to Download Tesseract: https://github.com/UB-Mannheim/tesseract/wiki Tesseract User Manual: https://tesseract-ocr.github.io/ Tesseract Traineddata Files (fast): https://github.com/tesseract-ocr/tessdata_fast Tesseract Traineddata Files (best): https://github.com/tesseract-ocr/tessdata_best Other relevant videos: • Run and RunWait Commands: https://youtu.be/S-MlMLgfT_s • Command Prompt (Cmd): https://youtu.be/WTJHwEl1Wk8 Other useful scripts: • AutoHotkey Screen Clipping Tool: https://youtu.be/kCmaH9fX3ZA • Frameless Notepad (Always On Top): https://youtu.be/PSPoR0RDKC8 • Auto Screenshot Taker: https://youtu.be/I5vOj-SSyVw To take a look at my AutoHotkey tutorial plan: • go to https://juho-lee.com/tutorial • select the dropdown list and click the item See Tutorial Plan Here AutoHotkey Playlists • Juho's AutoHotkey Tutorial: https://www.youtube.com/playlist?list=PLa9z1lCs1x9Lvsqbz-oTD6s6TysEVREpJ • Juho's Random AutoHotkey Stuff: https://www.youtube.com/playlist?list=PLa9z1lCs1x9JEEFS9vArkbg0p8D8hbArr #AutoHotkey #AHK #Automation #Programming #Coding #Course #Tutorial #AHK #Productivity #Efficiency #Office #Shortcut #Hotkey #Macro

Comments

Popular posts from this blog

[Juho's AutoHotkey Tutorial #8 Click And Controlclick] Part 1 - Mouse Control Basics

[Juho's AutoHotkey Script Demo #19] Scripts to Perform Character Recognition with UWP API OCR