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
Would it be possible to add to the Tesseract OCR fixed font size? To set all the OCRed texts with the same font size?
I see that it sets by default white background for the bubbles. But what if there is different background (e.g. black) - could this color picker be somehow extended?
Thanks.
The text was updated successfully, but these errors were encountered:
As for the first one - I found the solution by fixing variables in script. If someone is interested:
dan200-tesseract-ocr.py fixed font size:
fontSize = 30
# fontSize = int( round( lineHeight * firstLineFontMetrics["lineHeightToFontSize"] ) )
fixed font name:
(PF_FONT, "fontName", "Output font", "different font name"),
Hi, great tool.
Thanks.
The text was updated successfully, but these errors were encountered: