CN109766533B - Text grouping method in power grid svg drawing and related products - Google Patents

Text grouping method in power grid svg drawing and related products Download PDF

Info

Publication number
CN109766533B
CN109766533B CN201811555512.9A CN201811555512A CN109766533B CN 109766533 B CN109766533 B CN 109766533B CN 201811555512 A CN201811555512 A CN 201811555512A CN 109766533 B CN109766533 B CN 109766533B
Authority
CN
China
Prior art keywords
text
nodes
same
text nodes
operation result
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
CN201811555512.9A
Other languages
Chinese (zh)
Other versions
CN109766533A (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.)
Dali Power Supply Bureau of Yunnan Power Grid Co Ltd
Original Assignee
Dali Power Supply Bureau of Yunnan Power Grid 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 Dali Power Supply Bureau of Yunnan Power Grid Co Ltd filed Critical Dali Power Supply Bureau of Yunnan Power Grid Co Ltd
Priority to CN201811555512.9A priority Critical patent/CN109766533B/en
Publication of CN109766533A publication Critical patent/CN109766533A/en
Application granted granted Critical
Publication of CN109766533B publication Critical patent/CN109766533B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Document Processing Apparatus (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

The disclosure provides a text grouping method in a power grid svg drawing and related products, wherein the method comprises the following steps: the terminal acquires a first file in a svg format derived by CAD, and reads the first file by adopting a DOM programming interface; traversing all the TEXT nodes in the first file to obtain transformation matrix information of each TEXT node and font size; dividing the TEXT nodes with the same font size into a group, wherein each group of TEXT nodes comprises at least two TEXT nodes; setting the transformation matrix corresponding to any two TEXT nodes to obtain an operation result, and determining whether any two TEXT nodes are the same TEXT TEXT according to the operation result; if the two random TEXT nodes are determined to belong to the same TEXT, combining the two random TEXT nodes into a combined TEXT, and sorting the combined TEXT from left to right according to TEXT coordinates from top to bottom to obtain the sorted combined TEXT. The method and the device have the advantage of high user experience.

Description

Text grouping method in power grid svg drawing and related products
Technical Field
The invention relates to the field of power grids, in particular to a text grouping method in a power grid svg drawing and related products.
Background
In the power grid industry, online browsing without plug-ins is not currently seen in the industry due to the dwg drawing format problem generated by AutoCAD. It is therefore common practice in the industry to convert dwg drawings into svg (Scalable Vector Graphics ) drawings or other formats suitable for online browsing, and browse the drawings through a browser.
In the browsing process of the Svg drawing, clicking interaction needs to be carried out on text data of the drawing, for example, clicking a certain text of the Svg drawing, a description method of multiple formats is provided for the text of the Svg drawing, the identification rate of the text data of the existing Svg drawing is not high, and the user experience is affected.
Disclosure of Invention
The embodiment of the invention provides a text grouping method in a power grid Svg drawing and a related product, which can realize the advantages of improving the grouping precision of the text data of the Svg drawing and improving the user experience.
In a first aspect, an embodiment of the present invention provides a text grouping method in a svg drawing of a power grid, including:
the terminal acquires a first file in a svg format derived by CAD, and reads the first file by adopting a DOM programming interface;
traversing all the TEXT nodes in the first file to obtain transformation matrix information of each TEXT node and font size;
dividing the TEXT nodes with the same font size into a group to obtain alpha groups of TEXT nodes, wherein each group of TEXT nodes comprises at least two TEXT nodes;
setting the transformation matrix corresponding to any two TEXT nodes in the alpha group of TEXT nodes to obtain an operation result, and determining whether the any two TEXT nodes are the same TEXT TEXT according to the operation result;
if the two random TEXT nodes are determined to belong to the same TEXT, combining the two random TEXT nodes into a combined TEXT, and sorting the combined TEXT from left to right according to TEXT coordinates from top to bottom to obtain the sorted combined TEXT.
Optionally, the method further comprises:
and comparing the TEXT information in the ordered TEXT with a preset TEXT template to determine the maximum TEXT length of the match, and adding a hot spot label to the maximum TEXT length to form a hot spot.
Optionally, the setting operation includes: one or any combination of displacement, rotation, scaling or beveling operations.
Optionally, the determining whether the two TEXT nodes are the same TEXT according to the operation result specifically includes:
if the operation result is non-rotation, non-scaling and the offset of the horizontal and vertical coordinates of the displacement operation result is within the set number of font sizes, determining that any two TEXT nodes are the same TEXT TEXT;
if the operation result is rotation or it is determined that the two TEXT nodes are not identical TEXT.
In a second aspect, there is provided a power grid terminal, the terminal comprising:
the reading unit is used for acquiring a first file in a svg format derived by CAD and reading the first file by adopting a DOM programming interface;
the processing unit is used for traversing all the TEXT TEXT nodes in the first file to obtain transformation matrix information and font size of each TEXT node; dividing the TEXT nodes with the same font size into a group to obtain alpha groups of TEXT nodes, wherein each group of TEXT nodes comprises at least two TEXT nodes; setting the transformation matrix corresponding to any two TEXT nodes in the alpha group of TEXT nodes to obtain an operation result, and determining whether the any two TEXT nodes are the same TEXT TEXT according to the operation result; if the two random TEXT nodes are determined to belong to the same TEXT, combining the two random TEXT nodes into a combined TEXT, and sorting the combined TEXT from left to right according to TEXT coordinates from top to bottom to obtain the sorted combined TEXT.
Optionally, the processing unit is further configured to compare the TEXT information in the TEXT after being sequenced with a preset TEXT template to determine a matched maximum TEXT length, and add a hot spot tag to the maximum TEXT length to form a hot spot.
Optionally, the setting operation includes: one or any combination of displacement, rotation, scaling or beveling operations.
Optionally, the processing unit is specifically configured to determine that the two TEXT nodes are the same TEXT if the operation result is non-rotation, non-scaling, and the offset of the horizontal and vertical coordinates of the displacement operation result is within a set number of font sizes; if the operation result is rotation or it is determined that the two TEXT nodes are not identical TEXT.
Optionally, the terminal is: a computer, server, smart phone or tablet.
In a third aspect, a computer-readable storage medium is provided, storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method of the first aspect.
The embodiment of the invention has the following beneficial effects:
it can be seen that, the technical scheme provided by the application determines the same word size as the same group, then performs setting operation on transformation matrixes corresponding to any two TEXT nodes in the same group to obtain an operation result, determines whether any two TEXT nodes are the same node or not according to the operation result, if so, combines the two TEXT nodes into one TEXT node, so that the results of the two TEXT nodes cannot appear when clicking, and improves the user experience.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic structure of a terminal.
FIG. 2 is a schematic representation of two different text node representations.
Fig. 3 is a schematic flow chart of a text grouping method in a svg drawing of a power grid provided by an embodiment of the invention.
Fig. 4 is a specific flow diagram of a text grouping method in a svg drawing of a power grid, which is disclosed in the embodiment of the invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The terms "first," "second," "third," and "fourth" and the like in the description and in the claims and drawings are used for distinguishing between different objects and not necessarily for describing a particular sequential or chronological order. Furthermore, the terms "comprise" and "have," as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those listed steps or elements but may include other steps or elements not listed or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, result, or characteristic described in connection with the embodiment may be included in at least one embodiment of the invention. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. Those of skill in the art will explicitly and implicitly appreciate that the embodiments described herein may be combined with other embodiments.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a terminal, as shown in fig. 1, the terminal may include: the terminal comprises a processor, a memory and a display screen, wherein the memory and the display screen are connected with the processor through a bus, and the terminal specifically comprises: computers, servers, smartphones, tablets, and the like.
Scalable vector graphics (Scalable Vector Graphics, simply "svg") is a graphics format based on the extensible markup language (XML) for describing two-dimensional vector graphics. SVG is formulated by W3C and is an open standard. SVG strictly follows XML syntax and describes image content in a descriptive language in text format and is therefore a vector graphics format independent of image resolution.
In the power grid industry, as dwg drawings cannot be browsed online without plug-ins, the conventional method is to convert dwg drawings into svg drawings and browse the drawings through a browser.
In the design process of CAD, two types of TEXT are included, respectively TEXT and MTEXT (multi-line TEXT) description modes.
For different types of text, such as "M16 bolt", referring to fig. 2, fig. 2 is a representation of two different "M16 bolts", in svg drawing, especially in a representation of multiple lines of text, it is possible to represent "M16 bolts" as "M16" and "bolts", and in actual operation, no matter which is presented, it is desirable to automatically identify "M16 bolts" as a set of words when clicking on a word in the whole "M16 bolt", and perform a hot spot operation on it, such as displaying information of attribute, parameter, etc. of "M16 bolts", instead of displaying attribute, parameter of "M16" when clicking on "M16", and displaying attribute, parameter of "bolts" when clicking on "bolts". To achieve overall clicking, it is then necessary to determine "M16" and "bolt" as a group.
Referring to fig. 3, fig. 3 provides a text grouping method in a svg drawing of a power grid, the method is applied in a terminal shown in fig. 1, and as shown in fig. 3, the method includes the following steps:
step S301, a terminal acquires a first file in a svg format derived by CAD, and reads the first file by adopting a DOM programming interface;
step S302, traversing all the TEXT (TEXT) nodes in the first file to obtain transformation matrix information and font size of each TEXT node;
the information for two TEXT nodes for one svg is shown below:
Figure BDA0001911771300000051
wherein, the information in matrix is transformation matrix information (1.383317892 e-016-2.2591295592.823911949 1.729147365e-016 137.3676277 128.4540804), such as matrix (1.383317892 e-016-2.259129559 2.823911949 1.729147365e-016 137.3676277 128.4540804); for font sizes, for example, font-size= "1.397829316" and font-size= "1.397829316".
Step S303, dividing the TEXT nodes with the same font size into a group to obtain alpha groups of TEXT nodes, wherein each group of the TEXT nodes comprises at least two TEXT nodes;
the font size of the two TEXT nodes is font-size= "1.397829316", and the TEXT nodes are determined to be the same group.
Step S304, setting up the transformation matrix corresponding to any two TEXT nodes in the alpha group of TEXT nodes to obtain an operation result, and determining whether the any two TEXT nodes are the same TEXT TEXT according to the operation result;
step S305, if it is determined that the two TEXT nodes belong to the same TEXT, merging the two TEXT nodes into a merged TEXT, and sorting the merged TEXT from left to right according to TEXT coordinates from top to bottom to obtain a sorted merged TEXT.
According to the technical scheme, the same word size is determined to be the same group, then the transformation matrixes corresponding to any two TEXT nodes in the same group are subjected to setting operation to obtain an operation result, whether the any two TEXT nodes are the same node or not is determined according to the operation result, if the any two TEXT nodes are the same node, the two TEXT nodes are combined into one TEXT node, so that the results of the two TEXT nodes cannot appear when clicking, and the user experience degree is improved.
Optionally, the method may further include:
and comparing the TEXT information in the ordered TEXT with a preset TEXT template to determine the maximum TEXT length of the match, and adding a hot spot tag (< a > tag) to the maximum TEXT length to form a hot spot.
According to the technical scheme, the identification of the hot spot is carried out on the characters capable of forming the hot spot, so that the search of the hot spot is convenient, the hot spot is similar to a hot search word, and the hot spot can be different in different fields.
The setting operation includes: one or any combination of displacement, rotation, scaling or beveling operations. Specific implementation of the above setting operation can be found in the paper understanding SVG transform coordinate transformation.
The determining whether the two TEXT nodes are the same TEXT according to the operation result specifically may include:
if the operation result is non-rotation, non-scaling and the offset of the horizontal and vertical coordinates of the displacement operation result is within the set number of font sizes, determining that any two TEXT nodes are the same TEXT.
If the operation result is rotation or it is determined that the two TEXT nodes are not identical TEXT.
For the same TEXT, first, the TEXT information of the same nature uses the same font of the same font size for the same file, for example, the font used by an 'M16 bolt' is the same, if the TEXT information is displayed in two rows, the corresponding transformation is proved to be free from rotation or scaling, if the rotation or scaling occurs, the TEXT data of two rows are determined not to be the same TEXT, in addition, the displacement distance of the TEXT information of the same TEXT is not too large, as shown in fig. 2, namely, the deviation of the displacement is in an integral font size, so that the judgment on whether the TEXT information is the same TEXT can be realized in this way.
Referring to fig. 4, fig. 4 provides a text grouping method in a svg drawing, and the method is shown in fig. 4, and includes the following steps:
step S1, an SVG drawing is opened, nodes in the SVG file are analyzed in a dom mode, all the nodes of text are found, and the nodes are stored in an array.
Figure BDA0001911771300000061
Figure BDA0001911771300000071
Step S2.2 traversing the extracted TEXT information, calculating the distance between the two information by the transformation matrix thereof, and judging the possibility of the same TEXT
Figure BDA0001911771300000072
Step S2.3 reassembles the data, possibly as a group.
string FinalListStr=string.Join("",LinkedTest.ToArray());
ServerTagList.Where(x=>new Regex(x)
.IsMatch(FinalListStr)).OrderBy(x=>x.Length).ToList();
By comparing the data in the server with the data in the current system, if the data can be matched correctly, the data is indicated to be the longest array which can be identified.
And S3, adding hot spots.
Hotspots are added to the characters in the svg, so that editing interaction can be performed, as follows:
Figure BDA0001911771300000081
the application also provides a terminal, the terminal includes:
the reading unit is used for acquiring a first file in a svg format derived by CAD and reading the first file by adopting a DOM programming interface;
the processing unit is used for traversing all the TEXT TEXT nodes in the first file to obtain transformation matrix information and font size of each TEXT node; dividing the TEXT nodes with the same font size into a group to obtain alpha groups of TEXT nodes, wherein each group of TEXT nodes comprises at least two TEXT nodes; setting the transformation matrix corresponding to any two TEXT nodes in the alpha group of TEXT nodes to obtain an operation result, and determining whether the any two TEXT nodes are the same TEXT TEXT according to the operation result; if the two random TEXT nodes are determined to belong to the same TEXT, combining the two random TEXT nodes into a combined TEXT, and sorting the combined TEXT from left to right according to TEXT coordinates from top to bottom to obtain the sorted combined TEXT.
The embodiment of the invention also provides a computer storage medium, wherein the computer storage medium stores a computer program for electronic data exchange, and the computer program enables a computer to execute part or all of the steps of the text grouping method in any one of the grid svg drawings described in the embodiment of the method.
Embodiments of the present invention also provide a computer program product comprising a non-transitory computer readable storage medium storing a computer program operable to cause a computer to perform part or all of the steps of a text grouping method in any one of the grid svg drawings described in the method embodiments above.
It should be noted that, for simplicity of description, the foregoing method embodiments are all described as a series of acts, but it should be understood by those skilled in the art that the present invention is not limited by the order of acts described, as some steps may be performed in other orders or concurrently in accordance with the present invention. Further, those skilled in the art will also appreciate that the embodiments described in the specification are alternative embodiments, and that the acts and modules referred to are not necessarily required for the present invention.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and for parts of one embodiment that are not described in detail, reference may be made to related descriptions of other embodiments.
In the several embodiments provided in this application, it should be understood that the disclosed apparatus may be implemented in other ways. For example, the apparatus embodiments described above are merely illustrative, such as the division of the units, merely a logical function division, and there may be additional manners of dividing the actual implementation, such as multiple units or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, or may be in electrical or other forms.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units described above may be implemented either in hardware or in software program modules.
The integrated units, if implemented in the form of software program modules, may be stored in a computer-readable memory for sale or use as a stand-alone product. Based on this understanding, the technical solution of the present invention may be embodied essentially or partly in the form of a software product, or all or part of the technical solution, which is stored in a memory, and includes several instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned memory includes: a U-disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a removable hard disk, a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Those of ordinary skill in the art will appreciate that all or a portion of the steps in the various methods of the above embodiments may be implemented by a program that instructs associated hardware, and the program may be stored in a computer readable memory, which may include: flash disk, read-Only Memory (ROM), random access Memory (Random Access Memory, RAM), magnetic disk or optical disk.
The foregoing has outlined rather broadly the more detailed description of embodiments of the invention, wherein the principles and embodiments of the invention are explained in detail using specific examples, the above examples being provided solely to facilitate the understanding of the method and core concepts of the invention; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present invention, the present description should not be construed as limiting the present invention in view of the above.

Claims (10)

1. The text grouping method in the power grid svg drawing is characterized by comprising the following steps of:
the terminal acquires a first file in a svg format derived by CAD, and reads the first file by adopting a DOM programming interface;
traversing all the TEXT nodes in the first file to obtain transformation matrix information of each TEXT node and font size;
dividing the TEXT nodes with the same font size into a group to obtain alpha groups of TEXT nodes, wherein each group of TEXT nodes comprises at least two TEXT nodes;
setting the transformation matrix corresponding to any two TEXT nodes in the alpha group of TEXT nodes to obtain an operation result, and determining whether the any two TEXT nodes are the same TEXT TEXT according to the operation result;
if the two random TEXT nodes are determined to belong to the same TEXT, combining the two random TEXT nodes into a combined TEXT, and sorting the combined TEXT from left to right according to TEXT coordinates from top to bottom to obtain the sorted combined TEXT.
2. The method according to claim 1, wherein the method further comprises:
and comparing the TEXT information in the ordered TEXT with a preset TEXT template to determine the maximum TEXT length of the match, and adding a hot spot label to the maximum TEXT length to form a hot spot.
3. The method of claim 1, wherein the step of determining the position of the substrate comprises,
the setting operation includes: one or any combination of displacement, rotation, scaling or beveling operations.
4. The method of claim 3 wherein determining whether any two TEXT nodes are the same TEXT based on the operation result comprises:
if the operation result is non-rotation, non-scaling and the offset of the horizontal and vertical coordinates of the displacement operation result is within the set number of font sizes, determining that any two TEXT nodes are the same TEXT TEXT;
if the operation result is rotation or the two TEXT nodes are determined not to be the same TEXT, the method specifically includes:
if the change matrixes corresponding to the two TEXT information of any two TEXT nodes are rotated or scaled, determining that the any two TEXT nodes are not the same TEXT;
or the displacement distance of the two TEXT information of any two TEXT nodes is larger than the set number of font sizes, and the any two TEXT nodes are determined not to be the same TEXT.
5. A power grid terminal, the power grid terminal comprising:
the reading unit is used for acquiring a first file in a svg format derived by CAD and reading the first file by adopting a DOM programming interface;
the processing unit is used for traversing all the TEXT TEXT nodes in the first file to obtain transformation matrix information and font size of each TEXT node; dividing the TEXT nodes with the same font size into a group to obtain alpha groups of TEXT nodes, wherein each group of TEXT nodes comprises at least two TEXT nodes; setting the transformation matrix corresponding to any two TEXT nodes in the alpha group of TEXT nodes to obtain an operation result, and determining whether the any two TEXT nodes are the same TEXT TEXT according to the operation result; if the two random TEXT nodes are determined to belong to the same TEXT, combining the two random TEXT nodes into a combined TEXT, and sorting the combined TEXT from left to right according to TEXT coordinates from top to bottom to obtain the sorted combined TEXT.
6. The terminal of claim 5, wherein the terminal comprises a base station,
the processing unit is further configured to compare the TEXT information in the TEXT after sequencing with a preset TEXT template to determine a maximum TEXT length of the matching, and add a hot spot tag to the maximum TEXT length to form a hot spot.
7. The terminal of claim 5, wherein the terminal comprises a base station,
the setting operation includes: one or any combination of displacement, rotation, scaling or beveling operations.
8. The terminal of claim 7, wherein the terminal comprises a base station,
the processing unit is specifically configured to determine that the two TEXT nodes are the same TEXT if the operation result is non-rotation, non-scaling, and the offset of the horizontal and vertical coordinates of the displacement operation result is within a set number of font sizes; if the operation result is rotation or the two arbitrary TEXT nodes are determined not to be the same TEXT; the method specifically comprises the following steps: if the change matrixes corresponding to the two TEXT information of any two TEXT nodes are rotated or scaled, determining that the any two TEXT nodes are not the same TEXT;
or the displacement distance of the two TEXT information of any two TEXT nodes is larger than the set number of font sizes, and the any two TEXT nodes are determined not to be the same TEXT.
9. Terminal according to any of the claims 5-8, characterized in that,
the terminal is as follows: a computer, server, smart phone or tablet.
10. A computer-readable storage medium, characterized in that it stores a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method according to any one of claims 1-4.
CN201811555512.9A 2018-12-19 2018-12-19 Text grouping method in power grid svg drawing and related products Active CN109766533B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811555512.9A CN109766533B (en) 2018-12-19 2018-12-19 Text grouping method in power grid svg drawing and related products

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811555512.9A CN109766533B (en) 2018-12-19 2018-12-19 Text grouping method in power grid svg drawing and related products

Publications (2)

Publication Number Publication Date
CN109766533A CN109766533A (en) 2019-05-17
CN109766533B true CN109766533B (en) 2023-06-16

Family

ID=66451383

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811555512.9A Active CN109766533B (en) 2018-12-19 2018-12-19 Text grouping method in power grid svg drawing and related products

Country Status (1)

Country Link
CN (1) CN109766533B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1860472A (en) * 2003-09-30 2006-11-08 佳能株式会社 Method and device for editing svg digital graphical documents using a browser
CN105550247A (en) * 2015-12-08 2016-05-04 许继电气股份有限公司 SVG standard customizable graphic symbol based power system graphic display method
CN106033412A (en) * 2015-03-20 2016-10-19 广州金山移动科技有限公司 Text conversion method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2414047A1 (en) * 2002-12-09 2004-06-09 Corel Corporation System and method of extending scalable vector graphics capabilities
US20110258538A1 (en) * 2010-03-31 2011-10-20 Heng Liu Capturing DOM Modifications Mediated by Decoupled Change Mechanism
WO2012057891A1 (en) * 2010-10-26 2012-05-03 Hewlett-Packard Development Company, L.P. Transformation of a document into interactive media content

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1860472A (en) * 2003-09-30 2006-11-08 佳能株式会社 Method and device for editing svg digital graphical documents using a browser
CN106033412A (en) * 2015-03-20 2016-10-19 广州金山移动科技有限公司 Text conversion method and device
CN105550247A (en) * 2015-12-08 2016-05-04 许继电气股份有限公司 SVG standard customizable graphic symbol based power system graphic display method

Also Published As

Publication number Publication date
CN109766533A (en) 2019-05-17

Similar Documents

Publication Publication Date Title
CN108268582B (en) Information query method and device
CN107766309B (en) Data table generation method and device, storage medium and electronic device
CN109446487A (en) A kind of method and device parsing portable document format document table
US9934206B2 (en) Method and apparatus for extracting web page content
CN109492177B (en) web page blocking method based on web page semantic structure
CN110020312B (en) Method and device for extracting webpage text
EP3175375A1 (en) Image based search to identify objects in documents
CN103500332B (en) Character displaying method and device in picture
US9811505B2 (en) Techniques to provide processing enhancements for a text editor in a computing environment
CN103559194B (en) A kind of searching method, server, system
CN110827112A (en) Deep learning commodity recommendation method and device, computer equipment and storage medium
CN111552704A (en) Data report generation method and device, computer equipment and storage medium
CN107885792A (en) Webpage article display methods, apparatus and system
CN112084342A (en) Test question generation method and device, computer equipment and storage medium
CN102314494A (en) Method and equipment for processing webpage contents
JP2022089865A (en) Information display method and apparatus
CN110738050A (en) Text recombination method, device and medium based on word segmentation and named entity recognition
CN109766533B (en) Text grouping method in power grid svg drawing and related products
CN113255767A (en) Bill classification method, device, equipment and storage medium
US20140337709A1 (en) Method and apparatus for displaying web page
CN105302776B (en) Data Proofreading Platform Server
CN114445833B (en) Text recognition method, device, electronic equipment and storage medium
CN106557537B (en) Webpage picture label display method and device
WO2022105120A1 (en) Text detection method and apparatus from image, computer device and storage medium
CN114860867A (en) Training document information extraction model, and document information extraction method and device

Legal Events

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