Artur
Artur
It's open source, you can fork and do better. Many people would thank you, including me.
My promise based image grabler with Croppr solution ended as follow: ```javascript var croppr const loop = () => { imageCapture.takePhoto() .then(blob => { img.src = URL.createObjectURL(blob); img.onload = ()...
Would be nice. Some time ago I did some tests but didn't had time to go longer and get something that works. Had some problems with newer versions of OpenCV...
@sphinxligustri, good to know there is a simple solution. Could you share the entire code?
Thank you @sphinxligustri, I will test it and put on the repository as an alternative python3 compatible script, so others can get benefit of it.
same here. running on: Linux artpc 4.11.0-14-generic #20~16.04.1-Ubuntu SMP Wed Aug 9 09:06:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux NASM version 2.11.08 Bochs x86 Emulator 2.6 Built from SVN snapshot...
On my linux mint system, I solved the problem installing bochs-x: `sudo apt-get install bochs-x` But now, I only get a black screen on the emulator when I run make....
Followed the bochs manual, and I was missing to press c on debugger to continue the emulation.
Can you send your sample, so I can investigate?
You can have a idea of what the preprocessed image should looks like, on the trainning source image: [https://github.com/arturaugusto/display_ocr/blob/master/training_source/eng.letsgodigital.exp0.tif]() Note that the segments are expected to be connected. You can...