Joe Finney
Joe Finney
[This Stackoverflow answer](https://stackoverflow.com/questions/44538513/clipboard-settext-fails-whereas-setdataobject-does-not#:~:text=SetText%20%28text%29%20never%20clears%20the%20Clipboard%20when%20the,and%20SetDataObject%20%28SomeString%2C%20true%29%20to%20see%20any%20difference.) has a helpful explanation. Not sure why SetText would be crashing, but SetDataObject is working. Anyway I some testing and it is working well, Text Grab will...
https://github.com/microsoft/winget-create
It looks like there needs to be a publicly available source for the signed package. I've not been able to publish the signed package yet. I was hoping I could...
@hmnd Looks good to me, do I need to do anything or will that PR include Text Grab into scoop?
@astandarduser responding to your comment in reverse order. The changes to the directory scanning did not improve speed (yet, working on parallelizing the work, but it is being unexpectedly strange)....
Can you let me know why just the EXE is not working for you?
Looks like @kugecf could be working on a GitHub action to make this possible via CI/CD
@LaraSQP glad you hear you are finding Text Grab useful! For the 1.5x scale of the bitmap, that was determined after some experimentation. If the scale is too large OCR...
Ah yeah, "perform well" is pretty vague. I meant the accuracy of the OCR on smaller text benefits when the 1.5 scaling was applied. As I have been building Text...
Hello again @LaraSQP I have been doing some experiments with what an "ideal line height" would be and how to best improve the image to get the best OCR possible....