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
below code does not get font info with tesseract 4.0
String fontName = TessAPI1.TessResultIteratorWordFontAttributes(ri, boldB, italicB, underlinedB,
monospaceB, serifB, smallcapsB, pointSizeB, fontIdB);
fontName return is null , all other attributes return also has wrong values
The text was updated successfully, but these errors were encountered:
below code does not get font info with tesseract 4.0
String fontName = TessAPI1.TessResultIteratorWordFontAttributes(ri, boldB, italicB, underlinedB,
monospaceB, serifB, smallcapsB, pointSizeB, fontIdB);
fontName return is null , all other attributes return also has wrong values
The text was updated successfully, but these errors were encountered: