CN112667722A - Nuclear power station program file conversion method and equipment - Google Patents

Nuclear power station program file conversion method and equipment Download PDF

Info

Publication number
CN112667722A
CN112667722A CN202011621849.2A CN202011621849A CN112667722A CN 112667722 A CN112667722 A CN 112667722A CN 202011621849 A CN202011621849 A CN 202011621849A CN 112667722 A CN112667722 A CN 112667722A
Authority
CN
China
Prior art keywords
nuclear power
power station
program
converted
structured data
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
CN202011621849.2A
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.)
CGN Power Co Ltd
Yangjiang Nuclear Power Co Ltd
Original Assignee
CGN Power Co Ltd
Yangjiang Nuclear Power 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 CGN Power Co Ltd, Yangjiang Nuclear Power Co Ltd filed Critical CGN Power Co Ltd
Priority to CN202011621849.2A priority Critical patent/CN112667722A/en
Publication of CN112667722A publication Critical patent/CN112667722A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A nuclear power station program file conversion method and equipment comprise the following steps: according to the mapping relation between the nuclear power station program file and the structured data, performing text labeling pretreatment on the nuclear power station program file to be converted to obtain labeled data; analyzing the nuclear power station program file to be converted according to the labeled data, and extracting the target content of the nuclear power station program file to be converted; and filling the marked data and the target content into corresponding fields in a preset structured data model to obtain the converted structured data, wherein the preset structured data model comprises a program component, a program module and a program template. The method has the advantages that the structured data model is preset, the requirements of structured conversion of various program files of the nuclear power station can be flexibly adapted, the standardized flow and the assembly line operation of automatically converting the program files of the nuclear power station into structured data are realized, and therefore the conversion efficiency and the conversion accuracy of the program files of the nuclear power station are greatly improved.

Description

Nuclear power station program file conversion method and equipment
Technical Field
The invention relates to the field of nuclear power, in particular to a nuclear power station program file conversion method and equipment.
Background
The nuclear power station program is mainly used for defining various standard working processes in the nuclear power industry, and covers various professional fields of engineering, maintenance, operation and the like in the nuclear power industry. The existing nuclear power station program is displayed in an Office file form, workers can check and use the nuclear power station program in the Office file form, and many field works need to print the Office file of the nuclear power station program for guiding and recording the field working process.
With the development of work process electronization, field work is assisted by a mobile terminal, so that a nuclear power plant program in an unstructured Office file form needs to be converted into structured data which can be recognized and electronically executed by a front-end application. However, due to the lack of standardized procedures and supporting tools, the current file conversion work is largely completed manually, which results in low conversion efficiency of nuclear power plant program files.
Disclosure of Invention
The embodiment of the invention provides a nuclear power station program file conversion method and equipment, which are used for solving the problem of low conversion efficiency of the conventional nuclear power station program file.
According to a first aspect, an embodiment provides a nuclear power plant program file conversion method, including:
according to the mapping relation between the nuclear power station program file and the structured data, performing text labeling pretreatment on the nuclear power station program file to be converted to obtain labeled data;
analyzing the nuclear power station program file to be converted according to the labeled data, and extracting the target content of the nuclear power station program file to be converted;
and filling the marked data and the target content into corresponding fields in a preset structured data model to obtain the converted structured data, wherein the preset structured data model comprises a program component, a program module and a program template, the program component comprises reusable components forming a nuclear power station program structure, the program module comprises a service function module of the nuclear power station program, and the program template comprises templates corresponding to various types of nuclear power station program files.
Optionally, the extracting the target content of the nuclear power plant program file to be converted includes:
reading and analyzing the target content of the nuclear power station program file to be converted through an open extensible markup language software development kit openXML SDK.
Optionally, the method further includes: and writing the converted structured data into a relational database.
Optionally, the method further includes: and converting the converted structured data into Office documents according to a preset conversion template.
Optionally, the method further includes: and carrying out digital signature on the converted structured data.
Optionally, the method further includes:
comparing and analyzing the converted structured data and the nuclear power station program file to be converted, and judging whether a conversion quality problem exists;
if yes, conversion is carried out again;
and if the information does not exist, performing service check on the content of each module in the converted structured data, wherein the service check comprises information correctness check, integrity check and process correctness check.
Optionally, the markup data is stored in a format of an extensible markup language XML.
Optionally, the converted structured data is provided to the front-end application in a data interface manner for use.
According to a second aspect, there is provided in an embodiment an electronic device comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executes computer-executable instructions stored in the memory, so that the at least one processor executes the nuclear power plant program file conversion method according to any one of the first aspect.
According to a third aspect, an embodiment provides a computer-readable storage medium, in which computer-executable instructions are stored, and when executed by a processor, the computer-executable instructions are used to implement the nuclear power plant program file conversion method according to any one of the first aspect.
The embodiment of the invention provides a nuclear power station program file conversion method and equipment, wherein the method comprises the following steps: according to the mapping relation between the nuclear power station program file and the structured data, performing text labeling pretreatment on the nuclear power station program file to be converted to obtain labeled data; analyzing the nuclear power station program file to be converted according to the labeled data, and extracting the target content of the nuclear power station program file to be converted; and filling the marked data and the target content into corresponding fields in a preset structured data model to obtain the converted structured data, wherein the preset structured data model comprises program components, program modules and program templates, the program components comprise reusable components forming a nuclear power station program structure, the program modules comprise service function modules of the nuclear power station program, and the program templates comprise templates corresponding to various types of nuclear power station program files. The nuclear power station program file is marked, so that the mapping between the nuclear power station program file and the structured data is realized; according to the marked data, the nuclear power station program file can be analyzed, and the target content of the nuclear power station program file is automatically identified and converted, so that the marked file can be rapidly and automatically identified; and the requirements of various program files of the nuclear power station on structural conversion can be flexibly adapted through the extensible data models of the three levels of the program components, the program modules and the program templates, the standardized flow and the assembly line operation for automatically converting the program files of the nuclear power station into the structural data are realized, and therefore the conversion efficiency and the conversion accuracy of the program files of the nuclear power station are greatly improved.
Drawings
Fig. 1 is a schematic flowchart of a first embodiment of a method for converting a program file of a nuclear power plant according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a preset structured data model according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of a second embodiment of a nuclear power plant program file conversion method according to an embodiment of the present invention;
fig. 4 is a schematic flowchart of a third embodiment of a nuclear power plant program file conversion method according to an embodiment of the present invention;
fig. 5 is a schematic flowchart of a fourth embodiment of a nuclear power plant program file conversion method according to an embodiment of the present invention;
fig. 6 is a schematic flowchart of a fifth embodiment of a nuclear power plant program file conversion method according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the following detailed description and accompanying drawings. Wherein like elements in different embodiments are numbered with like associated elements. In the following description, numerous details are set forth in order to provide a better understanding of the present application. However, those skilled in the art will readily recognize that some of the features may be omitted or replaced with other elements, materials, methods in different instances. In some instances, certain operations related to the present application have not been shown or described in detail in order to avoid obscuring the core of the present application from excessive description, and it is not necessary for those skilled in the art to describe these operations in detail, so that they may be fully understood from the description in the specification and the general knowledge in the art.
Furthermore, the features, operations, or characteristics described in the specification may be combined in any suitable manner to form various embodiments. Also, the various steps or actions in the method descriptions may be transposed or transposed in order, as will be apparent to one of ordinary skill in the art. Thus, the various sequences in the specification and drawings are for the purpose of describing certain embodiments only and are not intended to imply a required sequence unless otherwise indicated where such sequence must be followed.
The numbering of the components as such, e.g., "first", "second", etc., is used herein only to distinguish the objects as described, and does not have any sequential or technical meaning. The term "connected" and "coupled" when used in this application, unless otherwise indicated, includes both direct and indirect connections (couplings).
With the development of work process electronization, field work is assisted by a mobile terminal, so that a nuclear power plant program in an unstructured Office file form needs to be converted into structured data which can be recognized and electronically executed by a front-end application. However, due to the lack of standardized procedures and supporting tools, the current file conversion work is largely completed manually, which results in low conversion efficiency of nuclear power plant program files. In order to solve the problem of low conversion efficiency of the existing nuclear power plant program files, embodiments of the present invention provide a nuclear power plant program file conversion method and apparatus, which are described in detail below.
First, some terms involved in the present invention are briefly described:
doc format: the file extension is a common file extension in computer files, and the format is originally used by plain text files and is often found in different operating systems.
The docx format: the docx file is also a common file extension in a computer file, any word processing software capable of opening the doc file can convert the document into the docx file, the docx file occupies a smaller space than the doc file, and the docx format file is essentially an XML file.
XML: extensible Markup Language, a subset of standard generalized Markup languages, is a Markup Language used to mark electronic documents to be structured.
Open XML: the system is an international opening standard aiming at word processing documents, presentations and spreadsheets, and can be realized by a plurality of application programs on a plurality of platforms.
And (3) SDK: software Development Kit, Software Development Kit.
PC: personal Computer, Personal Computer.
Fig. 1 is a schematic flowchart of a first embodiment of a nuclear power plant program file conversion method according to an embodiment of the present invention, where an execution subject in the embodiment of the present invention is an electronic device. As shown in fig. 1, the method of this embodiment may include:
and S101, performing text labeling pretreatment on the nuclear power station program file to be converted according to the mapping relation between the nuclear power station program file and the structured data to obtain labeled data.
During specific implementation, a preprocessing marking tool can be called to perform text marking preprocessing on a nuclear power station program file to be converted, and the preprocessing marking tool can perform text marking in the form of an Office plug-in. For example, the pre-processing tagging tool may convert a nuclear power plant program file in doc format to a nuclear power plant program file in docx format. After conversion, the nuclear power plant program file in the docx format is a standard open XML format file, the file format may be a zip compressed package format, the compressed package may have different directories and XML files, and the information of the whole nuclear power plant program document pair may be stored in the XML file.
For example, the open extensible markup language software development kit openxml SDK may be used to read and label the target content of the nuclear power plant program file, for example, text labeling preprocessing may be performed on the maintenance program in the nuclear power plant program file to be converted shown in table 1.
TABLE 1
Figure BDA0002878495810000051
The table 1 is a text of the maintenance program, and the preprocessing marking tool may be used to perform text labeling preprocessing on the maintenance program shown in table 1 to obtain labeled data. For example, the "start" may be marked before the "trial start time _ year _ month _ day _ hour _ minute" content of the collation data in the first column in table 1, and the "end" may be marked after the "collation alarm signal" LP heat ABP101RE COL _ a TEST "of the collation data in the first column in table 1 clears … … … … … … … … … … … … … … … …". The annotation data can be stored in an XML format and can be stored in a docx file of the maintenance program, so that the annotation data can be conveniently used when the program is automatically converted.
And S102, analyzing the nuclear power station program file to be converted according to the labeled data, and extracting the target content of the nuclear power station program file to be converted.
During specific implementation, the target content of the nuclear power plant program file to be converted, the file structure of the nuclear power plant program file to be converted, and the labeled data can be read through the openXML SDK, and the target content of the nuclear power plant program file to be converted can also be extracted continuously through the openXML SDK, for example, the target content of tables, pictures, characters, chapters and the like included in the nuclear power plant program file to be converted can be extracted.
S103, filling the annotation data and the target content into corresponding fields in a preset structured data model to obtain the converted structured data.
The preset structured data model may include program components, program modules, and program templates, where the program components may include reusable components constituting a nuclear power plant program structure, the program modules may include business function modules of a nuclear power plant program, and the program templates may include templates corresponding to various types of nuclear power plant program files. And, a piece of structural data of a specific nuclear power plant program can be embodied as instantiation of a specific program template. When the method is implemented specifically, technical components (such as text boxes, drop-down boxes, single selection, multiple selection, tables and pictures) and service components (such as quality levels and function position codes) can be included in the program components; the program modules may be combined from program components, and may include presentation forms for each program component and data storage structures; the program templates may be composed of program modules.
For example, fig. 2 is a schematic structural diagram of a preset structured data model according to an embodiment of the present invention, and as shown in fig. 2, a program component may include: a text paragraph component, a single line text entry component, a multiple line text entry component, a person selection component, a date selection component, a table component, a picture component, an audio component, a video component, and a file component; the program modules may include: a basic information module, a summary module, an applicable equipment inventory module, a risk analysis and preventive measure summary module, a prerequisite module, a tool/instrument/meter module, a process module, an appendix module and other modules; the program template can comprise: maintaining program templates, maintaining internal program templates, standard package upgrade single templates, daily high risk operation release single templates, field disconnection record templates, QDR single templates and other templates. For example: the summary module is formed by combining a text paragraph component and a table component, and the appendix module is formed by combining a table component, a picture component, an audio component, a video component and a file component; the maintenance program template is formed by combining a basic information module, a summary module, an applicable equipment list module, a risk analysis and preventive measure summary module, a prerequisite condition module, a tool/instrument module, a process module and an appendix module; instantiating the service routine template results in procedure 1.
The nuclear power station program file conversion method provided by the embodiment of the invention comprises the following steps: according to the mapping relation between the nuclear power station program file and the structured data, performing text labeling pretreatment on the nuclear power station program file to be converted to obtain labeled data; analyzing the nuclear power station program file to be converted according to the labeled data, and extracting the target content of the nuclear power station program file to be converted; and filling the marked data and the target content into corresponding fields in a preset structured data model to obtain the converted structured data, wherein the preset structured data model comprises program components, program modules and program templates, the program components comprise reusable components forming a nuclear power station program structure, the program modules comprise service function modules of the nuclear power station program, and the program templates comprise templates corresponding to various types of nuclear power station program files. The nuclear power station program file is marked, so that the mapping between the nuclear power station program file and the structured data is realized; according to the marked data, the nuclear power station program file can be analyzed, and the target content of the nuclear power station program file is automatically identified and converted, so that the marked file can be rapidly and automatically identified; and the requirements of various program files of the nuclear power station on structural conversion can be flexibly adapted through the extensible data models of the three levels of the program components, the program modules and the program templates, the standardized flow and the assembly line operation for automatically converting the program files of the nuclear power station into the structural data are realized, and therefore the conversion efficiency and the conversion accuracy of the program files of the nuclear power station are greatly improved.
As a possible implementation manner, the converted structured data can be provided to a front-end application in a data interface manner, so as to support various business scenarios that need to use the structured data. For example, the converted structured data may be provided to a PC end, a mobile end, or other front-end applications in various forms in a data interface manner, so that the front-end applications recognize and electronically execute the converted structured data.
On the basis of the first embodiment, fig. 3 is a schematic flow diagram of a second embodiment of a nuclear power plant program file conversion method according to the first embodiment of the present invention, and as shown in fig. 3, the method according to the present embodiment may include:
s201, performing text labeling pretreatment on the nuclear power station program file to be converted according to the mapping relation between the nuclear power station program file and the structured data to obtain labeled data.
And S202, analyzing the nuclear power station program file to be converted according to the labeled data, and extracting the target content of the nuclear power station program file to be converted.
And S203, filling the annotation data and the target content into corresponding fields in a preset structured data model to obtain the converted structured data.
And S204, writing the converted structured data into a relational database.
According to the nuclear power station program file conversion method provided by the embodiment of the invention, the converted structured data is written into the relational database, so that the converted structured data is very convenient to read and query, and the user experience is improved.
On the basis of the first embodiment, fig. 4 is a schematic flowchart of a third embodiment of a method for converting a program file of a nuclear power plant according to the first embodiment of the present invention, and as shown in fig. 4, the method according to the present embodiment may include:
s301, performing text labeling pretreatment on the nuclear power station program file to be converted according to the mapping relation between the nuclear power station program file and the structured data to obtain labeled data.
And S302, analyzing the nuclear power station program file to be converted according to the labeled data, and extracting the target content of the nuclear power station program file to be converted.
And S303, filling the annotation data and the target content into corresponding fields in a preset structured data model to obtain the converted structured data.
And S304, converting the converted structured data into an office ce document according to a preset conversion template.
According to the nuclear power station program file conversion method provided by the embodiment of the invention, the converted structured data is converted into the Office document, so that the export function of the nuclear power station program document based on the template is realized, the original use habit can be used by a user, and the converted structured data can be continuously checked in the Office document mode, so that the user experience is improved.
On the basis of the first embodiment, fig. 5 is a schematic flowchart of a fourth embodiment of a method for converting a program file of a nuclear power plant according to the first embodiment of the present invention, and as shown in fig. 5, the method of the present embodiment may include:
s401, performing text labeling pretreatment on the nuclear power station program file to be converted according to the mapping relation between the nuclear power station program file and the structured data to obtain labeled data.
S402, analyzing the nuclear power station program file to be converted according to the labeled data, and extracting the target content of the nuclear power station program file to be converted.
And S303, filling the annotation data and the target content into corresponding fields in a preset structured data model to obtain the converted structured data.
And S404, carrying out digital signature on the converted structured data.
According to the nuclear power station program file conversion method provided by the embodiment of the invention, the converted structured data is digitally signed, so that the phenomenon that the nuclear power station program is maliciously tampered in the use process can be avoided to a certain extent, and safety guarantee is provided for the field utilization of the nuclear power station program data.
On the basis of the first embodiment, fig. 6 is a schematic flowchart of a fifth embodiment of a method for converting a program file of a nuclear power plant according to the first embodiment of the present invention, and as shown in fig. 6, the method according to the present embodiment may include:
s501, performing text labeling pretreatment on the nuclear power station program file to be converted according to the mapping relation between the nuclear power station program file and the structured data to obtain labeled data.
And S502, analyzing the nuclear power station program file to be converted according to the labeled data, and extracting the target content of the nuclear power station program file to be converted.
And S503, filling the annotation data and the target content into corresponding fields in a preset structured data model to obtain the converted structured data.
S504, comparing and analyzing the converted structured data and the nuclear power station program file to be converted, and judging whether the conversion quality problem exists.
If yes, go to S505; if not, go to S506.
And S505, converting again.
S506, performing service check on the content of each module in the converted structured data.
The service check may include checking correctness of information, checking integrity of information, and checking correctness of a process. And, the structured data after the verification is finished can be determined as a formally usable version.
The nuclear power station program file conversion method provided by the embodiment of the invention comprises the steps of comparing and analyzing the converted structured data and the nuclear power station program file to be converted, judging whether the conversion quality problem exists, and if so, converting again; and if the information does not exist, performing service check on the content of each module in the converted structured data, wherein the service check comprises information correctness check, integrity check and process correctness check. Through the pipeline type conversion links such as quality inspection, service inspection and the like, the problem that the conversion work cannot be expanded in a large scale is solved, the large-scale pipeline type nuclear power station program file structured conversion work is completed, the conversion quality is checked, and therefore the conversion accuracy of the nuclear power station program files is improved.
In addition, corresponding to the nuclear power plant program file conversion method provided in the foregoing embodiment, an embodiment of the present invention further provides an electronic device, where the electronic device may include: at least one processor and memory; the memory stores computer-executable instructions; the at least one processor executes computer-executable instructions stored in the memory, so that the at least one processor, when executing, implements all the steps of the nuclear power plant program file conversion method according to the embodiment of the present invention.
In addition, corresponding to the nuclear power plant program file conversion method provided in the foregoing embodiment, an embodiment of the present invention further provides a computer-readable storage medium, where computer execution instructions are stored in the computer-readable storage medium, and when the computer execution instructions are executed by a processor, all steps of the nuclear power plant program file conversion method according to the embodiment of the present invention are implemented.
Those skilled in the art will appreciate that all or part of the functions of the various methods in the above embodiments may be implemented by hardware, or may be implemented by computer programs. When all or part of the functions of the above embodiments are implemented by a computer program, the program may be stored in a computer-readable storage medium, and the storage medium may include: a read only memory, a random access memory, a magnetic disk, an optical disk, a hard disk, etc., and the program is executed by a computer to realize the above functions. For example, the program may be stored in a memory of the device, and when the program in the memory is executed by the processor, all or part of the functions described above may be implemented. In addition, when all or part of the functions in the above embodiments are implemented by a computer program, the program may be stored in a storage medium such as a server, another computer, a magnetic disk, an optical disk, a flash disk, or a removable hard disk, and may be downloaded or copied to a memory of a local device, or may be version-updated in a system of the local device, and when the program in the memory is executed by a processor, all or part of the functions in the above embodiments may be implemented.
The present invention has been described in terms of specific examples, which are provided to aid understanding of the invention and are not intended to be limiting. For a person skilled in the art to which the invention pertains, several simple deductions, modifications or substitutions may be made according to the idea of the invention.

Claims (10)

1. A nuclear power plant program file conversion method is characterized by comprising the following steps:
according to the mapping relation between the nuclear power station program file and the structured data, performing text labeling pretreatment on the nuclear power station program file to be converted to obtain labeled data;
analyzing the nuclear power station program file to be converted according to the labeled data, and extracting the target content of the nuclear power station program file to be converted;
and filling the marked data and the target content into corresponding fields in a preset structured data model to obtain the converted structured data, wherein the preset structured data model comprises a program component, a program module and a program template, the program component comprises reusable components forming a nuclear power station program structure, the program module comprises a service function module of the nuclear power station program, and the program template comprises templates corresponding to various types of nuclear power station program files.
2. The method as claimed in claim 1, wherein the extracting the target content of the nuclear power plant program file to be converted comprises:
reading and analyzing the target content of the nuclear power station program file to be converted through an open extensible markup language software development kit openXML SDK.
3. The method of claim 1, wherein the method further comprises:
and writing the converted structured data into a relational database.
4. The method of claim 1, wherein the method further comprises:
and converting the converted structured data into Office documents according to a preset conversion template.
5. The method of claim 1, wherein the method further comprises:
and carrying out digital signature on the converted structured data.
6. The method of claim 1, wherein the method further comprises:
comparing and analyzing the converted structured data and the nuclear power station program file to be converted, and judging whether a conversion quality problem exists;
if yes, conversion is carried out again;
and if the information does not exist, performing service check on the content of each module in the converted structured data, wherein the service check comprises information correctness check, integrity check and process correctness check.
7. The method of claim 1, wherein the annotation data is stored in the format of the extensible markup language (XML).
8. The method of claim 1, wherein the converted structured data is provided to a front-end application for use in a data interface manner.
9. An electronic device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the nuclear power plant program file conversion method as recited in any one of claims 1-8.
10. A computer-readable storage medium, wherein computer-executable instructions are stored in the computer-readable storage medium, and when executed by a processor, are used for implementing the nuclear power plant program file conversion method according to any one of claims 1 to 8.
CN202011621849.2A 2020-12-31 2020-12-31 Nuclear power station program file conversion method and equipment Pending CN112667722A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011621849.2A CN112667722A (en) 2020-12-31 2020-12-31 Nuclear power station program file conversion method and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011621849.2A CN112667722A (en) 2020-12-31 2020-12-31 Nuclear power station program file conversion method and equipment

Publications (1)

Publication Number Publication Date
CN112667722A true CN112667722A (en) 2021-04-16

Family

ID=75412161

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011621849.2A Pending CN112667722A (en) 2020-12-31 2020-12-31 Nuclear power station program file conversion method and equipment

Country Status (1)

Country Link
CN (1) CN112667722A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113886355A (en) * 2021-09-15 2022-01-04 成都材智科技有限公司 Nuclear power structural material process data integration system and method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113886355A (en) * 2021-09-15 2022-01-04 成都材智科技有限公司 Nuclear power structural material process data integration system and method

Similar Documents

Publication Publication Date Title
CN110347953B (en) Page generation method, page generation device, computer equipment and storage medium
CN110852065B (en) Document auditing method, device, system, equipment and storage medium
US9690788B2 (en) File type recognition analysis method and system
US20190243848A1 (en) Generating a structured document guiding view
US9740995B2 (en) Coordinate-based document processing and data entry system and method
US11182544B2 (en) User interface for contextual document recognition
CN110909123B (en) Data extraction method and device, terminal equipment and storage medium
CN113806170B (en) Method, system, medium and terminal for automatically generating supervision log of engineering industry
US8572062B2 (en) Indexing documents using internal index sets
CN111444718A (en) Insurance product demand document processing method and device and electronic equipment
CN107908843B (en) Management system based on drawing of map label information
CN111815162A (en) Digital auditing tool and method
CN112667722A (en) Nuclear power station program file conversion method and equipment
CN111325031A (en) Resume parsing method and device
WO2023045056A1 (en) Document comparison method, apparatus and system based on rpa and ai, and device and medium
CN112559541B (en) Document auditing method, device, equipment and storage medium
CN114115831A (en) Data processing method, device, equipment and storage medium
CN110909112B (en) Data extraction method, device, terminal equipment and medium
CN111461330B (en) Multilingual knowledge base construction method and system based on multilingual resume
CN114580347A (en) Bidding information determination method and device combining RPA and AI and storage medium
CN112966671A (en) Contract detection method and device, electronic equipment and storage medium
CN113434734A (en) Method, device, equipment and storage medium for generating file and reading file
CN112613290A (en) Document template generation method, device, equipment and storage medium
Georgiades et al. A novel software tool for supporting and automating the requirements engineering process with the use of natural language
CN110457659B (en) Clause document generation method and terminal equipment

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