Robert Knight

Results 727 comments of Robert Knight

I'm afraid I don't have access to a similar environment for testing purposes. I believe C++11 should be supported with that compiler version, so I suggest debugging the issue using...

No. Ensuring the input is correctly oriented is currently a problem that users of the library have to solve.

I can see a few options: 1. Make the segmentation mode (or an options struct containing the mode) a required argument, and modify the JS code to always provide it....

A 32-bit image of that size requires ~162MB of space and this library is currently configured to allow a maximum memory size of 128MB. Some workarounds are to use a...

I should note that internally Tesseract resizes detected lines of text to a fixed height before performing recognition on them, so once the input image is high-enough resolution that the...

Are you able to provide an example of one of the larger images that causes this error, as well as one that works but returns an empty string from `getText`?...

> my only feedback would be that it would be good if an error could be thrown instead of only logging to stderr. I agree. Unfortunately the underlying Tesseract library...

No, only the two changes mentioned in the changelog.

Thanks. Those answers suggest it might be possible to read EXIF info with a smaller amount of code than the full EXIF JS. It would be even better if the...