Hello,
You can use explicitly the module 'tesseract', in which case
specifying something like 'eng+newfont' as language should work:
```
from pyocr import tesseract
txt = tesseract.image_to_string(
Image.open("whatever.jpg"),
lang="eng+newfont",
builder=pyocr.builders.TextBuilder()
)
```
This is a bit of a hack as I cannot guarantee it would work with other
OCR tools, not even libtesseract, but it should do the trick.
> --
> You received this message because you are subscribed to the Google Groups
> "Paperwork" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
paperwork-gu...@googlegroups.com.
> Visit this group at
https://groups.google.com/group/paperwork-gui.
> For more options, visit
https://groups.google.com/d/optout.