Fayez

Results 147 comments of Fayez

There was an issue with duplicate info in Firefox 54 (#124) but there hasn't been a FF 54 arc-theme release since 53 so it seems development hasn't been active since...

@ArchangeGabriel from what I understand, that applies to the coming Firefox 57 release which features the new GUI (Photon UI) but not the current release. Also, the desktop Arc-theme hasn't...

Yep, I compiled with debug enabled as well and saw the same messages but couldn't put a finger on the problem.

I agree, would be great if we can change the location of the buttons (as well as have the option to not display them at all) and only have them...

There's the [SetImageBytes](https://github.com/sirfz/tesserocr/blob/v2.3.1/tesserocr.pyx#L1501) API method.

So basically you want a method which sets an image directly from a given bytes buffer. PRs are welcome.

Windows support is something I've wanted for tesserocr but since I haven't used Windows for a few years now I didn't get to work on it. I would've assumed that...

The compile arguments on Linux look like this: `gcc` parameters (outputs object file): ``` -I/usr/local/include -I/usr/include/python2.7 -c tesserocr.cpp -o build/temp.linux-x86_64-2.7/tesserocr.o ``` `/usr/local/include` contains the `tesseract` and `leptonica` folders which contain...

@jeweinberg I personally don't use Windows and not planning to any time soon so, as much as I'd like to, I don't have the time to work on it. I'm...

Great effort @dgvogol thanks for sharing! Regarding the inclusion of `tesseract305.dll` have you added the file in the [MANIFEST.in](https://github.com/sirfz/tesserocr/blob/master/MANIFEST.in) file? It should automatically be included in the wheel if you...