You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all - library as great. Just have one question:
I'm using jpeg.Encode(f, img, &jpeg.Options{Quality: 100})
When writing it to file and and opening with gosseract client with SetImage, it gives me 100% result. When using buffer of bytes and SetImageFromBytes it gives me maximum 50% success.
Why?
The text was updated successfully, but these errors were encountered:
MetalRex101
changed the title
SeImage (from file) works better, than set from bytes with equal encoding
SetImage (from file) works better, than set from bytes with equal encoding
Jun 10, 2020
First of all - library as great. Just have one question:
I'm using
jpeg.Encode(f, img, &jpeg.Options{Quality: 100})
When writing it to file and and opening with gosseract client with
SetImage
, it gives me 100% result. When using buffer of bytes andSetImageFromBytes
it gives me maximum 50% success.Why?
The text was updated successfully, but these errors were encountered: