Image-to-Text-.NET-Framework
a .net framework project that allows you to convert images to text using tesseract ocr
View the Project on GitHub
Image-to-Text-.NET-Framework
Downloads
Available Features
- convert the screenshot it takes to text
- convert an existing image file to text
- copy conversions to clipboard
- startup with windows
Current Bugs
- start with windows feature doesn’t read keyboard hooks (it fixes when i turn it off and on)
- If the window scale and layout is above 100%, half of the screenshot is taken.
Main Window
- language pack selection
- button to read text from the image you choose
- keyboard shortcut selection
- github project link
ScreenShot Panel
- You can access this panel with the keyboard key you assigned from the main form.
- F1 displays the original image of the text that was last copied to memory
- F2 switches to new excerpt window (clicks anywhere on the screen while in this form)
- You can exit this form with ‘esc’.
Sample
results of plain text document (readable background and text color)
It will show a notification when text reading is complete, if you click on the notification it will create a file in the ‘temp’ folder and show the text copied to memory.
If we compare the results with the original text, it can be seen that tesseract ocr gives above-average results, but objectively these results are not enough for users.
OUTPUTS