File pdfsandwich.spec of Package pdfsandwich
Summary: A tool to make "sandwich" OCR pdf files
Name: pdfsandwich
Version: 0.0.2
Release: 1
License: GPL
Group: Productivity/Graphics/Other
URL: http://pdfsandwich.origo.ethz.ch/
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which
contain only images (no text) will be processed by optical character
recognition (OCR) and the text will be added to each page invisibly
"behind" the images.
pdfsandwich is a command line tool which is supposed to be useful to
OCR scanned books or journals. It is able to recognize the page layout
even for multicolumn text.
%prep
%setup -q
%build
./configure -prefix=%prefix
make
%install
make DESTDIR=%buildroot install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc
%changelog
* Mon Jun 7 2010 Reinhard Max <max@suse.de> -
- Initial build.