similar to: OCR project in Gsoc

Displaying 20 results from an estimated 300 matches similar to: "OCR project in Gsoc"

2006 Oct 01
1
Tesseract OCR enginer
Has anyone here tried the new Tesseract OCR engine that google has recently released? I gave it a whirl last night. IT compiles more or less fine on Centos 4.4 if you don't mind lots of warnings. Took a scanned image I already had that contained a column of newspaper text, GIMP'ed it to cut everything but the text, increased contrast to get rid of grayish background, saved as
2004 Oct 02
2
Any OCR program does run in wine?
Does anyone know about an OCR program that can be used in wine? Thanks
2009 Jan 09
1
Tesseract OCR
Hi Folks, Is here someone, which has experiences with tesseract-ocr and CentOS 5? Where are suitable rpm's? Thx Timothy
2006 Mar 31
0
10gR2 CRS installation failing to recognize OCFS2 shared mountpoi nts for OCR location.
Hi, I am using multipath devices /dev/md0... from a SAN, mounted on 2 nodes in a cluster using OCFS2. The OCFS2 mountpoints are visible and writable from both nodes. However CRS installation fails to recognize the device as a shared device for OCR location. Cluvfy does not work on multipath devices for testing shared storage. Has anybody encountered similar problems ? Any help will be greatly
2009 May 27
2
Problem with OCFS2 on RHEL5.0 while installing CRS 10.2.01
Hi team I had installed OCFS2 on RHEL5.0 . every thing looks fine but when I was installing CRS on the node I got error message OCFS2 is not supported. Can you please put some light on this. Please find other info below [root at eregtest1 client]# uname -a Linux eregtest1.admin.abdn.ac.uk 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux i am using RHEL 5.0
2005 Sep 23
5
ocfs2 <-> 10G (10.2.01) Clusterware
RHEL 4 (CENT OS) Am I waisting my time trying to get the 10G Clusterware installer to use OCFS2 volumes for the voting and OCR disks ? The ocfs2 setup seems happy on both nodes but the 10G installer says the location entered for the oracle cluster registry (OCR) is not shared across all the nodes in the cluster Do the volumes need to mounted ? I did with no change . [root@green rc5.d]#
2007 Mar 16
2
re: o2hb_do_disk_heartbeat:963 ERROR: Device "sdb1" another node is heartbeating in our slot!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Folks, I'm trying to wrap my head around something that happened in our environment. Basically, we noticed the error in /var/log/messages with no other errors. "Mar 16 13:38:02 dbo3 kernel: (3712,3):o2hb_do_disk_heartbeat:963 ERROR: Device "sdb1": another node is heartbeating in our slot!" Usually there are a
2005 Jul 11
2
proc-37, installing 10gR2 CRS. /ocfs/ocr_disk1 is on FS type 1952539503. Not supported.
Hello, I am facing a problem during root.sh of 10g Release 2, on RH 4.0 update 1 + ocfs2. During the root.sh it reports the following error: PROT-1: Failed to initialize ocrconfig Failed to upgrade Oracle Cluster Registry configuration Looking to the created ocrconfig logfile we can see the following: Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All
2005 Jul 11
2
proc-37, installing 10gR2 CRS. /ocfs/ocr_disk1 is on FS type 1952539503. Not supported.
Hello, I am facing a problem during root.sh of 10g Release 2, on RH 4.0 update 1 + ocfs2. During the root.sh it reports the following error: PROT-1: Failed to initialize ocrconfig Failed to upgrade Oracle Cluster Registry configuration Looking to the created ocrconfig logfile we can see the following: Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All
2002 Jun 21
4
Musical OCR - MSGBOX_OnInit task modal msgbox !...
Hi, I'm trying to use SharpEye2 under Wine: that is a Musical Optical Recognition (musical OCR) program, getting a scanned image and outputting a digital score - look at http://www.visiv.co.uk. It is probably the best such program among the few existing ones and the only thing I miss from Windows. Anyway, the installation goes perfectly, but when I try to run it, a window appears saying
2005 Sep 24
1
10gR2, oifcfg fails on ocfs2
Howdy, I am trying to setup a 10gR2 RAC on top of some nbd devices. OS is Centos4.1/i386, (2.6.9-11.0.0.10.3.EL, ocfs2-2.6.9-11.0.0.10.3.EL-1.0.4-1). ocfs2 setup went perfectly well, btw. (besides the fact that ocfs2console apparently ignores nbd disks) mount says /dev/nbd1 on /opt/oradata/data1 type ocfs2 (rw,_netdev) on both nodes ls says (after runInstaller was started, so the files were
2007 Mar 01
1
data volume option, is it present in current version of ocfs2
hi, i am trying to install oracle rac on fedora core 6 through iscsi. when i try to mount, mount.ocfs2: Invalid argument while mounting /dev/mapper/rac-crs on /mnt/crs. Check 'dmesg' for more information on this error. error log in dmesg, ocfs2: Unmounting device (253,11) on (node 255) (27354,0):ocfs2_parse_options:753 ERROR: Unrecognized mount option "datavolume" or missing
2008 Mar 26
3
Is the order important when installing ocfs2 and Oracle RAC?
Is the order important when installing ocfs2 and Oracle RAC? If you have an existing RAC installation and you want to use ocfs2 for shared files but not for the OCR or Voting Disks, do you need to reinstall the Oracle Clusterware after installing OCFS2? Regards, Nick Donatone -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Feb 18
3
Reconocimiento de texto
Conoceis algo desarrollado con deeplearning para el reconocimeinto de texto en R? Gracias Enviado desde Correo<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows 10 [[alternative HTML version deleted]]
2008 Jul 30
3
Dealing with image PDF's
Guys, I was just playing around and added a bit of code to omindex.cc so I could ocr tiff and tif with gocr which seems to work. Here's what it looks like: // Tiff: } else if (startswith(mimetype, "image/tif")) { // Inspired by http://mjr.towers.org.uk/comp/sxw2text string safefile = shell_protect(file); string cmd = "tifftopnm " + safefile + "
2008 Jul 30
3
Dealing with image PDF's
Guys, I was just playing around and added a bit of code to omindex.cc so I could ocr tiff and tif with gocr which seems to work. Here's what it looks like: // Tiff: } else if (startswith(mimetype, "image/tif")) { // Inspired by http://mjr.towers.org.uk/comp/sxw2text string safefile = shell_protect(file); string cmd = "tifftopnm " + safefile + "
2010 Jan 26
1
Wine doesn't work with any application running from CD / DVD
I'm using wine (1.1.37) in Ubuntu Karmic and I can't install original software from a CD/DVD. Set-up.exe won't run because I need "Administrator privileges" or I need to be logged as an administrator. I've searched exhaustively for a solution, but I have only found more and more people complaining about the same problem when trying to run either a game or any other
2005 Jun 24
1
mounting ocfs2 partitions on boot
Hi list, today, I installed a two node Oracle 10g RAC system on SLES9 SP2 RC2 which shares (via a SAN) a database volume and a quorum (ocr and voting). This volumes are formated with ocfs2 - so far no problem. At the moment I'm stuck with the mounting of these volumes at boot time. The user-guide of ocfs2-tools mentions to add the corresponding lines to fstab - but at the time when fstab
2007 Sep 12
3
Document Scanning and Storage
I'd like to start scanning our boxed up documents. I'd say about 30,000 files total. Mostly to eliminate the boxes of paper we have. I'd like to scan them, store them, Have some sort of index, and be able to retrieve them on multiple machines. I think PDF would be the desired format. I'd like be able to set some permissions as well. (not a deal breaker...) I've searched
2017 Feb 19
2
Reconocimiento de texto
Buenas Juan, Ya había visto ese paquete pero creo que no soy capaz de explotarlo del todo. Yo lo que tengo son imágenes solo de números y sobre una superficie gris. Entonces me gustaría poder entrenar a mi “modelo” para que solo muestre como posible salida números y siempre en un fondo gris. Aun asi, muchas gracias por la recomendación Jesús Enviado desde