WO2018040807A1 - Procédé et dispositif destinés à parcourir des données converties auxiliaires d'extrémité avant - Google Patents

Procédé et dispositif destinés à parcourir des données converties auxiliaires d'extrémité avant Download PDF

Info

Publication number
WO2018040807A1
WO2018040807A1 PCT/CN2017/094499 CN2017094499W WO2018040807A1 WO 2018040807 A1 WO2018040807 A1 WO 2018040807A1 CN 2017094499 W CN2017094499 W CN 2017094499W WO 2018040807 A1 WO2018040807 A1 WO 2018040807A1
Authority
WO
WIPO (PCT)
Prior art keywords
transcoding
link
text
comment
target page
Prior art date
Application number
PCT/CN2017/094499
Other languages
English (en)
Chinese (zh)
Inventor
张研
Original Assignee
北京奇虎科技有限公司
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 北京奇虎科技有限公司 filed Critical 北京奇虎科技有限公司
Publication of WO2018040807A1 publication Critical patent/WO2018040807A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • 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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • 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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Definitions

  • the present invention relates to the technical field of electronic browsing, and more particularly to a method and apparatus for browsing a front-end assisted transcoding.
  • China's mobile reading users have a certain scale. According to CNNIC statistics, in 2013, China's mobile phone reading users reached 370 million, an increase of 25.3% over the previous year. iResearch believes that with the acceleration of network infrastructure construction, mobile phone readers will maintain steady and rapid growth. It is estimated that by 2017, China Mobile's reading users will reach 620 million.
  • the mobile end is different from the PC end, the display interface of the mobile end is small, the network speed of the mobile network is limited, and the processor of the mobile end cannot be compared with the CPU of the computer, which puts more stringent "precision" on the mobile application. Convenient" requirements.
  • crawler technology is one of the important means of information acquisition.
  • the website content crawler containing the preset keywords is downloaded to the local server, and then the server transcodes, and finally the transcoded purified content is sent to the client application. Show on.
  • the client's novel APP by searching for keywords, the related content that has been transcoded is downloaded from the local server, and the related content is displayed in the search result.
  • the client application can only download the website content pre-stored by the local server from the local server. This will lead to many problems. On the one hand, the access to resources is very simple, and the information obtained by users is not comprehensive enough. On the other hand, if the local server stops or stops updating, the corresponding client application cannot update the reading. Also, the reading content stored by the local server is slow to update, and the user needs to obtain the latest content in real time. These factors have hindered the further popularization of mobile reading technology to a certain extent.
  • the present invention proposes a browsing method and apparatus for front-end assisted transcoding.
  • a method for browsing a front-end assisted transcoding is provided in the embodiment of the present invention, including:
  • transcoding rule includes at least determining a coded label of the text paragraph, the author information, and the original text link from the target page;
  • an embodiment of the present invention provides a browsing device for front-end assisted transcoding, including:
  • a page search unit configured to search for a target page from the mobile internet according to a preset keyword
  • a rule query unit configured to query a transcoding rule of the target page, where the transcoding rule includes at least a coded label for determining a text paragraph, an author information, and a text link from the target page;
  • a content downloading unit configured to download a text paragraph, author information, and a text link from the target page according to the encoded label in the transcoding rule
  • a content display unit for displaying downloaded content.
  • an embodiment of the present invention provides a computer program, including computer readable code, when the computer readable code is run on a computing device, causing the computing device to perform a browsing method according to the front end assisted transcoding described above. .
  • embodiments of the present invention provide a computer readable medium storing a computer program as described above.
  • the solution provided by the present invention searches for a target page from the mobile Internet according to a preset keyword, and is no longer limited to obtaining website content from a local server, thereby saving maintenance costs and storage space for the local server.
  • the local server only analyzes and stores the transcoding rule of the webpage.
  • the client application queries the local server for the transcoding rule of the target page, and the transcoding rule at least includes determining from the target page.
  • the coded label for the text paragraph, the author information, and the original link The client application then downloads the text paragraph, the author information, and the original text link from the target page according to the encoded label in the transcoding rule, and displays the downloaded content.
  • the solution of the present invention can expand the access method of the reading content, and the reading content is updated and time-sensitive, and is not limited to the local server.
  • the local server mining transcoding rules can assist the client application to quickly obtain reading content without The entire target page is downloaded to the client, and the client application does not need to analyze and mine the webpage components of the target webpage, thereby ensuring the speed and stability of the application.
  • the transcoding rules are simple, the client application can also mine itself.
  • the scheme can adaptively adjust the font, line spacing, and paging according to the interface size of the client to generate a transcoded page for reading.
  • FIG. 1 is a flowchart of a method for browsing a front-end assisted transcoding according to the present invention
  • FIG. 2 is a schematic diagram of a target page searched from the mobile Internet according to the present invention.
  • 3-1 is a schematic diagram of a transcoding page of a front-end assisted transcoding browsing method according to the present invention
  • 3-2 is a second schematic diagram of a transcoding page of a front-end assisted transcoding browsing method according to the present invention.
  • FIG. 4 is still another schematic diagram of a transcoding page of a front-end assisted transcoding browsing method according to the present invention.
  • FIG. 5 is a flowchart of an embodiment of a method for browsing a front-end assisted transcoding according to the present invention
  • FIG. 6 is a schematic diagram of a front end auxiliary transcoding browsing device according to the present invention.
  • FIG. 7 is a schematic diagram of an embodiment of a front end auxiliary transcoding browsing device according to the present invention.
  • Figure 8 shows schematically a block diagram of a computing device for performing the method according to the invention
  • Fig. 9 schematically shows a storage unit for holding or carrying program code implementing the method according to the invention.
  • FIG. 1 is a flowchart of a method for browsing a front-end assisted transcoding according to the present invention, including:
  • S101 Search for a target page from a mobile Internet according to a preset keyword
  • S102 Query a transcoding rule of the target page, where the transcoding rule includes at least a coded label that determines a text paragraph, an author information, and a text link from the target page;
  • S103 Download a text paragraph, an author information, and a text link from the target page according to the coded label in the transcoding rule;
  • FIG. 2 is a schematic diagram of a target page searched from the mobile Internet according to the present invention.
  • the solution of the present invention will be further described below with reference to Figs.
  • the webpage needs to be transcoded from
  • the format suitable for the display of the computer screen is converted into a format suitable for the screen display of the mobile phone, so that the mobile user's reading is read, and the mobile phone webpage after the transcoding is called a transcoding page.
  • the client application searches for the target page from the mobile Internet according to the preset keyword.
  • the novel APP can search for "horror novels" / "modern” through the mobile Internet search according to the preset keyword "horror novel” / "modern novel” and the like.
  • the news app can search for a target page based on the preset keyword “Finance” / "Entertainment”. Or, further, the target page is searched for based on the novel name or the news title. In this way, it is no longer limited to obtaining website content from a local server, which saves maintenance costs and storage space for the local server.
  • the local server has powerful processing capabilities relative to the client.
  • the client application queries the local server for the transcoding rules of the target page, and the local server obtains the target page for analysis and mining.
  • Transcoding rules of the target page, the transcoding rules at least including encoding tags for determining text paragraphs, author information, and original text links from the target page.
  • the local server feeds the above encoded tag as a query result to the client application.
  • the client application then downloads the text paragraph, the author information, and the original text link from the target page according to the encoded label in the transcoding rule, and displays the downloaded content.
  • the encoding tags of the text paragraph include ⁇ p>... ⁇ /p>, ⁇ body>... ⁇ /body>, etc.
  • the encoding tag of the original link includes ⁇ a>... ⁇ /a> and so on.
  • the solution of the present invention does not need to identify all the tags of all webpage editing languages, because the application of the client does not necessarily support the reality of all the tags, and the more tags are loaded, the slower the display speed of the webpages.
  • the transcoding rule of the solution of the present invention includes at least a text paragraph, an author information, and a coded label of the original link in response to the need of copyright protection. Regardless of the webpage editing language used by the webpage, the above text paragraphs, author information and original text links are obviously necessary.
  • the client application only searches from the two websites.
  • the transcoding rules can be further simplified. The client application does not need to query the local server, but only needs to query the transcoding rules stored in the client database to further speed up the display.
  • the solution of the present invention can expand the access method of the reading content, and the reading content is updated and time-sensitive, and is not limited to the local server.
  • the transcoding rule of the local server mining can assist the client application to quickly obtain the reading content, without downloading the entire target page to the client, and the client application does not need to analyze and mine the webpage component of the target webpage to ensure that the webpage component of the target webpage is analyzed and mined. The speed and stability of the application.
  • the transcoding rules are simple, the client application can also mine itself.
  • the scheme can adaptively adjust the font, line spacing, and paging according to the interface size of the client to generate a transcoded page for reading.
  • FIG. 3-1 is a schematic diagram of a transcoding page of a front-end assisted transcoding browsing method according to the present invention.
  • FIG. 3-2 is a second schematic diagram of a transcoding page of a front-end assisted transcoding browsing method according to the present invention.
  • FIG. 3-1 and FIG. 3-2 are transcoded pages suitable for mobile phone display after transcoding the news of FIG. 2.
  • the following embodiments take the news subject as an example and expand the description.
  • the inventive solution can also be used for the novel theme, or other transliteration reading of the textual subject matter.
  • the transcoding rule further includes determining from the page The encoding label of the image, the step of downloading the text paragraph, the author information and the original text link from the target page according to the encoding label in the transcoding rule, further includes:
  • the picture is downloaded from the target page according to the coded label of the picture in the transcoding rule.
  • A3 is a picture of the target page. Obviously, if the big picture is loaded on the client's application, it will consume more traffic resources and wait longer.
  • the decision is left to the user to set, and according to the preset setting of the user, it is determined whether the picture of the target page needs to be displayed.
  • the picture includes a still picture, a moving picture, and the like.
  • the client application downloads the picture from the target page according to the encoded tag of the picture in the transcoding rule.
  • the judgment is no, the picture shown is not loaded.
  • the transcoding rule further includes determining an encoded label of the hyperlink from the page, and downloading a text paragraph, the author from the target page according to the encoded label in the transcoding rule.
  • the steps of linking the information and the original text also include:
  • the hyperlink is downloaded from the target page according to the encoded tag of the picture in the transcoding rule.
  • A5 is a hyperlink. After conversion according to the transcoding rules, place it in the “Related Recommendations” section of the B5 navigation bar as shown in Figure 3-2. This part also respects the user's needs and loads according to the user's preset settings to improve the user experience.
  • FIG. 4 is still another schematic diagram of a transcoding page of a front-end assisted transcoding browsing method according to the present invention.
  • the transcoding rule further includes determining, from the page, an encoding label of the plug-in link, and downloading the text paragraph, the author from the target page according to the encoding label in the transcoding rule.
  • the steps of linking the information and the original text also include:
  • the plug-in link is downloaded from the target page according to the encoded tag of the picture in the transcoding rule, and the plug-in link includes one of a voice link, a video link, and an application link.
  • B41 is a video plugin and B42 is an application plugin.
  • B42 is an application plugin.
  • B41 is a video plugin and B42 is an application plugin.
  • FIG. 5 is a flowchart of an embodiment of a method for browsing a front-end assisted transcoding according to the present invention. Compared with FIG. 1, the embodiment of FIG. 5 further includes a function of searching according to an input keyword of a user, re-formatting a client according to an interface layout, and adding a comment bar.
  • S201 Receive a preset keyword input by a user
  • S202 Search for a target page from a mobile Internet according to a preset keyword
  • S203 Query a transcoding rule of the target page, where the transcoding rule includes at least a coding label for determining a text paragraph, an author information, and a text link from the target page;
  • S204 Download a text paragraph, an author information, and a text link from the target page according to the coded label in the transcoding rule;
  • S205 Typesetting the downloaded content according to a local interface layout, where the interface layout includes at least a text window for placing the text paragraph, a title bar for placing the author information, and the original text for placing the original text. Link to the landing page of the link;
  • step S206 the process proceeds to step S207 or step S208 or step S209;
  • S207 Receive a trigger instruction of the user clicking the form button on the comment bar, and send the trigger instruction of the form button and the associated comment object to the cloud server;
  • S208 Receive text information input by the user in the form text box on the comment bar, and send the text information of the form text box and the associated comment object to the cloud server;
  • step S209 the process proceeds to step S210 or step S211;
  • the downloaded content is typeset according to a local interface layout, wherein the interface layout includes at least a text window B11 for placing the text paragraph A11, a title bar B12 for placing the author information A12, and a placement window.
  • the target web link B13 of the original link A13 is described.
  • the interface layout further includes a picture for placing the picture column.
  • the interface layout further includes a plug-in window for placing the plug-in link, wherein the plug-in link includes one of a sound link, a video link, and an application link.
  • the plug-in link includes one of a sound link, a video link, and an application link.
  • B41 Video Plugin Window
  • B42 Application Plugin Window.
  • the interface layout further includes a navigation bar B5 for placing the hyperlink.
  • the invention can search by default keywords, for example, according to the "entertainment" theme to obtain relevant entertainment news. It is also possible to provide a search bar B2, receive a preset keyword input by the user, and search for a target page from the mobile internet according to the preset keyword. Then, the client application queries the local server or the client database to query the transcoding rule of the target page, and the transcoding rule at least includes determining the code segment of the text paragraph, the author information, and the original link from the target page. . The text paragraph, the author information, and the original text link are downloaded from the target page according to the encoded label in the transcoding rule.
  • the invention does not download the entire webpage content of the target page to the client, but selects the necessary part of the client according to the transcoding rule to download.
  • the transcoding rule includes at least three encoded tags that respect the copyrighted text paragraph, the author information, and the original text link.
  • the downloaded content is typeset according to the interface layout of the local client, wherein the interface layout includes at least a text window for placing the text paragraph, and the user information for placing the author.
  • a title bar, a link to a landing page for placing the original text link is Obviously, this step is a re-layout of the target webpage, and the order of the labels is not necessarily in accordance with the order of the target webpages.
  • the downloaded content is displayed, and a comment bar B10 is added at the end of the page.
  • Receiving a trigger instruction of the user clicking the form button N1 on the comment bar sending the trigger instruction of the form button N1 and its associated comment object to the cloud server; receiving the user input in the form text box N3 on the comment bar
  • the text information is sent to the cloud server by the text information of the form text box N3 and its associated comment object.
  • the comment object includes an article review object N21 and a message comment object N22. It should be added that when the scheme is applied to the novel APP, the above comment bar can be used to display the comment information on a novel.
  • the invention can expand the access method of the reading content, and the reading content is updated and time-sensitive, and the entire target page does not need to be downloaded to the client, thereby ensuring the speed and stability of the application.
  • FIG. 6 is a schematic diagram of a front end auxiliary transcoding browsing device according to the present invention, including:
  • a page search unit configured to search for a target page from the mobile internet according to a preset keyword
  • a rule query unit configured to query a transcoding rule of the target page, where the transcoding rule includes at least a coded label for determining a text paragraph, an author information, and a text link from the target page;
  • a content downloading unit configured to download a text paragraph, author information, and a text link from the target page according to the encoded label in the transcoding rule
  • a content display unit for displaying downloaded content.
  • Figure 6 corresponds to Figure 1, and the embodiment of the unit in the Figure is the same as in the method.
  • the transcoding rule further includes determining a coded label of the picture from the page, and the content downloading unit includes:
  • a picture determining unit configured to determine, according to a preset setting of the user, whether the picture of the target page needs to be displayed
  • a picture downloading unit configured to: when the determination is yes, download a picture from the target page according to the coded label of the picture in the transcoding rule.
  • the transcoding rule further includes determining, from the page, an encoded tag of the hyperlink, the content downloading unit, including:
  • a hyperlink determining unit configured to determine, according to a preset setting of the user, whether a hyperlink of the target page needs to be displayed
  • a hyperlink downloading unit configured to: when the determination is yes, download the hyperlink from the target page according to the encoded label of the picture in the transcoding rule.
  • the transcoding rule further includes determining, from the page, a coded tag of the plugin link, the content downloading unit, including:
  • a plug-in determining unit configured to determine, according to a preset setting of the user, whether a plug-in link of the target page needs to be displayed
  • a plug-in downloading unit configured to download a plug-in link from the target page according to an encoding tag of a picture in the transcoding rule when the determination is yes, the plug-in link includes a sound link, a video link, and an application chain One of them.
  • FIG. 7 is a schematic diagram of an embodiment of a front end auxiliary transcoding browsing device according to the present invention.
  • the device includes:
  • a search receiving unit connected to the page search unit, configured to receive a preset keyword input by the user.
  • the device further includes:
  • a page transcoding unit connected between the content downloading unit and the content display unit, and the downloaded content is typeset according to a local interface layout, wherein the interface layout includes at least text for placing the text paragraph a window, a title bar for placing the author information, and a landing page link for placing the original text link.
  • the interface layout further includes a picture bar
  • the page transcoding unit is further configured to place the picture in the picture bar.
  • the interface layout further includes a plug-in window, where the page transcoding unit is further configured to place the plug-in link in the plug-in window, wherein the plug-in link includes a sound link, a video One of the links and application links.
  • the interface layout further includes a navigation bar
  • the page transcoding unit is further configured to place the hyperlink in the navigation bar.
  • the device further includes:
  • a first comment receiving unit connected to the page transcoding unit, configured to receive a trigger instruction of a user clicking a form button on the comment bar, and a first comment sending unit connected to the first comment receiving unit, for The triggering instruction of the form button and its associated comment object are sent to the cloud server; and/or,
  • a second comment receiving unit connected to the page transcoding unit, configured to receive, on the comment bar, text information input by a user in a form text box, and a second comment sending unit connected to the second comment receiving unit, Send the text information of the form text box and its associated comment object to the cloud server.
  • the device when the interface layout further includes a comment bar, the device, the comment obtaining unit connected to the page transcoding unit, is configured to obtain a comment object from the cloud server;
  • a comment display unit connected to the comment obtaining unit, configured to display, on the comment bar, the number of clicks of the form button counted by the cloud server when the comment object is associated with a form button; when the comment When the object is associated with a form text box, the cloud server stores the The textual information of the form text box.
  • the device can be applied to a novel APP, a news reading app, or an APP program of other writing materials.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the functionality of some or all of the components of the front-end assisted transcoding browsing device in accordance with embodiments of the present invention.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 8 shows a block diagram of a computing device for performing the method in accordance with the present invention.
  • the computing device conventionally includes a processor 810 and a computer program product or computer readable medium in the form of a memory 820.
  • the memory 820 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • Memory 820 has a memory space 830 that stores program code 831 for performing any of the method steps described above.
  • storage space 830 for program code may include various program code 831 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such computer program products are typically portable or fixed storage units such as those described in FIG.
  • the storage unit may have storage segments, storage spaces, and the like that are similar to the storage 820 in the computing device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit stores computer readable program code 831' for performing the steps of the method in accordance with the present invention, i.e., may be comprised of something such as 810
  • the program code read by the processor, when executed by the computing device causes the computing device to perform various steps in the methods described above.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

La présente invention concerne un procédé et un dispositif destinés à parcourir des données converties auxiliaires d'extrémité avant. Le procédé consiste : à rechercher, conformément à un mot-clé préconfiguré, et à partir de l'internet mobile, une page cible; à interroger une règle de conversion de la page cible, la règle de conversion consistant à déterminer, à partir de la page cible, une étiquette de codage associée à un paragraphe de texte, des informations d'éditeur, et une liaison de texte source; à télécharger, conformément à l'étiquette de codage, et à partir de la page cible, le paragraphe de texte, les informations d'éditeur, et la liaison de texte source; et à afficher le contenu téléchargé. L'invention est adoptée afin d'étendre des sources d'acquisition de contenu de lecture, de fournir un contenu de lecture possédant une efficacité de temps de mise à jour élevée sans télécharger vers un terminal client la totalité de la page cible, et d'assurer une vitesse et une stabilité d'une application.
PCT/CN2017/094499 2016-08-30 2017-07-26 Procédé et dispositif destinés à parcourir des données converties auxiliaires d'extrémité avant WO2018040807A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610772139.7 2016-08-30
CN201610772139.7A CN106469189A (zh) 2016-08-30 2016-08-30 一种前端辅助转码的浏览方法和装置

Publications (1)

Publication Number Publication Date
WO2018040807A1 true WO2018040807A1 (fr) 2018-03-08

Family

ID=58230460

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/094499 WO2018040807A1 (fr) 2016-08-30 2017-07-26 Procédé et dispositif destinés à parcourir des données converties auxiliaires d'extrémité avant

Country Status (2)

Country Link
CN (1) CN106469189A (fr)
WO (1) WO2018040807A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106469189A (zh) * 2016-08-30 2017-03-01 北京奇虎科技有限公司 一种前端辅助转码的浏览方法和装置
WO2019090735A1 (fr) * 2017-11-10 2019-05-16 深圳市华阅文化传媒有限公司 Procédé et appareil de lecture de page web tierce

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102024028A (zh) * 2010-11-22 2011-04-20 百度在线网络技术(北京)有限公司 在移动终端上突出显示网页的主体内容的方法及设备
CN103327049A (zh) * 2012-03-22 2013-09-25 腾讯科技(深圳)有限公司 基于浏览器地址栏的富内容推送方法及系统
CN104090757A (zh) * 2012-05-04 2014-10-08 北京奇虎科技有限公司 针对浏览器的富媒体信息展示方法
CN106469189A (zh) * 2016-08-30 2017-03-01 北京奇虎科技有限公司 一种前端辅助转码的浏览方法和装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101888395A (zh) * 2009-05-13 2010-11-17 华为技术有限公司 一种数据的同步方法、widget终端及服务器
CN102663126B (zh) * 2012-04-23 2014-11-12 北京奇虎科技有限公司 一种在移动终端中显示网页的方法及装置
CN104536993B (zh) * 2014-12-10 2018-03-20 北京奇虎科技有限公司 收藏网页的处理方法、收藏网页的处理装置和客户端
CN104881453B (zh) * 2015-05-18 2019-06-28 百度在线网络技术(北京)有限公司 一种识别网页类型的方法和装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102024028A (zh) * 2010-11-22 2011-04-20 百度在线网络技术(北京)有限公司 在移动终端上突出显示网页的主体内容的方法及设备
CN103327049A (zh) * 2012-03-22 2013-09-25 腾讯科技(深圳)有限公司 基于浏览器地址栏的富内容推送方法及系统
CN104090757A (zh) * 2012-05-04 2014-10-08 北京奇虎科技有限公司 针对浏览器的富媒体信息展示方法
CN106469189A (zh) * 2016-08-30 2017-03-01 北京奇虎科技有限公司 一种前端辅助转码的浏览方法和装置

Also Published As

Publication number Publication date
CN106469189A (zh) 2017-03-01

Similar Documents

Publication Publication Date Title
US10380197B2 (en) Network searching method and network searching system
US9383912B2 (en) Data pasting method and apparatus
US9904936B2 (en) Method and apparatus for identifying elements of a webpage in different viewports of sizes
US8977653B1 (en) Modifying web pages to reduce retrieval latency
US8819028B2 (en) System and method for web content extraction
US8700991B1 (en) Protecting content presented in a web browser
US9304979B2 (en) Authorized syndicated descriptions of linked web content displayed with links in user-generated content
US10445408B2 (en) Automatically identifying complementary digital fonts based on digital text in electronic documents
US20150067476A1 (en) Title and body extraction from web page
US20080244381A1 (en) Document processing for mobile devices
US9465789B1 (en) Apparatus and method for detecting spam
US20150227276A1 (en) Method and system for providing an interactive user guide on a webpage
CN110020312B (zh) 提取网页正文的方法和装置
US9996506B2 (en) Identifying fonts using custom ligatures
JPWO2019224891A1 (ja) 分類装置、分類方法、生成方法、分類プログラム及び生成プログラム
CN109325197B (zh) 用于提取信息的方法和装置
US20150012806A1 (en) Method and apparatus for determining the relevancy of hyperlinks
CN107590288B (zh) 用于抽取网页图文块的方法和装置
US9208142B2 (en) Analyzing documents corresponding to demographics
US8560943B2 (en) Displaying documents on mobile devices
WO2018040807A1 (fr) Procédé et dispositif destinés à parcourir des données converties auxiliaires d'extrémité avant
US20090307578A1 (en) Top down chinese character display on a computing device
US9648381B2 (en) Method and system for managing display of web-based content on portable communication devices
CN108664511B (zh) 获取网页信息方法和装置
US8892596B1 (en) Identifying related documents based on links in documents

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17845109

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17845109

Country of ref document: EP

Kind code of ref document: A1