CN112749536A - Document generation method, device and equipment - Google Patents

Document generation method, device and equipment Download PDF

Info

Publication number
CN112749536A
CN112749536A CN201911053134.9A CN201911053134A CN112749536A CN 112749536 A CN112749536 A CN 112749536A CN 201911053134 A CN201911053134 A CN 201911053134A CN 112749536 A CN112749536 A CN 112749536A
Authority
CN
China
Prior art keywords
template
document
text segment
text
templates
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.)
Pending
Application number
CN201911053134.9A
Other languages
Chinese (zh)
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 Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum Technology 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 Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201911053134.9A priority Critical patent/CN112749536A/en
Publication of CN112749536A publication Critical patent/CN112749536A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

The application relates to a document generation method, which comprises the following steps: acquiring a plurality of text segment templates, and splicing the text segment templates into a document template, wherein the text segment templates are generated by converting corresponding text segments; and filling the target text data into the document template to obtain the target document. The method and the device have the advantages that the document is divided into the template part and the information part, the template part is divided into the text section with the variables and the associated style configuration, a user only needs to combine the required text section and the style configuration at will, the information part is filled in or modified into the variables of the text section, and the document can be obtained without additional input arrangement, so that the method and the device have high flexibility.

Description

Document generation method, device and equipment
Technical Field
The present application relates to the field of document generation technologies, and in particular, to a document generation method, apparatus, and device.
Background
In documents of the official inspection method, the meanings of paragraphs are clear, but the specific contents in the paragraphs are different. These paragraphs, which are synonymous, are widely used in different documents, and these paragraphs generally have one or several fixed typographical patterns. Besides, there are more than text segments, and practically, there are also widely consistent sentence pattern structures in the text segments. When writing the relevant documents, the relevant workers often need to do a lot of repeated work, similar paragraphs and sentences, and also need to correspondingly adjust the typesetting style of each paragraph.
Because the styles are directly set in the existing typesetting tools such as rich text editors, the generated codes are not beneficial to the combination of templates and specific information by a program and the adjustment of the styles by the program in the specific document generation process. The paragraph template can not be realized basically, and the same style can not be applied to the same paragraph in different documents quickly.
Disclosure of Invention
In order to solve the technical problems or at least partially solve the technical problems, the application provides a document generation method, a document generation device and document generation equipment, wherein different text sections are manufactured and combined to be filled with data, so that various required documents can be obtained, and the flexibility is high.
In a first aspect, the present application provides a document generation method, including:
acquiring a plurality of text segment templates, and splicing the text segment templates into a document template, wherein the text segment templates are generated by converting corresponding text segments;
and filling the target text data into the document template to obtain the target document.
Further, before obtaining a plurality of text segment templates and splicing the text segment templates into a document template, the method further includes:
replacing first text data in the text segment with variable parameters, and reserving second text data in the text segment to obtain a template to be processed, wherein the second text data are text data which are kept consistent in different documents, and the first text data are text data which are allowed to be different in different documents;
and configuring a typesetting style for the template to be processed to obtain the text segment template, and storing the text segment template into a database.
Further, the step of replacing the first text data in the text segment with a variable parameter includes:
replacing the same first text data in the text segment with the same variable parameter;
and replacing different first text data in the text segment with different variable parameters.
Further, the step of configuring a typesetting style for the template to be processed to obtain the text segment template, and storing the text segment template in a database comprises:
creating different style templates, and respectively importing the style templates into the templates to be processed to generate text segment templates with different styles;
naming the text segment template, and storing the named text segment template into a text segment template list in a database.
Further, the step of obtaining a plurality of text segment templates and splicing the text segment templates into a document template includes:
calling a text segment template corresponding to the text segment template name from the text segment template list in the database;
and inserting the called text segment template into a blank document template, and sequencing the text segment templates in the blank document template to generate the target document template.
Further, the step of filling the target text data into the document template to obtain the target document includes:
acquiring first text data corresponding to the variable parameters from a variable parameter list, wherein the variable parameter list comprises different variable parameters and corresponding first text data;
detecting a variable parameter to be replaced in a target document to be generated, replacing first text data corresponding to the variable parameter to be replaced in the variable parameter list into the target document to be generated, and generating the target document to be typeset;
and typesetting the target document to be typeset to generate the target document.
Further, the step of typesetting the target document to be typeset and generating the target document comprises:
analyzing the style template to generate a style template code which can be analyzed by a webpage;
and importing the style template code into the target document to be typeset, and generating the target document after webpage analysis.
In a second aspect, the present application provides a document generating apparatus comprising:
the text segment template generating module is used for converting the text segment to generate a corresponding text segment template;
the document template generating module is used for acquiring a plurality of text segment templates and splicing the text segment templates into a document template;
and the document generation module is used for filling the target text data into the document template to obtain the target document.
In another aspect, the present application provides an apparatus comprising: at least one processor, and at least one memory, bus connected with the processor;
the processor and the memory complete mutual communication through the bus;
the processor is used for calling the program instructions in the memory so as to execute the document generation method.
In another aspect, the present application provides a storage medium having a program stored thereon, wherein the program is loaded into and executed by a processor to implement the document generation method described above.
Compared with the prior art, the technical scheme provided by the embodiment of the application has the following advantages:
according to the method and the device provided by the embodiment of the application, the document is divided into the template part and the information part, the template part is divided into the text segment with the variables and the associated style configuration, a user only needs to combine the required text segment and the style configuration at will, the information part is filled in or modified into the variables of the text segment, no additional input arrangement is needed, and various required documents can be obtained, so that the method and the device have high flexibility.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a schematic flow chart of a document generation method according to an embodiment of the present application;
fig. 2 is a partial schematic view of a text segment template configuration interface according to an embodiment of the present disclosure;
FIG. 3 is a partial schematic view of a document template configuration interface according to an embodiment of the present application;
FIG. 4 is a schematic view of a document generation apparatus according to an embodiment of the present application;
fig. 5 is a schematic view of an internal structure of an apparatus according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1 is a schematic flow chart of a document generation method provided in an embodiment of the present application, and as shown in fig. 1, the method includes:
s11, obtaining a plurality of text segment templates, and splicing the text segment templates into a document template, wherein the text segment templates are generated by converting corresponding text segments.
And S12, filling the target text data into the document template to obtain the target document.
The sentence pattern structure in the official examination document paragraph has uniform particularity, corresponding documents can be downloaded on official networks of various law enforcement agencies, the parts of the documents without sentence patterns are extracted and removed as part of data, the part of data needing to be changed is replaced by variable parameters, the data are arranged into paragraph templates, the paragraph templates are combined to generate the document template, and the required data are used for replacing the parts needing to be changed in the document template, so that the required documents are obtained.
The method divides the document into a template part and an information part, the template part is divided into a text segment with variables and associated style configuration, and a user only needs to combine the required text segment and the style configuration at will and fill or modify the information part into the variables of the text segment without additional input arrangement, so that various required documents can be obtained, and the method has high flexibility.
Specifically, the document acquired from the official website is split into a plurality of paragraphs, the document can be split according to the function or position of each paragraph in the document, part of data with fixed sentence patterns in each split paragraph is reserved without processing, part of data with values needing to be changed is replaced by variable parameters, and the data is arranged into a plurality of text segment templates with a plurality of variable parameters.
Taking the section of the court of justice as an example, as shown in fig. 2, a certain section of the document obtained from the official website includes: XXX people court. Since XXX in this paragraph is a numerical value that needs to be changed, configuring XXX with different variable parameters according to different meanings, for example, representing "court area" by "$ courtName $", displayed as $ courtName $ people' court in the text section, specific data with different variable parameters, such as beijing hailpost area, beijing yang area, etc., can be assigned. There may be a plurality of data to be replaced by variable parameters in a text segment, and the same data to be replaced in the text segment is replaced by the same variable parameters; different data needing to be replaced in the text segment are replaced by different variable parameters, for example, XXX people's court appears in one text segment for many times, all XXX in the text segment can be replaced by Beijing city hai lake areas simultaneously when the variable parameters are replaced, the operation is more convenient and faster, and inconsistency of documents caused by wrongly written characters in the input process is prevented.
After configuring a plurality of text segment templates, performing style typesetting on each text segment template, firstly creating different style templates, and configuring a style in a JSON character string format, such as: "{" fontSize ": two symbols", "fontFamily": square and small-label songhua "," isBold ": true", "textAlign": center "," lineHeight ": 1.0 times", "segmentHeight": 33"}", which means that the font size is two symbols, the font is a plus and small-label songhua, centered, the line spacing is 1.0 times, and the field height is 33. After the configured styles in different JSON character string formats are imported into the text segment templates, a plurality of text segment templates with the same content but different styles can be obtained, naming is respectively carried out according to the meanings of the text segment templates, such as a public complaint segment, a party segment and the like, and the named text segment templates are stored in a text segment template list in a database, wherein the list form is shown in the left side of the figure 2.
As shown in fig. 3, a blank document template is created, a related named text segment template is viewed from a text segment template list according to a document to be generated, the required text segment template is called from the text segment template, a suitable text segment template is dragged from the left list to any area of the blank template from the interface in fig. 3, a plurality of text segment templates on the blank document template are ordered, a document template without layout patterns can be obtained preliminarily, contents in the text segment template, including fixed format data and XXX data to be replaced, can be displayed on a main interface of the document template, and thus, the generation of an un-typeset document template is completed.
After the document template is generated, the XXX data in the template needs to be replaced by the required data, firstly, the specific data and the corresponding variables in the document to be generated are made into a list, and then, the series of data and the corresponding variables in the template can be replaced, for example, the court area in the above embodiment is assigned as: in the hai lake area of beijing, the court area and the hailake area of beijing can be used as a group of write-in lists, because the variables "$ courtName $" in the "court area" and the document template correspond to each other, when a numerical value is given to the "court area", the program replaces the specific numerical value with "$ courtName $", and finally a character string is generated: people's court in Hai lake district, Beijing. In this way, the fragmented information filled out by the user can be directly assembled into a standard document paragraph. The only key point for ensuring the replacement is the uniqueness of the variable name, and the method uses two layers of guarantees, wherein the first layer belongs to the paragraph, and each paragraph template has a unique name, so that the variable names in different paragraphs can be overlapped; the second layer, escape using the $ symbol in the natural text/$.
After the document template is subjected to data filling, the document template needs to be subjected to style configuration, according to the configured style template, the correspondence between the JSON character string and the predefined CSS attribute is analyzed, and a style attribute character string available on the HTML tag is generated through conversion, taking the style character string configured in the above embodiment as an example, the steps are as follows:
parsing the JSON character string into objects which can be processed by the program by using a javascript built-in function JSON.
fontSize is replaced with font-size, and number two is converted to 29px according to a well-known layout conversion rule. The fontFamily correspondence is replaced by font-family, and the square, small-label Song conciseness is converted into FZXiaoBiaoSong-B05S according to the accepted typesetting conversion rule. The conversion rules are shown in tables 1-3 below, except for the three annex conversions, which are conversion from pounds to PX, can be converted in accordance with accepted size conversion rules.
Figure BDA0002255840710000071
Figure BDA0002255840710000081
Table 1: JSON configuration and CSS attribute correspondence table
true bold
False 400
Table 2: conversion of isBold configuration values
1.0 times of 1
1.5 times of 1.5
2.0 times of 2
3.0 times of 3
Table 3: conversion relation of lineHeight configuration values
Performing html label attribute insertion on the generated style character string to generate a shape of < p style ═ font-size:29 px; FZXiaoBiaoSong-B05S; font-weight is bold; text-align is center; line-height:41 px; margin-top 44 px; html code of 'people's court < p > in the Haihe district of Beijing city, such code can be directly parsed and rendered by a webpage.
And respectively carrying out the above style configuration on all paragraphs in the document template to finally obtain the required document. By using the method, a user only needs to arbitrarily combine the required text segment and the required style configuration, fills or modifies the information part into the variable of the text segment, and does not need to additionally input and arrange, so that various required documents can be obtained, and the method has high flexibility.
Fig. 4 is a schematic view of a document generating apparatus according to an embodiment of the present application, and as shown in fig. 4, the document generating apparatus includes:
a text segment template generating module 41, configured to convert a text segment into a corresponding text segment template;
the document template generating module 42 is configured to obtain a plurality of text segment templates, and splice the plurality of text segment templates into a document template;
and the document generating module 43 is configured to fill the document template with the target text data to obtain the target document.
Fig. 5 is a schematic view of an internal structure of an apparatus according to an embodiment of the present application.
The document generation device comprises a processor and a memory, wherein the text segment template generation module, the document generation module and the like are stored in the memory as program modules, and the processor executes the program modules stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to one or more than one, and various required documents can be made by adjusting the parameters of the kernel.
An embodiment of the present invention provides a storage medium on which a program is stored, the program implementing the document generating method when executed by a processor.
The embodiment of the invention provides a processor, which is used for running a program, wherein the document generation method is executed when the program runs.
As shown in fig. 5, an embodiment of the present invention provides a device 70, where the device 70 includes at least one processor 701, at least one memory 702 connected to the processor, and a bus 703; the processor 701 and the memory 702 complete mutual communication through a bus 703; processor 701 is configured to call program instructions in memory 702 to perform the document generation method described above. The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program for initializing the following method steps when executed on a data processing device: a document generation method comprising:
acquiring a plurality of text segment templates, and splicing the text segment templates into a document template, wherein the text segment templates are generated by converting corresponding text segments;
and filling the target text data into the document template to obtain the target document.
Further, before obtaining a plurality of text segment templates and splicing the text segment templates into a document template, the method further includes:
replacing first text data in the text segment with variable parameters, and reserving second text data in the text segment to obtain a template to be processed, wherein the second text data are text data which are kept consistent in different documents, and the first text data are text data which are allowed to be different in different documents;
and configuring a typesetting style for the template to be processed to obtain the text segment template, and storing the text segment template into a database.
Further, the step of replacing the first text data in the text segment with a variable parameter includes:
replacing the same first text data in the text segment with the same variable parameter;
and replacing different first text data in the text segment with different variable parameters.
Further, the step of configuring a typesetting style for the template to be processed to obtain the text segment template, and storing the text segment template in a database comprises:
creating different style templates, and respectively importing the style templates into the templates to be processed to generate text segment templates with different styles;
naming the text segment template, and storing the named text segment template into a text segment template list in a database.
Further, the step of obtaining a plurality of text segment templates and splicing the text segment templates into a document template includes:
calling a text segment template corresponding to the text segment template name from the text segment template list in the database;
and inserting the called text segment template into a blank document template, and sequencing the text segment templates in the blank document template to generate the target document template.
Further, the step of filling the target text data into the document template to obtain the target document includes:
acquiring first text data corresponding to the variable parameters from a variable parameter list, wherein the variable parameter list comprises different variable parameters and corresponding first text data;
detecting a variable parameter to be replaced in a target document to be generated, replacing first text data corresponding to the variable parameter to be replaced in the variable parameter list into the target document to be generated, and generating the target document to be typeset;
and typesetting the target document to be typeset to generate the target document.
Further, the step of typesetting the target document to be typeset and generating the target document comprises:
analyzing the style template to generate a style template code which can be analyzed by a webpage;
and importing the style template code into the target document to be typeset, and generating the target document after webpage analysis.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a device includes one or more processors (CPUs), memory, and a bus. The device may also include input/output interfaces, network interfaces, and the like.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip. The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A document generation method, comprising:
acquiring a plurality of text segment templates, and splicing the text segment templates into a document template, wherein the text segment templates are generated by converting corresponding text segments;
and filling the target text data into the document template to obtain the target document.
2. The method of claim 1, wherein prior to obtaining a plurality of text segment templates and stitching the plurality of text segment templates into a document template, the method further comprises:
replacing first text data in the text segment with variable parameters, and reserving second text data in the text segment to obtain a template to be processed, wherein the second text data are text data which are kept consistent in different documents, and the first text data are text data which are allowed to be different in different documents;
and configuring a typesetting style for the template to be processed to obtain the text segment template, and storing the text segment template into a database.
3. The method of claim 2, wherein the step of replacing the first text data in the text passage with a variable parameter comprises:
replacing the same first text data in the text segment with the same variable parameter;
and replacing different first text data in the text segment with different variable parameters.
4. The method according to claim 2, wherein the step of configuring the typesetting style for the template to be processed to obtain the text segment template and storing the text segment template in the database comprises:
creating different style templates, and respectively importing the style templates into the templates to be processed to generate text segment templates with different styles;
naming the text segment template, and storing the named text segment template into a text segment template list in a database.
5. The method of claim 4, wherein the step of obtaining a plurality of text segment templates and stitching the plurality of text segment templates into a document template comprises:
calling a text segment template corresponding to the text segment template name from the text segment template list in the database;
and inserting the called text segment template into a blank document template, and sequencing the text segment templates in the blank document template to generate the target document template.
6. The method of claim 4, wherein the step of populating the document template with target text data to obtain the target document comprises:
acquiring first text data corresponding to the variable parameters from a variable parameter list, wherein the variable parameter list comprises different variable parameters and corresponding first text data;
detecting a variable parameter to be replaced in a target document to be generated, replacing first text data corresponding to the variable parameter to be replaced in the variable parameter list into the target document to be generated, and generating the target document to be typeset;
and typesetting the target document to be typeset to generate the target document.
7. The method according to claim 6, wherein the step of laying out the target document to be laid out and generating the target document comprises:
analyzing the style template to generate a style template code which can be analyzed by a webpage;
and importing the style template code into the target document to be typeset, and generating the target document after webpage analysis.
8. A document creation apparatus, comprising:
the text segment template generating module is used for converting the text segment to generate a corresponding text segment template;
the document template generating module is used for acquiring a plurality of text segment templates and splicing the text segment templates into a document template;
and the document generation module is used for filling the target text data into the document template to obtain the target document.
9. An apparatus, comprising: at least one processor, and at least one memory, bus connected with the processor;
the processor and the memory complete mutual communication through the bus;
the processor is configured to call program instructions in the memory to perform the document generation method of any one of claims 1-7.
10. A storage medium having a program stored thereon, wherein the program when loaded and executed by a processor implements the document generation method of any one of claims 1 to 7.
CN201911053134.9A 2019-10-31 2019-10-31 Document generation method, device and equipment Pending CN112749536A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911053134.9A CN112749536A (en) 2019-10-31 2019-10-31 Document generation method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911053134.9A CN112749536A (en) 2019-10-31 2019-10-31 Document generation method, device and equipment

Publications (1)

Publication Number Publication Date
CN112749536A true CN112749536A (en) 2021-05-04

Family

ID=75644591

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911053134.9A Pending CN112749536A (en) 2019-10-31 2019-10-31 Document generation method, device and equipment

Country Status (1)

Country Link
CN (1) CN112749536A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115908061A (en) * 2022-11-16 2023-04-04 广州明动软件股份有限公司 Structured electronic document system based on administrative law enforcement and case handling platform
CN117648909A (en) * 2024-01-29 2024-03-05 国网湖北省电力有限公司信息通信公司 Electric power system document data management system and method based on artificial intelligence

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050278623A1 (en) * 2004-05-17 2005-12-15 Dehlinger Peter J Code, system, and method for generating documents
CN101944162A (en) * 2010-09-02 2011-01-12 江苏大学 Electronic medical record template system based on XML file and manufacturing method of electronic medical record template
CN106919547A (en) * 2017-03-03 2017-07-04 纪永辉 Method based on key element table and standard form Mass production form document
CN108170656A (en) * 2017-12-28 2018-06-15 阿里巴巴集团控股有限公司 Template establishment method, document creating method, rendering intent and device
CN110147541A (en) * 2019-05-23 2019-08-20 北京神州泰岳软件股份有限公司 A kind of generation method and device of economic report

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050278623A1 (en) * 2004-05-17 2005-12-15 Dehlinger Peter J Code, system, and method for generating documents
CN101944162A (en) * 2010-09-02 2011-01-12 江苏大学 Electronic medical record template system based on XML file and manufacturing method of electronic medical record template
CN106919547A (en) * 2017-03-03 2017-07-04 纪永辉 Method based on key element table and standard form Mass production form document
CN108170656A (en) * 2017-12-28 2018-06-15 阿里巴巴集团控股有限公司 Template establishment method, document creating method, rendering intent and device
CN110147541A (en) * 2019-05-23 2019-08-20 北京神州泰岳软件股份有限公司 A kind of generation method and device of economic report

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115908061A (en) * 2022-11-16 2023-04-04 广州明动软件股份有限公司 Structured electronic document system based on administrative law enforcement and case handling platform
CN115908061B (en) * 2022-11-16 2024-04-12 广州明动软件股份有限公司 Structured electronic document system based on administrative law enforcement and case handling platform
CN117648909A (en) * 2024-01-29 2024-03-05 国网湖北省电力有限公司信息通信公司 Electric power system document data management system and method based on artificial intelligence
CN117648909B (en) * 2024-01-29 2024-04-12 国网湖北省电力有限公司信息通信公司 Electric power system document data management system and method based on artificial intelligence

Similar Documents

Publication Publication Date Title
CN109582909B (en) Webpage automatic generation method and device, electronic equipment and storage medium
CN102651002B (en) A kind of method for abstracting web page information and its system
CN113609820B (en) Method, device and equipment for generating word file based on extensible markup language file
US11049161B2 (en) Brand-based product management with branding analysis
CN111191079B (en) Document content acquisition method, device, equipment and storage medium
CN110321675A (en) Generation, source tracing method and device based on webpage watermark
CN112749536A (en) Document generation method, device and equipment
CN106933887A (en) A kind of data visualization method and device
CN112800730A (en) Report form filling method and device
CN114816404A (en) Method and device for dynamically rendering view page, computer equipment and storage medium
CN115391439A (en) Document data export method, device, electronic equipment and storage medium
CN110309457A (en) Web data processing method, device, computer equipment and storage medium
CN105512096B (en) A kind of optimization method and device based on font embedded in document
CN110969547A (en) Text generation method and device
CN113283228A (en) Document generation method and device, electronic equipment and storage medium
CN106372042B (en) A kind of document content acquisition methods and device
CN108427664B (en) Document analysis method and device
CN110727458A (en) Method and device for switching page template settings through background management
CN113626468B (en) SQL sentence generation method, device and equipment based on artificial intelligence and storage medium
CN110928540A (en) Page generation method and device
US20210397663A1 (en) Data reduction in a tree data structure for a wireframe
CN115272530A (en) Intelligent dynamic cover synthesis method and system for enterprise online education
CN111126007B (en) HTM L-based medical record document paging algorithm
CN103870543A (en) Method and device for reconstructing document file
CN114637505A (en) Page content 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