Patching Google Search engine/application in Unix.


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Patching Google Search engine/application in Unix.
# 1  
Old 02-09-2012
Data Patching Google Search engine/application in Unix.

Hi Unix Gurus,

In my Co. we have intranet site hosted on Unix box. In Explorer there is a text box for searching information on internet. By default it is using Google Custom Search. This search engine is little old one. Now I want to patch this search engine with latest patch. If any one know the procedure please let me know in details. As I am now to this kind of activity.

Can we combine two patches into a single and execute in a batch process?

Please let me know ASAP. It is urgent please

Thank you in advance.
Sri Ram

Last edited by zxmaus; 02-11-2012 at 06:34 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

YouTube: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search

Getting a bit more comfortable making quick YT videos in 4K, here is: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search Console https://youtu.be/I6b9T2qcqFo (0 Replies)
Discussion started by: Neo
0 Replies

2. What is on Your Mind?

Search Results for the UNIX keyword - Google, Bing, DuckDuckGo

Some search results for the keyword "unix" searches: DuckDuckGo #1 https://www.unix.com/members/1-albums215-picture1254.png Bing #2 https://www.unix.com/members/1-albums215-picture1253.png Google #15 (page 2) https://www.unix.com/members/1-albums215-picture1252.png (1 Reply)
Discussion started by: Neo
1 Replies

3. What is on Your Mind?

UNIX.com is getting crushed in google search these days

For over a decade, unix.com has been in the top tier for search referrals. The keyword "unix" used to rank #4, and when it was down, it was #9. At times, we were close to #2 on Google for the "unix" keyword. Now, in some geos (in the US for example yesterday), in Google search the "unix"... (28 Replies)
Discussion started by: Neo
28 Replies

4. Homework & Coursework Questions

About search engine in unix

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: How to create a search engine in unix using commands?...Atleast guidelines to craete this search engine...Thank... (1 Reply)
Discussion started by: Sindhu R
1 Replies

5. Shell Programming and Scripting

About search engine in unix

Hello, How to create a search engine in unix using commands?...Atleast guidelines to craete this search engine...Thank you in advance. (10 Replies)
Discussion started by: Sindhu R
10 Replies

6. Web Development

Search Engine Optimization (SEO) - Google v. Yahoo.

Over 95 percent of our web site traffic somes from Google search referrals, and less than 1 percent from Yahoo search referrals. We submit site maps daily to both Yahoo and Google. Any idea why Google is so strong and Yahoo is so weak? (7 Replies)
Discussion started by: Neo
7 Replies
Login or Register to Ask a Question
UNICHARSET_EXTRACTOR(1) 												   UNICHARSET_EXTRACTOR(1)

NAME
unicharset_extractor - extract unicharset from Tesseract boxfiles SYNOPSIS
unicharset_extractor [-D dir] FILE... DESCRIPTION
Tesseract needs to know the set of possible characters it can output. To generate the unicharset data file, use the unicharset_extractor program on the same training pages bounding box files as used for clustering: unicharset_extractor fontfile_1.box fontfile_2.box ... The unicharset will be put into the file dir/unicharset, or simply ./unicharset if no output directory is provided. Tesseract also needs to have access to character properties isalpha, isdigit, isupper, islower, ispunctuation. all of this auxilury data and more is encoded in this file. (See unicharset(5)) If your system supports the wctype functions, these values will be set automatically by unicharset_extractor and there is no need to edit the unicharset file. On some older systems (eg Windows 95), the unicharset file must be edited by hand to add these property description codes. NOTE The unicharset file must be regenerated whenever inttemp, normproto and pffmtable are generated (i.e. they must all be recreated when the box file is changed) as they have to be in sync. This is made easier than in previous versions by running unicharset_extractor before mftraining and cntraining, and giving the unicharset to mftraining. SEE ALSO
tesseract(1), unicharset(5) http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 HISTORY
unicharset_extractor first appeared in Tesseract 2.00. COPYING
Copyright (C) 2006, Google Inc. Licensed under the Apache License, Version 2.0 AUTHOR
The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present). 02/09/2012 UNICHARSET_EXTRACTOR(1)