CN105975621B - Method and device for identifying search engine in browser page - Google Patents

Method and device for identifying search engine in browser page Download PDF

Info

Publication number
CN105975621B
CN105975621B CN201610352098.6A CN201610352098A CN105975621B CN 105975621 B CN105975621 B CN 105975621B CN 201610352098 A CN201610352098 A CN 201610352098A CN 105975621 B CN105975621 B CN 105975621B
Authority
CN
China
Prior art keywords
search engine
browser
image
area
browser page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610352098.6A
Other languages
Chinese (zh)
Other versions
CN105975621A (en
Inventor
刘鸣
王乐
伍亮雄
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN201610352098.6A priority Critical patent/CN105975621B/en
Publication of CN105975621A publication Critical patent/CN105975621A/en
Application granted granted Critical
Publication of CN105975621B publication Critical patent/CN105975621B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The disclosure relates to a method and a device for identifying a search engine in a browser page, and belongs to the technical field of computers. The method comprises the steps of determining a designated position area in a browser page, obtaining feature information of the designated position area, wherein the feature information comprises a text or an image in the designated position area, identifying a search engine in the browser page according to the feature information, identifying the search engine in the browser page only by determining a certain specific position area in the browser page without completely analyzing a source code of the page, so that the time for identifying the search engine is shortened, and the effect of improving the identification efficiency is achieved.

Description

Method and device for identifying search engine in browser page
Technical Field
the present disclosure relates to the field of computer technologies, and in particular, to a method and an apparatus for identifying a search engine in a browser page.
Background
With the rapid development of internet technology, when a browser opens a page containing a search engine, the operating system or a third-party application can call the search engine in the browser page to provide more services for a user.
an operating system or third party application first needs to identify a search engine in a browser page before invoking the search engine in the browser page. In the related art, when a page is opened by a browser, an operating system or a third-party application may acquire a source code of the page of the browser, and perform complete analysis on the acquired source code to identify a search engine in the page of the browser.
Disclosure of Invention
The embodiment of the disclosure provides a method and a device for identifying a search engine in a browser page, and the technical scheme is as follows:
according to a first aspect of the embodiments of the present disclosure, there is provided a method of identifying a search engine in a browser page, including:
Determining a designated position area in a browser page;
Acquiring feature information of the specified position area, wherein the feature information comprises a text or an image in the specified position area;
And identifying a search engine in the browser page according to the characteristic information.
Optionally, the determining a designated location area in a browser page includes:
acquiring an identifier of a browser corresponding to the browser page;
Inquiring the identification of an address bar in the browser according to the identification of the browser;
And determining the position area where the address bar is located as the designated position area according to the identifier of the address bar in the browser.
optionally, the obtaining the feature information of the designated location area includes:
And reading the text in the designated position area by calling a screen reading component interface of an operating system.
Optionally, the identifying a search engine in the browser page according to the feature information includes:
when the feature information comprises a text in the specified position area, extracting keywords in the text;
Inquiring a search engine corresponding to the keyword according to the keyword and a pre-stored corresponding relation between the keyword and the search engine;
And identifying the search engine corresponding to the keyword as the search engine in the browser page.
optionally, the determining a designated location area in a browser page includes:
Determining an input position in the browser page;
Determining a predetermined area around the input position as the designated position area.
Optionally, the obtaining the feature information of the designated location area includes:
And intercepting the image in the designated position area by calling a screen capture component interface of an operating system.
optionally, the identifying a search engine in the browser page according to the feature information includes:
When the feature information includes an image within the specified position area, extracting an image feature of the image;
Determining a template image matched with the image features;
inquiring a search engine corresponding to the template image according to the template image and a corresponding relation between the template image and the search engine which is stored in advance;
And identifying a search engine corresponding to the template image as a search engine in the browser page.
According to a second aspect of the embodiments of the present disclosure, there is provided an apparatus for identifying a search engine in a browser page, including: the device comprises a determining module, an obtaining module and an identifying module.
And the determining module is used for determining the designated position area in the browser page.
And the acquisition module is used for acquiring the characteristic information of the specified position area, wherein the characteristic information comprises a text or an image in the specified position area.
and the identification module is used for identifying a search engine in the browser page according to the characteristic information.
optionally, the determining module includes: the system comprises an identification acquisition sub-module, an identification query sub-module and an area determination sub-module.
And the identifier acquisition submodule is used for acquiring the identifier of the browser corresponding to the browser page.
and the identification query submodule is used for querying the identification of the address bar in the browser according to the identification of the browser.
And the area determining submodule is used for determining the position area where the address bar is positioned as the specified position area according to the identifier of the address bar in the browser.
Optionally, the obtaining module includes: and reading the sub-modules.
And the reading sub-module is used for reading the text in the designated position area by calling a screen reading component interface of an operating system.
optionally, the identification module includes: the device comprises a first extraction submodule, a first query submodule and a first identification submodule.
And the first extraction sub-module is used for extracting keywords in the text when the feature information comprises the text in the specified position area.
And the first query submodule is used for querying the search engine corresponding to the keyword according to the keyword and the pre-stored corresponding relationship between the keyword and the search engine.
and the first identification submodule is used for identifying the search engine corresponding to the keyword as the search engine in the browser.
Optionally, the determining module includes: a first determination submodule and a second determination submodule.
And the first determining submodule is used for determining an input position in the browser page.
a second determination submodule configured to determine a predetermined area around the input position as the designated position area.
Optionally, the obtaining module includes: a first truncation submodule.
And the first interception submodule is used for intercepting the image in the designated position area by calling a screen capture component interface of an operating system.
Optionally, the identification module further includes: the device comprises a second extraction sub-module, a matching determination sub-module, a second query sub-module and a second identification sub-module.
and the second extraction submodule is used for extracting the image characteristics of the image when the characteristic information comprises the image in the specified position area.
And the matching determination sub-module is used for determining a template image matched with the image characteristics.
And the second query submodule is used for querying a search engine corresponding to the template image according to the template image and the corresponding relation between the template image and the search engine which is stored in advance.
And the second identification submodule is used for identifying a search engine corresponding to the template image as a search engine in the browser page.
according to a third aspect of the embodiments of the present disclosure, there is provided an apparatus for identifying a search engine in a browser page, including:
A processor;
a memory for storing executable instructions of the processor;
wherein the processor is configured to:
Determining a designated position area in a browser page;
acquiring feature information of the specified position area, wherein the feature information comprises a text or an image in the specified position area;
And identifying a search engine in the browser page according to the characteristic information.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects:
Determining a designated position area in a browser page; acquiring feature information of the specified position area, wherein the feature information comprises a text or an image in the specified position area; and identifying the search engine in the browser page according to the characteristic information, wherein the identification of the search engine in the browser page can be realized only by determining a certain specific position area in the browser page without completely analyzing the source code of the page, so that the time for identifying the search engine is shortened, and the effect of improving the identification efficiency is achieved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 is a flow diagram illustrating a method of identifying a search engine in a browser page in accordance with an exemplary embodiment;
FIG. 2 is a flow diagram illustrating a method of identifying a search engine in a browser page in accordance with another illustrative embodiment;
FIG. 3 is a schematic illustration of a location area determination as shown in a corresponding embodiment in FIG. 2;
FIG. 4 is a schematic illustration of another location area determination shown in a corresponding embodiment in FIG. 2;
FIG. 5 is a flow diagram illustrating a method of identifying a search engine in a browser page in accordance with yet another illustrative embodiment;
FIG. 6 is a schematic diagram of a method for determining a designated location area based on an input location according to the corresponding embodiment of FIG. 5;
FIG. 7 is a block diagram illustrating an apparatus for identifying a search engine in a browser page in accordance with an illustrative embodiment;
FIG. 8 is a block diagram illustrating an apparatus for identifying a search engine in a browser page in accordance with another illustrative embodiment;
fig. 9 is a block diagram illustrating an apparatus 900 according to an example embodiment.
with the foregoing drawings in mind, certain embodiments of the disclosure have been shown and described in more detail below. These drawings and written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the concepts of the disclosure to those skilled in the art by reference to specific embodiments.
Detailed Description
reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
Fig. 1 is a flowchart illustrating a method for identifying a search engine in a browser page according to an exemplary embodiment, where the method may be applied to an electronic device installed with at least one browser, for example, a mobile phone, a tablet computer, a laptop computer, a Personal Computer (PC), or the like. Referring to fig. 1, the method of identifying a search engine in a browser page may include the following steps.
In step 101, a designated location area in a browser page is determined.
In step 102, feature information of the designated location area is obtained, and the feature information includes text or images in the designated location area.
In step 103, a search engine in the browser page is identified according to the feature information.
To sum up, the method for identifying a search engine in a browser page provided by the embodiment of the present disclosure determines a designated location area in the browser page; acquiring feature information of the specified position area, wherein the feature information comprises a text or an image in the specified position area; and identifying the search engine in the browser page according to the characteristic information, wherein the identification of the search engine in the browser page can be realized only by determining a certain specific position area in the browser page without completely analyzing the source code of the page, so that the time for identifying the search engine is shortened, and the effect of improving the identification efficiency is achieved.
Fig. 2 is a flowchart illustrating a method for identifying a search engine in a browser page according to another exemplary embodiment, which may be applied to an electronic device installed with at least one browser, for example, a mobile phone, a tablet computer, a laptop computer, a personal computer, or the like. Referring to fig. 2, the method of identifying a search engine in a browser page may include the following steps.
In step 201, an identifier of a browser corresponding to a browser page is obtained.
This step may be performed by an operating system in the electronic device or by a third party application in the electronic device. When the step is executed by an operating system in the electronic device, the operating system may be an operating system used in a mobile terminal such as Android, iOS, Windows Phone (WP), Symbian, BlackBerry OS, or the like, or an operating system used in a personal computer such as Windows, MacOS, UNIX, or Linux. When this step is performed by a third-party application in the electronic device, the third-party application may be a program installed in the electronic device and having an identification function of recognizing a browser corresponding to the browser page, such as a third-party application such as an input method, a music player, or a social application.
the identification of the browser may be a character or a character string capable of uniquely identifying a browser, and the identification of the browser may be a name, a number, a software version number, or the like of the browser. When a user opens a browser in the electronic device, an operating system or a third-party application in the electronic device may obtain an identifier of the browser currently opened by the user.
In step 202, the identification of the address bar in the browser is queried according to the identification of the browser.
In the embodiment of the present disclosure, the electronic device may store in advance a correspondence between the identifier of each browser and the identifier of the address bar in the browser. After the identifier of the browser is obtained, the electronic device may query the identifier of the address bar in the browser according to the pre-stored correspondence through the identifier of the browser.
Or, the electronic device may also send the acquired identifier of the browser to the server, and the server queries the identifier of the address bar in the browser according to the identifier of the browser.
for example, five browsers are installed in the electronic device of one user, the identifiers of the browsers corresponding to the five browsers are A, B, C, D and E, respectively, and the correspondence between the identifier of each browser and the identifier of the address bar in the browser is shown in table 1.
Identification of browser identification A Identification B Identification C Identification D identification E
identification of address bar identification a Identification b identification c Identification d Identification e
TABLE 1
For example, a user opens a browser installed in the electronic device, the electronic device obtains that the identifier of the browser is an identifier a, and the identifier (identifier a) of the address bar in the browser can be found according to the identifier (identifier a) of the browser and the table 1.
In step 203, according to the identifier of the address bar in the browser, the location area where the address bar is located is determined to be the designated location area.
according to the identifier of the address bar in the browser, the electronic device can determine that the location area where the address bar is located is the designated location area. For example, the electronic device acquires the identifier of the address bar in the current browser, that is, the location coordinate of the address bar can be acquired through the identifier of the address bar.
Optionally, in this embodiment of the present disclosure, after acquiring the identifier of the address bar in the current browser, the electronic device may determine, according to the identifier of the address bar, a location area of the address bar in the browser page, and determine the location area of the address bar in the browser page as the specified location area.
In a possible implementation manner, when determining a location area where the address bar is located in the browser page as the designated location area, a certain specific location coordinate of the address bar in the browser page, such as a coordinate of a center of the address bar in the browser page, may be first determined, and a preset area around the specific location coordinate may be determined as the designated location area, where the preset area around the specific location coordinate may be related to a type of the browser, and sizes of the address bar in pages of different types of browsers are usually different, so that an identifier of the browser and the preset area around the specific location coordinate may be stored in the electronic device in advance, and the preset area around the specific location coordinate may be determined according to an identifier query of the browser.
alternatively, when the position area where the address bar is located in the browser page is determined as the designated position area, a plurality of specific position coordinates of the address bar in the browser page, for example, coordinates of four corners (upper left, upper right, lower left, and lower right) of the address bar in the browser page may be determined, and an area surrounded by the plurality of specific position coordinates may be determined as the designated position area.
for example, referring to fig. 3, fig. 3 is a schematic diagram illustrating a location area determination corresponding to the embodiment shown in fig. 2, in fig. 3, a location 31 is a location of a center of an address bar in a browser page, and when the electronic device displays the browser page, a preset area 32 around the location 31 may be determined as a location area according to coordinates of the location 31.
Or, referring to fig. 4, fig. 4 is another schematic diagram illustrating the determination of the designated location area according to the corresponding embodiment of fig. 2, in fig. 4, locations 41, 42, 43, and 44 are positions of four corners of an address bar in a page of the browser, respectively, and the electronic device determines a rectangular area 45 surrounded by the locations 41, 42, 43, and 44 in the page of the browser as the designated location area according to coordinates of the locations 41, 42, 43, and 44 in the page of the browser.
In step 204, the text in the designated location area is read by calling the screen reading component interface of the operating system.
The electronic device can read the text in the designated position area through a screen reading component interface provided by a frame in an operating system. The screen reading component interface may obtain the text content in the specified location area obtained in step 203, for example, by reading the text in the address bar in fig. 3 (local food-thousand degrees) or fig. 4 (movie watching-cat searching local life) through the screen reading component.
Optionally, the processes in step 203 and step 204 may also be completed by a screen reading component provided by the system, for example, when the system used in the electronic device is Android, at this time, the electronic device may call a findaccessibitynodenfesbyviewid function provided by the system, transmit the identifier of the address bar of the browser to the findaccessibitynodenfesbyviewid function, and directly read the text of the address bar of the browser by the function according to the identifier of the address bar.
in step 205, keywords in the text are extracted.
A plurality of fixed texts or texts in fixed formats can be preset in the electronic device, the texts read in step 204 are compared with the fixed texts or the texts in fixed formats, and if the read texts contain the fixed texts, the fixed texts are extracted as keywords; and if the read text format is the same as the fixed format text, determining the keywords in the fixed format text as the keywords. For example, in the fixed format text "XXX-kilo degree", the "kilo degree" is the keyword of the fixed format text.
For a search engine, the several predefined fixed formats of text include all the search pages that may occur using the search engine. For example, for a "thousand-degree" search engine, the fixed text may be the fixed text displayed in the address bar in all search pages searched by the "thousand-degree one stroke", "thousand-degree news", "thousand-degree novel book city", "thousand-degree map", "thousand-degree bar", "thousand-degree picture", "thousand-degree music-mobile version", and so on; the fixed format text may be "XXX-kilo degrees", "XXX-kilo degree picture search", "XXX-kilo degrees video", etc., all displayed in the address bar of a search page searched using the engine. Based on the example of step 204, in step 205, the electronic device compares the text read in step 204 with the fixed format text to extract the fixed text. Taking the text in the address bar (local food-kilo degree) in fig. 3 as an example, in this step, the electronic device compares the text in the fixed format with the text in the (local food-kilo degree), and determines that the format of the (local food-kilo degree) conforms to the fixed format (XXX-kilo degree), so that the keyword "kilo degree" in the fixed format (XXX-kilo degree) is extracted as the extraction result.
As another example, the keywords in the fixed format may be located in different positions in the text, such as fixed format 1 (cat-XXX), fixed format 2 (XXX-kilo), fixed format 3 (XXX-guggle-XXX), and so on. In fixed format 1, fixed format 2, and fixed format 3, "XXX" represents a character string of indefinite length, "hunt cat-" represents a fixed character string prefix, "-kilo degree" represents a fixed character string suffix, and "-guggle-" represents a fixed keyword contained in the character string. Different fixed formats have different keyword extraction methods, the fixed format 1 can extract prefixes, the fixed format 2 can extract suffixes, the fixed format 3 can extract keywords identified in character strings, and the keyword extraction results are 'cat search', 'kilo-degree' and 'guggle', respectively.
in step 206, the search engine corresponding to the keyword is identified as the search engine.
optionally, a search engine corresponding to the keyword may be queried according to the keyword and a pre-stored correspondence between the keyword and the search engine; and identifying the search engine corresponding to the keyword as the search engine in the browser page.
Based on the example in step 205, the electronic device stores the corresponding relationship between each keyword and each search engine in advance, so this step can identify the search engine corresponding to the keyword as the search engine. For example, the "cat search" keyword corresponds to the "cat search" search engine, the "kilo degree" keyword corresponds to the "kilo degree" search engine, and the "guughe" keyword corresponds to the "guughe" search engine.
For example, a possible implementation manner of the present embodiment is described by taking a scenario in which the electronic device is a mobile phone and the user searches for related content of "today's weather" by using a "thousand-degree" search engine in an a-browser in the mobile phone as an example. When a user clicks an icon of an A-browser on the mobile phone, the mobile phone acquires an identifier A of the A-browser, and finds an address bar identifier a corresponding to the identifier A of the A-browser in a corresponding relation between the browser and the address bar identifier of the browser stored in the mobile phone in advance. Then, after the user selects the 'kilo-degree' search engine in the first browser, a search homepage of the 'kilo-degree' search engine is displayed on a screen of the mobile phone, the mobile phone reads characters (at one kilo-degree) in an address bar in the search homepage according to the address bar identification a at the moment, then extracts the keyword 'kilo-degree', the mobile phone determines that the search engine currently used by the user is the 'kilo-degree' search engine at the moment, and the mobile phone can call the search engine in the page of the browser based on the identified result so as to provide more services for the user. For example, at this time, when the user types in a word "today weather" in a search box of a "thousand degree" search engine by using an input method, the mobile phone can call the search engine in a page of the browser to search for a link related to the "today weather", and the searched link is displayed in an input candidate word menu of the input method, and after clicking the link, the user can directly transfer to a search result page calling the "today weather" searched by the "thousand degree" browser, without the need that the user types a number of Chinese characters of the "today weather" in a search box of a homepage of the "thousand degree" search engine, and then clicks a search button, the user can transfer to a search result page of the "today weather", so that application scenarios of the search engine in the browser are increased, and the mobile phone can provide more recommended quick search content links based on the current search engine, or provide related application entries.
To sum up, in the method for identifying a search engine in a browser page provided by the embodiment of the present disclosure, an identifier of a browser corresponding to the browser page is obtained; inquiring the identification of an address bar in the browser according to the identification of the browser; determining a position area where the address bar is located as the specified position area according to the identification of the address bar in the browser, calling a screen reading component interface of an operating system to read a text in the specified position area, and extracting keywords from the text; the search engine corresponding to the keyword is identified as the search engine, the browser in the browser page can be identified only by determining a certain specific position area in the browser page, and the source code of the page does not need to be completely analyzed, so that the time for identifying the search engine is shortened, and the effect of improving the identification efficiency is achieved.
Fig. 5 is a flowchart illustrating a method for identifying a search engine in a browser page according to yet another exemplary embodiment, which may be applied to an electronic device installed with at least one browser, for example, a mobile phone, a tablet computer, a laptop computer, a personal computer, or the like. Referring to fig. 5, the method of identifying a search engine in a browser page may include the following steps.
In step 501, it is determined whether there is an input location in the browser page, if yes, go to step 502, otherwise, go to step 505.
if there is an input location, then execute steps 502-504, 506, 507 in sequence; if there is no input location, steps 505-507 are performed sequentially.
In step 502, an input location in a browser page is determined.
The input location may also be the location of the input component in the browser's page. For example, the input component may be a text input box, and the input position in the browser page is the position of the text input box; alternatively, when an input component in the page of the browser is in the activated to-be-input state, the input position may also be a position where a cursor in the input component flickers.
In step 503, a predetermined area around the input position is determined as a designated position area.
Referring to fig. 6, fig. 6 is a schematic diagram illustrating an embodiment of fig. 5, which illustrates a method for determining a designated location area according to an input location. Taking the input position as the position where the cursor flickers, each designated position area in fig. 6 is an area that has a certain range with the input position 61 as the reference point and the input position being above, below, left, right, or centered thereon, and the designated position area may be a schematic diagram of a rectangle, a circle, or a polygon with a custom shape, and in fig. 6, the designated position area is represented by a range within a dashed line frame.
Optionally, if the browser page where the input position is located is a position where the page is zoomed, step 503 determines a ratio of the zooming of the page, and then determines the size of the area at the specified position according to the ratio of the zooming of the page. For example, when the browser page in which the input position is located is a browser page reduced by 80%, the designated position area originally determined according to the input position is also reduced by 80%.
in step 504, the image within the specified location area is intercepted by calling the screen capture component interface of the operating system.
The image capturing tool can be a screenshot program called by the operating system or a screenshot program carried by the operating system. When the screenshot program called by the operating system is used for screenshot, the screenshot program intercepts the image in the designated position area according to the designated position area provided in the step 503.
Or, when the screenshot is captured by using the screenshot program carried by the operating system, the screenshot program corresponding to the PrintScreen key may be called first, and then the full-screen image obtained by the screenshot program is captured according to the information of the specified location area obtained in step 502 and step 503 to obtain the image in the specified location area.
In step 505, the entire image of the browser page is intercepted.
if the browser page has no input position or the input position cannot be identified in the browser page, the operating system intercepts the whole image of the browser page, wherein the whole image can be a screen shot of a current browser page window or a whole screen shot of content contained in the current browser page. When the whole image is used for capturing the screen of the current browser page window, the screen capturing program can capture the image of the area occupied by the current browser page window; when the whole image is the whole screen capture of the content in the current browser page, the screen capture program can capture the content in the current browser step by step, and then the content in the browser captured step by step is spliced into the whole image. The step-by-step capturing process may be that, first, a partial sub-image from the topmost end to a certain middle position of the image is captured, then, a sub-image … from the position to the next position is captured downwards until the next position is a sub-image at the bottommost end of the image, at this time, an image processing program is invoked to splice the images into a complete image, and thus, the whole screenshot of the content contained in the browser page is obtained after the process.
In step 506, image features of the image are extracted.
in the embodiment of the present disclosure, when capturing the whole image of the browser page, the electronic device may perform pattern segmentation on the whole image, segment the whole image into a plurality of segmented images including relatively complete patterns, and perform image feature extraction on each segmented image.
in step 507, the search engine corresponding to the image feature is identified as the search engine.
Optionally, when identifying a search engine, a template image matching the image feature may be determined; inquiring a search engine corresponding to the template image according to the template image and a corresponding relation between the template image and the search engine which is stored in advance; and identifying a search engine corresponding to the template image as a search engine in the browser page.
Wherein the image feature may be a set of local features representing the image. In the acquired image, the image features of the image are extracted, and the extraction method may be a SIFT (Scale artifact Feature Transform) Feature extraction method and an image edge (image edge) extraction method.
If the image features are extracted by using an SIFT feature extraction method, a scale space is established at first, and the function of the scale space is to simulate the multi-scale features of image data. The scale space may be constructed in a manner that establishes an image pyramid. For example, the image pyramid can be divided into eight scale spaces with labels "1X", "2X", "3X" … "8X" from top to bottom according to the scale. In order to obtain the extreme point in the scale space, the sampling point in each image feature needs to be compared with all adjacent points of the sampling point, and the adjacent points comprise adjacent sampling points of the sampling point in the same scale space and corresponding sampling points of the adjacent sampling points and adjacent scales of the sampling points.
for example, the sampling point is the sampling point at the central position in nine sampling points in the nine-grid-shaped position relationship in the scale space with the label of "3X", and the other eight sampling points are all adjacent sampling points at the same scale as the sampling point at the central position; meanwhile, the sampling points corresponding to the eight adjacent sampling points in the scale spaces with the labels of 2X and 4X are all adjacent scale corresponding sampling points of the adjacent sampling points of the sampling point at the central position. In this case, the central sampling point needs to be compared with not only eight sampling points of the same scale, but also nine sampling points corresponding to the nine sampling points in the nine-grid-shaped position relationship in the adjacent scale "2X" and "4X" scale spaces, so as to ensure that the extreme point is detected in both the scale space and the two-dimensional image space. If the sampling point is the maximum or the minimum in the comparison, the sampling point is regarded as a feature point of the image feature in the scale space. And then, calculating the direction parameters of the characteristic points by using a module value and a direction formula according to the coordinates of the characteristic points, so that the characteristic points cannot be changed in parameters due to the rotation of the image.
Through the above processing procedure, each feature point of the image has: position coordinates, the scale and the direction parameters. In the subsequent image matching process, each feature point is matched with the matched image according to the three pieces of information, and if three points of which the information is matched with the three pieces of information of the feature point exist in the matched image, the feature point is considered as a matched point. Then, the proportion of the matching points which are the characteristic points in the matching image is counted, and whether the matching image is the image corresponding to the image or not is judged according to the proportion. For example, if the ratio exceeds 80%, the matching image is considered to be the image corresponding to the image, where the 80% is only one data for illustrating the implementation of the present disclosure to determine whether the matching image is the image corresponding to the image, and does not limit other possible ratio values in the present disclosure.
In step 507, the corresponding search engine is a search engine in the browser page according to the image matched with the image feature. Each search engine is provided with a plurality of matching images corresponding to the image feature, and when the image feature and a certain matching image form a matching relation, the search engine corresponding to the matching image is considered as the search engine corresponding to the image feature.
To sum up, the method for identifying a search engine in a browser page provided by the embodiment of the present disclosure determines an input position in the browser page; determining a predetermined area around the input position as the designated position area; intercepting the image in the designated position area; extracting image features of the image; identifying a search engine corresponding to the image characteristics as the search engine; if the browser page does not have an input position, the whole image of the browser page is intercepted, the browser in the browser page can be identified only by determining a certain specific position area in the browser page, and the source code of the page does not need to be completely analyzed, so that the time for identifying a search engine is shortened, and the effect of improving the identification efficiency is achieved.
The following are embodiments of the disclosed apparatus that may be used to perform embodiments of the disclosed methods. For details not disclosed in the embodiments of the apparatus of the present disclosure, refer to the embodiments of the method of the present disclosure.
Fig. 7 is a block diagram illustrating an apparatus for identifying a search engine in a browser page, which may be implemented as a hardware circuit or a combination of hardware and software, or as a part of an electronic device installed with at least one browser, according to an example embodiment. For example, the electronic device may be a mobile phone, a tablet computer, a laptop computer, a personal computer, or the like. Referring to fig. 7, the apparatus may include: a determination module 701, an acquisition module 702 and an identification module 703.
A determination module 701 configured to determine a specified location area in a browser page.
An obtaining module 702 configured to obtain feature information of the specified location area, the feature information including text or an image within the specified location area.
An identifying module 703 configured to identify a search engine in the browser page according to the feature information.
in summary, the apparatus for identifying a search engine in a browser page provided in this embodiment determines a designated location area in the browser page; acquiring feature information of the specified position area, wherein the feature information comprises a text or an image in the specified position area; and identifying the search engine in the browser page according to the characteristic information, wherein the browser in the browser page can be identified only by determining a certain specific position area in the browser page without completely analyzing the source code of the page, so that the time required for identifying the search engine is shortened, and the effect of improving the identification efficiency is achieved.
Fig. 8 is a block diagram illustrating an apparatus for identifying a search engine in a browser page, which may be implemented as a hardware circuit or a combination of hardware and software, or as a part of an electronic device in which at least one browser is installed, according to another exemplary embodiment. For example, the electronic device may be a mobile phone, a tablet computer, a laptop computer, a personal computer, or the like. Referring to fig. 8, the apparatus may include: a determination module 801, an acquisition module 802, and an identification module 803.
A determination module 801 configured to determine a specified location area in a browser page.
An obtaining module 802 configured to obtain feature information of the specified location area, the feature information including text or images within the specified location area.
An identifying module 803 configured to identify a search engine in the browser page according to the feature information.
Optionally, the determining module 801 includes: an identification acquisition sub-module 801a, an identification query sub-module 801b, and an area determination sub-module 801 c.
The identifier obtaining sub-module 801a is configured to obtain an identifier of a browser corresponding to the browser page.
and the identification query sub-module 801b is configured to query the identification of the address bar in the browser according to the identification of the browser.
The area determination submodule 801c is configured to determine, according to the identifier of the address bar in the browser, that the location area where the address bar is located is the designated location area.
Optionally, the obtaining module 802 includes: sub-module 802a is read.
The reading sub-module 802a is configured to read the text in the designated location area by calling a screen reading component interface of the operating system.
Optionally, the identifying module 803 further includes: a first extraction sub-module 803a, a first query sub-module 803b and a first identification sub-module 803 c.
The first extraction sub-module 803a is configured to extract a keyword in the text when the feature information includes the text within the specified position region.
The first query sub-module 803b is configured to query the search engine corresponding to the keyword according to the keyword and a pre-stored correspondence between the keyword and the search engine.
The first identifying sub-module 803c is configured to identify the search engine corresponding to the keyword as the search engine in the browser page.
optionally, the determining module 801 includes: a first determination sub-module 801d and a second determination sub-module 801 e.
The first determination sub-module 801d is configured to determine an input position in the browser page.
The second determination sub-module 801e is configured to determine a predetermined area around the input position as the specified position area.
optionally, the obtaining module 802 includes: a first truncating submodule 802 b.
the first capture submodule 802b is configured to capture the image in the designated location area by calling a screen capture component interface of the operating system.
Optionally, the identifying module 803 further includes: a second extraction sub-module 803d, a match determination sub-module 803e, a second query sub-module 803f, and a second identification sub-module 803 g.
a second extraction sub-module 803d configured to extract an image feature of the image when the feature information includes the image within the specified position region.
A matching determination sub-module 803e configured to determine a template image matching the image feature;
a second query submodule 803f configured to query a search engine corresponding to the template image according to the template image and a pre-stored correspondence between the template image and the search engine;
And a second identifying sub-module 803g configured to identify the search engine corresponding to the template image as the search engine in the browser page.
Optionally, the obtaining module 802 further includes: a second truncation sub-module 802 c.
a second capture submodule 802c configured to capture an entire image of the browser page if there is no input location in the browser page.
In summary, the apparatus for identifying a search engine in a browser page provided in this embodiment obtains an identifier of a browser corresponding to the browser page; inquiring the identification of an address bar in the browser according to the identification of the browser; determining a position area where the address bar is located as the specified position area according to the identification of the address bar in the browser, calling a screen reading component interface of an operating system to read a text in the specified position area, and extracting keywords from the text; and identifying the search engine corresponding to the keyword as the search engine. Or, by determining an input location in the browser page; determining a predetermined area around the input position as the designated position area; intercepting the image in the designated position area; extracting image features of the image; identifying a search engine corresponding to the image characteristics as the search engine; and if the browser page does not have an input position, intercepting the whole image of the browser page. The search engine in the browser page can be identified only by determining a certain specific position area in the browser page, and the source code of the page does not need to be completely analyzed, so that the time for identifying the search engine is shortened, and the effect of improving the identification efficiency is achieved.
It should be noted that, when the apparatus provided in the foregoing embodiment implements the functions thereof, only the division of the above functional modules is illustrated, and in practical applications, the above functions may be distributed by different functional modules according to actual needs, that is, the content structure of the device is divided into different functional modules, so as to complete all or part of the functions described above.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
An exemplary embodiment of the present disclosure also provides an apparatus for identifying a search engine in a browser page, which can implement the method for identifying a search engine in a browser page provided by the present disclosure. The device for identifying the search engine in the browser page comprises the following steps: a processor, and a memory for storing instructions for execution by the processor.
wherein the processor is configured to:
determining a designated position area in a browser page;
Acquiring feature information of the specified position area, wherein the feature information comprises a text or an image in the specified position area;
Identifying a search engine in the browser page according to the characteristic information;
Optionally, the determining a designated location area in a browser page includes:
Acquiring an identifier of a browser corresponding to the browser page;
inquiring the identification of an address bar in the browser according to the identification of the browser;
And determining the position area where the address bar is located as the designated position area according to the identifier of the address bar in the browser.
optionally, the obtaining the feature information of the designated location area includes:
and reading the text in the designated position area by calling a screen reading component interface of an operating system.
Optionally, the identifying a search engine in the browser page according to the feature information includes:
When the feature information comprises a text in the specified position area, extracting keywords in the text;
inquiring a search engine corresponding to the keyword according to the keyword and a pre-stored corresponding relation between the keyword and the search engine;
And identifying the search engine corresponding to the keyword as the search engine in the browser page.
Optionally, the determining a designated location area in a browser page includes:
Determining an input position in the browser page;
Determining a predetermined area around the input position as the designated position area.
optionally, the obtaining the feature information of the designated location area includes:
and intercepting the image in the designated position area by calling a screen capture component interface of an operating system.
Optionally, the identifying a search engine in the browser page according to the feature information includes:
When the feature information includes an image within the specified position area, extracting an image feature of the image;
Determining a template image matched with the image features;
Inquiring a search engine corresponding to the template image according to the template image and a corresponding relation between the template image and the search engine which is stored in advance;
And identifying a search engine corresponding to the template image as a search engine in the browser page.
Fig. 9 is a block diagram illustrating an apparatus 900 according to an example embodiment. For example, the apparatus 900 may be an electronic device such as a smartphone, a tablet computer, a Personal Computer (PC), a wearable device, a smart television, and a vehicle terminal.
Referring to fig. 9, apparatus 900 may include one or more of the following components: processing component 902, memory 904, power component 906, multimedia component 908, audio component 910, input/output (I/O) interface 912, sensor component 914, and communication component 916.
The processing component 902 generally controls overall operation of the device 900, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. Processing component 902 may include one or more processors 920 to execute instructions to perform all or a portion of the steps of the methods described above. Further, processing component 902 can include one or more modules that facilitate interaction between processing component 902 and other components. For example, the processing component 902 can include a multimedia module to facilitate interaction between the multimedia component 908 and the processing component 902.
the memory 904 is configured to store various types of data to support operation at the apparatus 900. Examples of such data include instructions for any application or method operating on device 900, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 904 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The power supply component 906 provides power to the various components of the device 900. The power components 906 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the device 900.
the multimedia component 908 includes a screen that provides an output interface between the device 900 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 908 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the device 900 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 910 is configured to output and/or input audio signals. For example, audio component 910 includes a Microphone (MIC) configured to receive external audio signals when apparatus 900 is in an operating mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 904 or transmitted via the communication component 916. In some embodiments, audio component 910 also includes a speaker for outputting audio signals.
I/O interface 912 provides an interface between processing component 902 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor component 914 includes one or more sensors for providing status assessment of various aspects of the apparatus 900. For example, sensor assembly 914 may detect an open/closed state of device 900, the relative positioning of components, such as a display and keypad of device 900, the change in position of device 900 or a component of device 900, the presence or absence of user contact with device 900, the orientation or acceleration/deceleration of device 900, and the change in temperature of device 900. The sensor assembly 914 may include a proximity sensor configured to detect the presence of a nearby object in the absence of any physical contact. The sensor assembly 914 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 914 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
the communication component 916 is configured to facilitate communications between the apparatus 900 and other devices in a wired or wireless manner. The apparatus 900 may access a wireless network based on a communication standard, such as WiFi, 2G, 3G, or 4G, or a combination thereof. In an exemplary embodiment, the communication component 916 receives a broadcast signal or broadcast associated information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 916 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 900 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer readable storage medium comprising instructions, such as the memory 904 comprising instructions, executable by the processor 920 of the apparatus 900 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
a non-transitory computer readable storage medium, wherein instructions in the storage medium, when executed by a processor of apparatus 900, enable apparatus 900 to perform a method of identifying a search engine in a browser page.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (11)

1. A method of identifying a search engine in a browser page, the method comprising:
acquiring an identifier of a browser corresponding to a browser page through an installed operating system or an installed third-party application, inquiring an identifier of an address bar in the browser according to the identifier of the browser, determining a specific position coordinate or specific position coordinates of the address bar in the browser page according to the identifier of the address bar in the browser, determining a preset area around the specific position coordinates as a specified position area when the specific position coordinates are determined, and determining an area surrounded by the specific position coordinates as the specified position area when the specific position coordinates are determined; or determining the position of an input component in the browser page through an installed operating system or an installed third-party application, determining the position of the input component as an input position, and determining a predetermined area around the input position as the designated position area;
acquiring feature information of the specified position area, wherein the feature information comprises a text or an image in the specified position area;
and identifying a search engine in the browser page according to the characteristic information.
2. The method according to claim 1, wherein the obtaining the feature information of the designated location area comprises:
and reading the text in the designated position area by calling a screen reading component interface of an operating system.
3. the method of claim 1, wherein identifying a search engine in the browser page according to the feature information comprises:
When the feature information comprises a text in the specified position area, extracting keywords in the text;
Inquiring a search engine corresponding to the keyword according to the keyword and a pre-stored corresponding relation between the keyword and the search engine;
And identifying the search engine corresponding to the keyword as the search engine in the browser page.
4. The method according to claim 1, wherein the obtaining the feature information of the designated location area comprises:
and intercepting the image in the designated position area by calling a screen capture component interface of an operating system.
5. The method of claim 1, wherein identifying a search engine in the browser page according to the feature information comprises:
When the feature information includes an image within the specified position area, extracting an image feature of the image;
Determining a template image matched with the image features;
inquiring a search engine corresponding to the template image according to the template image and a corresponding relation between the template image and the search engine which is stored in advance;
And identifying a search engine corresponding to the template image as a search engine in the browser page.
6. An apparatus for identifying a search engine in a browser page, the apparatus comprising:
The determining module is used for acquiring an identifier of a browser corresponding to the browser page through an installed operating system or an installed third-party application, inquiring an identifier of an address bar in the browser according to the identifier of the browser, determining a specific position coordinate or specific position coordinates of the address bar in the browser page according to the identifier of the address bar in the browser, determining a preset area around the specific position coordinate as a specified position area when the specific position coordinate is determined, and determining an area surrounded by the specific position coordinates as the specified position area when the specific position coordinates are determined; or determining the position of an input component in the browser page through an installed operating system or an installed third-party application, determining the position of the input component as an input position, and determining a predetermined area around the input position as the designated position area;
an obtaining module, configured to obtain feature information of the specified location area, where the feature information includes a text or an image in the specified location area;
and the identification module is used for identifying a search engine in the browser page according to the characteristic information.
7. The apparatus of claim 6, wherein the obtaining module comprises:
And the reading sub-module is used for reading the text in the designated position area by calling a screen reading component interface of an operating system.
8. The apparatus of claim 6, wherein the identification module comprises:
The first extraction sub-module is used for extracting keywords in the text when the feature information comprises the text in the specified position area;
the first query submodule is used for querying a search engine corresponding to the keyword according to the keyword and a pre-stored corresponding relation between the keyword and the search engine;
and the first identification submodule is used for identifying the search engine corresponding to the keyword as the search engine in the browser page.
9. The apparatus of claim 6, wherein the obtaining module comprises:
And the intercepting submodule is used for intercepting the image in the designated position area by calling a screen capturing component interface of an operating system.
10. the apparatus of claim 6, wherein the identification module comprises:
a second extraction sub-module configured to extract an image feature of the image when the feature information includes the image within the specified position region;
The matching determination submodule is used for determining a template image matched with the image features;
The second query submodule is used for querying a search engine corresponding to the template image according to the template image and a corresponding relation between the template image and the search engine which is stored in advance;
and the second identification submodule is used for identifying a search engine corresponding to the template image as a search engine in the browser page.
11. An apparatus for identifying a search engine in a browser page, the apparatus comprising:
a processor;
A memory for storing executable instructions of the processor;
Wherein the processor is configured to:
Acquiring an identifier of a browser corresponding to a browser page through an installed operating system or an installed third-party application, inquiring an identifier of an address bar in the browser according to the identifier of the browser, determining a specific position coordinate or specific position coordinates of the address bar in the browser page according to the identifier of the address bar in the browser, determining a preset area around the specific position coordinates as a specified position area when the specific position coordinates are determined, and determining an area surrounded by the specific position coordinates as the specified position area when the specific position coordinates are determined; or determining the position of an input component in the browser page through an installed operating system or an installed third-party application, determining the position of the input component as an input position, and determining a predetermined area around the input position as the designated position area;
acquiring feature information of the specified position area, wherein the feature information comprises a text or an image in the specified position area;
And identifying a search engine in the browser page according to the characteristic information.
CN201610352098.6A 2016-05-25 2016-05-25 Method and device for identifying search engine in browser page Active CN105975621B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610352098.6A CN105975621B (en) 2016-05-25 2016-05-25 Method and device for identifying search engine in browser page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610352098.6A CN105975621B (en) 2016-05-25 2016-05-25 Method and device for identifying search engine in browser page

Publications (2)

Publication Number Publication Date
CN105975621A CN105975621A (en) 2016-09-28
CN105975621B true CN105975621B (en) 2019-12-13

Family

ID=56955862

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610352098.6A Active CN105975621B (en) 2016-05-25 2016-05-25 Method and device for identifying search engine in browser page

Country Status (1)

Country Link
CN (1) CN105975621B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110347995B (en) * 2019-07-12 2020-09-11 苏州亿歌网络科技有限公司 File saving method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101807257A (en) * 2010-05-12 2010-08-18 上海交通大学 Method for identifying information of image tag
US7792850B1 (en) * 2007-07-27 2010-09-07 Sonicwall, Inc. On-the-fly pattern recognition with configurable bounds
CN102385613A (en) * 2011-09-30 2012-03-21 广州市动景计算机科技有限公司 Web page positioning method and system
CN102968480A (en) * 2011-11-17 2013-03-13 微软公司 Query refinement in browser toolbar
CN103472983A (en) * 2013-08-08 2013-12-25 广州市动景计算机科技有限公司 Method and device for positioning page contents

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7792850B1 (en) * 2007-07-27 2010-09-07 Sonicwall, Inc. On-the-fly pattern recognition with configurable bounds
CN101807257A (en) * 2010-05-12 2010-08-18 上海交通大学 Method for identifying information of image tag
CN102385613A (en) * 2011-09-30 2012-03-21 广州市动景计算机科技有限公司 Web page positioning method and system
CN102968480A (en) * 2011-11-17 2013-03-13 微软公司 Query refinement in browser toolbar
CN103472983A (en) * 2013-08-08 2013-12-25 广州市动景计算机科技有限公司 Method and device for positioning page contents

Also Published As

Publication number Publication date
CN105975621A (en) 2016-09-28

Similar Documents

Publication Publication Date Title
US11120078B2 (en) Method and device for video processing, electronic device, and storage medium
CN109040960A (en) A kind of method and apparatus for realizing location-based service
CN108664303B (en) Webpage content display method and device
TWI470549B (en) A method of using an image recognition guide to install an application, and an electronic device
CN110781813B (en) Image recognition method and device, electronic equipment and storage medium
CN111666941B (en) Text detection method and device and electronic equipment
CN106547547B (en) data acquisition method and device
CN117390330A (en) Webpage access method and device
CN105515887B (en) application testing method, server and system
KR20160118198A (en) Real time auto translation system and method, terminal capable of real time translating
JP2007018166A (en) Information search device, information search system, information search method, and information search program
CN109558553B (en) Method and device for determining style
CN109697242B (en) Photographing question searching method and device, storage medium and computing equipment
CN109740014B (en) Screenshot management method, terminal device and storage medium
CN113656627B (en) Skin color segmentation method and device, electronic equipment and storage medium
CN108667915B (en) Information pushing system, method and device
CN113033538B (en) Formula identification method and device
CN111797746B (en) Face recognition method, device and computer readable storage medium
CN113869063A (en) Data recommendation method and device, electronic equipment and storage medium
CN107292901B (en) Edge detection method and device
CN105975621B (en) Method and device for identifying search engine in browser page
CN110147426B (en) Method for determining classification label of query text and related device
CN107679205B (en) Multimedia data playing method and device, computer equipment and storage medium
CN104572743B (en) Quick-link information updating method and device
CN113342684A (en) Webpage testing method, device and equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant