Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commiting the git crime

Compare
Choose a tag to compare
@deajan deajan released this 25 Feb 15:20
· 13 commits to master since this release
8000237

This release adds a new inotifywait emulation which uses polling instead of waiting for inotify signals from kernel, allowing to use pmOCR on Samba / NFS shares.
it also speeds up the file detection process by using pre-determined file lists.

As we're hitting 2022, this will be the last pmOCR release coded in bash.
bash is a wonderful complicated beast which is heavily error prone and was never designed to be used in such complicated ways.

I wish to continue maintaining this wrapper, but I definitly need to shift to a better programming language, and have chosen Python since it allows to code pmOCR with simple existing tools, without the need to reinvent (recode) the wheel.

Unless pmOCR v2 is released, support for pmOCR v1.x is guaranteed.

Happy OCRring