ocrad
optical character recognition program
Install
- All systems
-
curl cmd.cat/ocrad.sh
- Debian
-
apt-get install ocrad
- Ubuntu
-
apt-get install ocrad
- Arch Linux
-
pacman -S ocrad
- Kali Linux
-
apt-get install ocrad
- Fedora
-
dnf install ocrad
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ocrad
- OS X
-
brew install ocrad
- Raspbian
-
apt-get install ocrad
- Dockerfile
- dockerfile.run/ocrad
ocrad
optical character recognition program
GNU Ocrad is an OCR (Optical Character Recognition) program based on a feature extraction method. It reads a bitmap image in pgm/pbm format and produces text in byte (8-bit) or UTF-8 formats. Ocrad includes a layout analyzer able to separate the columns or blocks of text normally found on printed pages. This package includes the command-line tool.