Hot answers tagged scanning
23
To make text in a .jpeg editable you need Optical Character Recognition (OCR) software.
I use ocrfeeder.
sudo apt-get install ocrfeeder
To open an image file click on the 'plus' (+) sign.
After you have opened the image, click on the next icon to the right to run OCR.
After is has finished OCR'ing the image, you can select the text you want on the ...
22
The idea of having a simple scan utility was behind the development of, well, Simple Scan - the scanning tool installed by default from 10.04 on (Applications ‣ Graphics ‣ Simple Scan).
Simply scan as many pages as you want and choose PDF as file format when saving.
Another slightly less simple program that offers additional features like text ...
20
GOCR
is an OCR (Optical Character Recognition) program.It converts scanned images of text back to text files.
CLARA is another good graphical option.
OCRAD
is an OCR can be used as a stand-alone console application,or as a backend to other programs.
KOOKA
is a KDE application but works fine,in addition you have to install actual ...
10
You can't edit text in a JPG, but you remove the text and add new text.
For images, try gimp (open source alternative to Photoshop). Open the image with gimp, then use the eraser tool to erase the old text. Then use the text tool to add new text.
Or, use inkscape, which is a vector graphics program (similar to Adobe Illustrator). Create a new SVG file and ...
7
sudo iwlist wlan0 scanning | egrep 'Cell |Encryption|Quality|Last beacon|ESSID' should help.
It's the combination of sudo (run as root, do privileged operations), iwlist wlan0 scanning (produce some output on STDOUT), the pipe symbol "|" (connecting STDOUT of the command(s) to the left to the STDIN of the process on the right), and an egrep command with a ...
7
Try this
sudo ufw logging on
You should see access in /var/log/syslog. But this are raw logs, which only show you individual access. UFW itself hasn't any tool to summarize these access to an useable report. Also I don't know about a tool which can do this.
6
linux-intelligent-ocr-solution
disclaimer - I am closely connected with the development of this opensource solution
Lios can convert print to text using either scanner or a camera.
It can also produce text out of scanned images from other sources such as Pdf, Image or Folder containing Images.
Program is given total accessibility for visually impaired.
...
6
We can also edit text on top of an image with Libre Office from where we can also easily export this files as PDF.
Open your document to insert the image with Insert -> Picture -> From File....
Then choose "Wrap -> In Background" from the right click context menu on the picture you just inserted.
Write any text above the image (but we will have to place ...
6
Nautilus Script
Code
I have been able to successfully resize my PDFs with this Nautilus script:
#! /bin/bash
# AUTHOR: (c) Ricardo Ferreira, oriolpont -- modified in accordance to http://askubuntu.com/q/280618/81372
# NAME: Compress PDF 1.4.2
# DESCRIPTION: A nice Nautilus script with a GUI to compress and optimize PDF files
# REQUIRES: ...
5
The name for this type of procedure is OCR (Optical Character Recognition).
That link also offers a couple of choices:
gocr - A command line OCR
fuzzyocr - spamassassin plugin to check image attachments
libhocr0 - Hebrew OCR
ocrad - Optical Character Recognition program
ocrfeeder - Document layout analysis and optical character recognition system
ocropus - ...
4
Thank for the info. I think the following lines does the job (for the brscan2 package) - Ubuntu 12.04 amd64, Networking DCP-560CN:
sudo cp /usr/lib64/libbrscandec2* /usr/lib
sudo cp /usr/lib64/libbrcolm2* /usr/lib
sudo cp /usr/lib64/sane/libsane-brother2* /usr/lib/sane
3
Install the latest HPLIP. Unplug the USB cable. Activate wireless printing on the printers touch screen and follow the instructions . Run HP-SETUP. Select "Wireless/802.11". Follow the instructions and your set to go.
For some reason if you use the USB connection and select "Universal Serial Bus (USB)" during the HP-STUP you get a Communication Error. But ...
3
Regarding the removing part...
simple-scan is for scanners. <600kb on disc. system-config-printer-gnome is for configuring printers. 1.6Mb on disc. It is part of the gnome desktop though so might not be that easy to get rid of. cups 1.5.0-8ubuntu6 is 8Mb. It might also be a hassle to remove since it is sort of a system wide system all programs that have ...
3
Original source : http://www.ubuntubuzz.com/2011/06/download-install-canon-printer-driver.html
Type the following command in terminal (Cntrl-Alt-T)
sudo add-apt-repository ppa:michael-gruz/canon
sudo apt-get update
sudo apt-get install cnijfilter-mx420series
All the best.
In case of any error please post it here.
Edited
to configure the printer you ...
3
scanimage is installed by default.
And here's me using it:
oli@bert:~$ scanimage -L
device `epson2:libusb:002:003' is a Epson PID 084F flatbed scanner
oli@bert:~$ scanimage -d "epson2:libusb:002:003" --format tiff > rawr.tiff
3
I just delved into the packages, they do provide a sane module for canon multi-function scanners. And the second package does contain the right files.
Firs thing though, cd dpkg -i is complete rubbish, that's not a valid command and would never work no matter what. I'm editing it out of the other answer so other people aren't confused by it.
I would get ...
3
I was using xsane until I saw this question and considered its interface idiosyncratic to say the least, but effective.
Upon seeing this question I went looking and found gscan2pdf living in the Ubuntu Lucid/Maverick repositories. It uses the same scanning (libsane) engine but the UI is far more Gnome-ish. For a good time, try:
sudo apt-get install ...
3
If your scanner doesn't work with simple scan, it is probably best to install the iscan package. The following general instructions will work for your model and any other ones listed on the site.
It is worth explaining in detail which packages to choose as the download site is quite confusing. As noted in the comments by JoZ3 the preferred site is now the ...
3
You could play around with ImageMagick's montage tool. You'll want to install the imagemagick
package before you go any further.
At face value, you just need to ply montage with input files and then give it an output file:
montage scan1.jpg scan2.jpg output.jpg
but montage can get really powerful. You can pass along various translation arguments if you ...
2
cron and rsync would be my tools of choice. I'm going to assume you've mounted this network share through naultilus or another method. There are other, better ways to mount things than through Naultilus (especially for scripting purposes) but I'll leave that up to you:
Open a terminal and run crontab -e. You might be asked to select an editor (nano is ...
2
Ok here is how I got my MFC-295CN scanner working.
I downloaded the drivers, prerequisites, brscan3 ect and installed using software centre. I also installed Xsane. Scanning did not work with Xsane and simple scan.
So I edited the rules.
Open /lib/udev/rules.d/40-libsane.rules file.
Add the following two lines to the end of the device list. (Before the ...
2
I have jet to find a scanner, that Ubuntu has no drivers for. Most scanners use a standardised USB interface similar to other hid devices such as keyboards, mice etc. If you want to be on the safe side choose a scanner mentioned in the SANE project's supported devices list.
As for applications: SANE handles scanners in Ubuntu. They all revert to SANE. ...
2
Your model number isn't specifically listed here, but if you want to try there are several .deb files you could attempt to install to get this piece of hardware working. It'd be a total shot in the dark, but it may be worth your time.
http://avasys.jp/eng/linux_driver/download/lsb/epson-inkjet/escp/
2
System -> Administration -> User and Groups and add 'cupsys' user to the 'shadow' group.
Get the driver from Samsung. Go to cups admin localhost:631 with your browser then click on the Administration tab
Is printer detected?
Yes! click on the button to Add your detected printer
No! Click on Add Printer
Select 'Internet Printing Protocol (ipp) enter the ...
2
A while ago evaluated the various OCR packages in Ubuntu, found that Tesseract was the least bad of them (but bad enough), and wrote a wrapper script for the OCRing (since Tesseract wants obscure input formats like TIFF). Here's my ~/bin/ocr:
#!/bin/sh
# usage: ocr filename.jpg
if test -z "$1"; then
echo "usage: ocr filename.jpg [...]"
echo "needs ...
2
It finally works!
I evidently made a mistake when first following the tip on the Brother web pages copying a number of library files from /usr/lib64 to /usr/lib. I discovered this by accident when playing with the Ubuntu 12.04 beta 1 in a VM. Since that version is an LTS, I now know that Ubuntu will support scanning with my DCP-315CN for longer than the ...
2
I found a non-ideal solution, but a very effective one.
I use PDF X-Change Viewer through Wine. It has an OCR feature which adds a text layer to the existing image-based pdf.
Thus you can search and copy text from this invisible layer.
2
Lexmark supports this printer with linux drivers. Use this link to install the latest version.
Support Page
Then sane should work.
You may also need to add yourself to the lp user-group.
I would also check for a file in the /.sane/xsane folder for a file name like Lexmark:S505.drc, this would be the scanner configuration for SANE.
2
My advice would be to simply disable cups.
sudo mv /etc/init/cups.conf /etc/cups.conf.disabled
Or you could edit /etc/inti/cups.conf and comment out the start line (s).
#start on (filesystem
# and (started dbus or runlevel [2345])
# and stopped udevtrigger)
stop on runlevel [016]
See ...
2
nm-tool | grep "Freq.*Strength" | sed -ne "s|\(.*Strength \([0-9]\+\).*\)|\2}\1|p" | sort -n -r
Use output of nm-tool to get list of Wireless Access Points
Filter to get access points only
Use sed to append signal level in front of each line
sort output as numbers in reverse order (largest first)
nm-tool is part of "network-manager" package that is ...
Only top voted, non community-wiki answers of a minimum length are eligible




