"then" is used to depict time, sequence or a causal relationship. "than" is used with comparative adjectives, to depict comparison.
- Posts
- 13
- Comments
- 1547
- Joined
- 1 yr. ago
- Posts
- 13
- Comments
- 1547
- Joined
- 1 yr. ago
Cybersecurity @sh.itjust.works How to use Auditd file access logs?
Lemmy Shitpost @lemmy.world Body text
Programmer Humor @programming.dev Unexpected Asymptote - FLAC
FOSS gaming @feddit.org Endless Sky Compass Animated
Linux Gaming @lemmy.world Endless Sky Compass Animated
OpenSourceGames @lemmy.ml Endless Sky Compass Animated
Programmer Humor @programming.dev KTorrent LoL
Programmer Humor @programming.dev Do not pass go Do NOT align unspecified stuff
Ask Lemmy @lemmy.world Do you reduce your WiFi Router's Transmit Power
Programming @programming.dev Inhibit sleep when running stuff in the terminal. Thoughts?
RetroGaming @lemmy.world Some talks about remaking Robot Odyssey in 3D
Linux @programming.dev How to turn off power to NVMe SSD? OR Why/How is my SSD heating up in weird ways?
Programmer Humor @programming.dev "GitHub CI is easy", he said. "It's just
bash", he said.





This is the main point.Most well working OCR systems have a dictionary-check pass, which goes a long way into fixing the errors.
On the other hand, if all those files are the same font and size, it should be possible to tune the OCR to better match the requirements. Also reduce the possibilities to the character set used by the encoding.
I was recently using OCR for an unrelated project and it was totally unusable as is, because unlike what it expected (plain text documents), it got text on top of pictures. So now I have to find ways to preprocess and single out the text, removing the graphic lines that might be behind it, to make it readable.