The OCRopus open source document analysis and OCR system
OCRopus is a state-of-the-art document analysis and OCR system, featuring pluggable layout analysis, pluggable character recognition, statistical natural language modeling, and multi-lingual capabilities.
OCRopus is a state-of-the-art document analysis and OCR system, featuring pluggable layout analysis, pluggable character recognition, statistical natural language modeling, and multi-lingual capabilities.
To install ocropus, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocropus
To see what files were installed by ocropus, run:
port contents ocropus
To later upgrade ocropus, run:
sudo port selfupdate && sudo port upgrade ocropus
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.