Is anyone aware of an OCR tool that is reliable enough for non-text content like base64 that it can decode something like this?

(Context is something that was just posted on the dev-security-policy list and I currently can't judge the severity, but it happens every now and then that I see private or public keys in images that I'd like to get OCRed, source of this one: https://archive.ph/u6U2p )

@badkeys I would expect that #tesseract can be configured to only accept a specific alphabet and ignore words. There are some Google hits for that but I have no experience with this use case specifically.

I had amended dictionaries for tesseract in the past with custom words and it worked easily and pretty well