WO2023222003A1 - 图像语义对齐方法、装置、电子设备及存储介质 - Google Patents
图像语义对齐方法、装置、电子设备及存储介质 Download PDFInfo
- Publication number
- WO2023222003A1 WO2023222003A1 PCT/CN2023/094654 CN2023094654W WO2023222003A1 WO 2023222003 A1 WO2023222003 A1 WO 2023222003A1 CN 2023094654 W CN2023094654 W CN 2023094654W WO 2023222003 A1 WO2023222003 A1 WO 2023222003A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- execution
- target
- flow chart
- trigger
- text
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/30—Semantic analysis
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
- G06Q10/103—Workflow collaboration or project management
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—Two-dimensional [2D] image generation
- G06T11/60—Creating or editing images; Combining images with text
Definitions
- the embodiments of the present disclosure relate to the field of data processing technology, and in particular, to an image semantic alignment method, device, electronic device, and storage medium.
- an execution process corresponding to the project is often set up.
- the execution process can include a lot of information.
- the execution process is based on the process.
- the display of the graph is not intuitive.
- Embodiments of the present disclosure provide an image semantic alignment method, device, electronic device and storage medium to convert the execution flow chart into corresponding semantic text and display it to the user, thereby achieving the technical effect of facilitating user understanding.
- Embodiments of the present disclosure provide an image semantic alignment method, which method includes: determining an execution flow chart corresponding to a target task; wherein the execution flow chart includes at least one execution branch, and each execution branch includes a target trigger events and target execution operations; when it is detected that the semantic conversion conditions are met, the target execution text consistent with the semantic content of the execution flow chart is displayed on the target display interface; wherein the target execution text includes the The target triggering event and the corresponding statement of the target execution operation.
- Embodiments of the present disclosure also provide an image semantic alignment device, which device includes: an execution flow chart determination module configured to determine an execution flow chart corresponding to the target task; wherein the execution flow chart includes at least one execution branch , each execution branch includes target triggering events and target execution operations; the semantic conversion module is configured to display the target execution text consistent with the semantic content of the execution flow chart when it detects that the semantic conversion conditions are met.
- the target display interface wherein the target execution text includes statements corresponding to the target triggering event and the target execution operation.
- An embodiment of the present disclosure also provides an electronic device.
- the device includes: at least one processor; a storage device configured to store at least one program.
- the at least A processor implements the image semantic alignment method described in any embodiment of the present disclosure.
- Embodiments of the present disclosure also provide a computer-readable storage medium on which a computer program is stored.
- the program is executed by a processor, the image semantic alignment method as described in any of the embodiments of the present disclosure is implemented.
- Figure 1 is a schematic flowchart of an image semantic alignment method provided by an embodiment of the present disclosure
- Figure 2 is a schematic diagram of an execution flow chart configuration page provided by an embodiment of the present disclosure
- Figure 3 is a schematic diagram of an event selection page provided by an embodiment of the present disclosure.
- Figure 4 is a schematic diagram of an execution flow chart configuration page provided by an embodiment of the present disclosure.
- Figure 5 is a schematic diagram of a target display interface provided by an embodiment of the present disclosure.
- Figure 6 is a structural block diagram of an image semantic alignment device provided by an embodiment of the present disclosure.
- FIG. 7 is a schematic structural diagram of an electronic device provided by an embodiment of the present disclosure.
- the term “include” and its variations are open-ended, ie, “including but not limited to.”
- the term “based on” means “based at least in part on.”
- the term “one embodiment” means “at least one embodiment”; the term “another embodiment” means “at least one additional embodiment”; and the term “some embodiments” means “at least some embodiments”. Relevant definitions of other terms will be given in the description below.
- the configured graphical rules can be converted into text form, which can be implemented based on the technical solutions of the embodiments of the present disclosure.
- Figure 1 is a schematic flowchart of an image semantic alignment method provided by an embodiment of the present disclosure. This embodiment can be applied to the situation of converting execution flow charts, such as sequential flow charts or tree diagrams, into corresponding semantic texts. , this method can be executed by an image semantic alignment device, which can be implemented in the form of software and/or hardware.
- the hardware can be an electronic device, such as a mobile terminal, a personal computer (Personal Computer, PC) or a server.
- the device for executing the image semantic alignment method can be integrated into application software that supports image semantic alignment, and the software can be installed in an electronic device.
- the electronic device can be a mobile device. Terminal or PC, etc.
- the application software can be any type of software that requires image semantic alignment.
- the specific application software will not be described one by one here, as long as the image semantic pairing can be achieved.
- It can also be a specially developed application that is used in software that implements image semantic alignment, or it can be integrated into the corresponding page. Users can achieve image semantic alignment through the integrated page on the PC.
- the target task can be understood as a task that the user needs to configure.
- the target task can be to establish an execution process for a certain R&D project.
- the execution process can include multiple process execution nodes, and each process execution node corresponds to the corresponding The execution user, the specific event of execution, and one or more conditions for determining which user is required for execution may also be included.
- the execution flow chart can be a user pass A rule flow chart configured through graphical configuration.
- the rule flow chart can be a tree diagram or a sequential graphical flow chart. If it is a tree diagram, the execution flow chart includes at least one execution branch.
- Each Each execution branch includes target trigger events and target execution operations.
- the target trigger event can be understood as a preset event.
- the target execution operation can be understood as the operation that needs to be performed after the target trigger event occurs.
- the system detects a network attack, it will issue corresponding warning information.
- the network attack can be used as a target trigger event, and when the warning information is issued, the corresponding target will perform an operation.
- determining the execution flow chart corresponding to the target task includes: when a trigger flow chart creation control is detected, jumping to the execution flow chart configuration page; based on the execution flow chart configuration The triggering operation in the page determines the target triggering event and the target execution operation; based on the target triggering event and the target execution operation, the execution flow chart is determined.
- the flowchart creation control may be a control displayed on the display interface of the terminal device for creating a flowchart.
- the flowchart configuration page can be understood as the page used to configure the flowchart.
- the triggering operation can be the user's operation to trigger the corresponding control on the flowchart configuration page.
- the flow chart drawing program needs to be started, that is, the flow chart creation instruction is triggered.
- the user is jumped to the execution flowchart configuration page, and then the user can determine the target trigger event and the corresponding target execution operation by triggering the corresponding controls in the flowchart configuration page, and then trigger the target based on the target determined by the user.
- the events and corresponding target execution operations determine the final execution flow chart.
- the corresponding control configuration page can be popped up for the user on the right side of the execution flow chart configuration page.
- the trigger control configuration page is taken as an example. On this configuration page, you can It is up to the user to configure the parameters of the trigger type, work item content, original work item status, and modified work item status.
- each execution flow chart needs to include at least one trigger, and the user can decide the number of condition controls according to needs. That is, the user can set multiple conditions for judgment for the same target trigger event, and the user can also set no conditions for the target trigger event.
- Conditional controls directly perform corresponding operations after the target trigger event is triggered.
- the technical solution provided by the embodiment of the present disclosure jumps to the corresponding flowchart configuration page when it is detected that the user triggers the flowchart creation control, thereby allowing the user to complete the graphical configuration of the rules in the form of a flowchart, improving the efficiency of the rules. Configuration efficiency.
- determining the target trigger event and the target execution operation based on the trigger operation in the execution flow chart configuration page includes: based on the triggering of the trigger in the execution flow chart configuration page Operation, pop up an event selection page including at least one trigger event; based on the trigger operation in the event selection page, determine the target trigger event, and return to the execution flow chart configuration page, and configure in the execution flow chart
- the target trigger event is displayed on the page; the target execution operation is determined based on the editing information of the execution operation in the execution flow chart configuration page.
- the triggering event may be at least one predefined event that may occur, or an event set by the user according to actual needs.
- the event selection page can be understood as a page used to select trigger events.
- the edited information can be information edited by the user in the operation control in the configuration page of the execution flow chart.
- the event selection page is: The user is provided with a variety of preset events for users to choose. The user can select from the preset events to determine the target triggering event according to the needs. The user can also set the target triggering event independently according to the needs. When the user completes the selection of the target triggering event Afterwards, the user is returned to the execution flow chart configuration page, and the user sets the operations that need to be performed after the target trigger event occurs.
- a corresponding event selection page pops up for the user.
- the user can select from the preset events in the event selection page to determine the target trigger event according to the needs.
- the custom event control in the demand trigger event selection page can independently set the target trigger event.
- the preset events include but are not limited to creating work items, archiving work items, deleting work items, modifying work item status, and node status. At least one of modification, task status modification, field value modification, comment operation, scheduling operation, role operation, node locking, and field synchronization.
- they can be displayed based on a drop-down sliding window. Use the event triggered by the user on the display interface as the target trigger event.
- the technical solution provided by the embodiment of the present disclosure facilitates the user to configure the flow chart by popping up a corresponding event selection page for the user when it is detected that the user triggers the trigger control, and returning to the flow chart configuration page after the user selects the event. , which improves the configuration efficiency of flowcharts.
- the execution flow chart can include multiple trigger events and corresponding execution operations.
- the trigger event and execution can also be clarified by setting judgment conditions. Therefore, the branch judgment conditions of each execution branch belonging to the same branch node can be determined based on the dynamic configuration area in the target area, so that the target execution branch can be determined based on the branch judgment conditions.
- the target area can be understood as the area used to configure the execution flowchart on the execution flowchart configuration page.
- the dynamic configuration area can be an area where users add controls, and users can select the type of controls that need to be added by triggering the dynamic configuration area.
- Branch nodes can be understood as nodes that point to other downstream nodes.
- the target execution branch can be the branch that needs to execute the event after the conditional judgment is passed.
- the user can select the type of control that needs to be added through the dynamic configuration area in the trigger target area.
- the user can configure the corresponding condition control under the trigger control.
- the target trigger event occurs, the information in the target trigger event and The conditions set by the user are matched to determine the target execution branch. It is understandable that there may be multiple branch nodes under the same branch node, or there may not be any branch nodes. That is, the user can set multiple judgment conditions for the same target trigger event, or no judgment conditions may be set.
- priority is used as an example to configure the execution flow chart.
- the user sets the rule name as event priority notification, adds the corresponding trigger, and sets the trigger to create a work item. That is, the target trigger event is that the work item is created.
- the corresponding condition control can be added by triggering the dynamic configuration area, as shown in Figure 4.
- the condition control of the left branch is set to detect whether the priority field of the work item is is P0.
- the target execution branch is determined to be the left branch, that is, a notification with priority P0 is sent to the user.
- the condition control corresponding to the right branch is set to detection. Whether the priority field of the work item is P1.
- the priority field of the work item is P1, it is determined that the target execution branch is the right branch, that is, a notification with priority P1 is sent to the user.
- the technical solution provided by the embodiment of the present disclosure determines the branch judgment conditions of the same branch node in the dynamic configuration area of the target area, and then determines the target execution branch that needs to be executed based on the judgment conditions, making the relationship between the trigger event and the execution operation clearer and improving Improves the efficiency of user configuration rules.
- the target execution text includes statements corresponding to the target triggering event and the target execution operation. Semantic conversion can be understood as converting rules configured in flowchart form into text form.
- the target execution text may be text information obtained by semantically converting the execution flow chart.
- the target display interface may be a text display page for displaying target execution text.
- the execution flow chart completed by the user configuration is converted into the corresponding target execution text through semantics, and the converted target execution text is displayed on the corresponding target display page. middle.
- the semantic conversion condition includes at least one of the following: detecting the triggering of the semantic control; detecting that the display duration of the execution flow chart reaches the preset display duration threshold.
- the semantic trigger control can be a semantic control set on the execution flow chart configuration page.
- the user can switch to the target execution text display page by triggering the control.
- the execution flow chart configuration page is also set with a flow chart control.
- the user You can switch to the flowchart configuration page by triggering this control.
- the preset display duration threshold can be understood as the preset display duration of the flow chart.
- the configured execution flow chart is semantically converted to obtain the target execution text, and the user switches to the text display page to execute the target The text is displayed. It can also be that after the user completes the configuration of the execution flow chart, the display time of the execution flow chart meets the preset display time. At this time, it is determined that the semantic conditions are met, the execution flow chart is semanticized, and the text display page is switched. Display target execution text.
- the method further includes: performing traversal processing on each execution node in the execution flow chart to determine a target execution text that is consistent with the semantic content of the execution flow chart.
- the execution nodes can be nodes corresponding to different controls in the flow chart. It is understandable that in order to ensure that the semantics of the generated target execution text are clear, all nodes under the same execution branch need to be traversed first during the traversal process.
- the system will automatically set a unique identification identifier for the control created by the user, and then when the current conditions meet the semantic conversion conditions, all nodes of the execution flow chart will be traversed according to the preset identification identifier. , and then obtain the target execution text consistent with the semantic content of the execution flow chart.
- the traversal order needs to be set in advance. For example, the traversal order can be set to "left, middle, right", that is, the execution branch on the left is traversed first, and then Traverse the execution branch in the middle, and finally traverse the execution branch on the right.
- the technical solution provided by the embodiments of the present disclosure ensures the correctness of the semantics of the execution flow chart by traversing the nodes in the execution flow chart and generating corresponding target execution text when the semantic conditions are met.
- Traversing processing to determine the target execution text consistent with the semantic content of the execution flow chart includes: traversing each execution node in the execution flow chart, and determining the target execution text in the target execution text according to the dependency relationship of each execution node.
- the first line of indentation information based on the trigger conditions of each execution node and the corresponding trigger operation, determine the corresponding content to be added; based on the content to be added, the trigger event corresponding to each execution node and the corresponding first line of indentation information, determine The target execution text.
- the dependency relationship can be understood as whether the current node has a dependency relationship with the upper node.
- the first line of indentation information may be the indentation character information of the target execution text.
- the content to be added can be the trigger conditions set by the user and the text description of the trigger operation.
- the indentation information of the first line in the current target execution text is determined according to the dependency relationship between each node. It can be understood that the text information corresponding to the first-level node, that is, the main node does not need to be indented, and the corresponding text information of the second-level node does not need to be indented.
- the text information needs to have its indent character set to 2, and the text information corresponding to the third-level point needs to have its indent character set to 4.
- the text content that needs to be added is determined according to the trigger conditions and corresponding trigger operations of each execution node, and then based on the content to be added, the trigger events corresponding to each execution node and The corresponding first line of indentation information identifies the target execution text.
- the technical solution provided by the embodiment of the present application determines the indentation information of the text based on the dependency relationship of each execution node, and generates the target execution text based on the indentation information of the text, the content to be added, and the triggering event, making the target execution text easier to be User understanding improves the user experience.
- the event priority notification execution flow chart is used as an example to perform semantic conversion.
- the priority notification execution flow chart is Convert to text form, which can be understood in conjunction with Figure 4.
- the trigger is a second-level node
- the two priority judgment nodes are third-level nodes
- the operation execution node is a fourth-level node. Therefore, the text of the trigger node needs to be Set the indent character to 2, set the text indent character of the priority judgment node to 4, set the text indent character of the operation execution node to 6, and obtain the content set by the user in the corresponding control.
- the indentation information of the node text and the trigger events corresponding to each node finally obtain the target execution text as shown in Figure 5. It should be noted that even after the user jumps to the target display interface by triggering the semantic control, the control configuration interface is still displayed for the user on the right side of the interface, and the user can still configure the rules through text.
- this technical solution can realize the switching configuration of "flow chart” and "semantic text", that is, it supports the conversion of the graphical automated configuration method into the text configuration method, meeting the requirements
- Different forms of configuration requirements further, in the configuration form of "flow chart”, structured image information can be distinguished by different colors.
- target trigger events, target trigger conditions and target execution operations can be distinguished in the flow chart .
- the "semantic" configuration form uses charts and indentations to distinguish triggers, conditions, and operations and display their hierarchical relationships, further improving The technical effect further improves the convenience of reading.
- the technical solution of the embodiment of the present disclosure determines the execution flow chart corresponding to the target task, and the execution flow chart includes at least one execution branch, and each execution branch includes a target trigger event and a target execution operation, and then detects the current
- the target execution text consistent with the semantic content of the execution flow chart is displayed on the target display interface, and the target execution text includes statements corresponding to the target trigger event and the target execution operation, solving the problem of related technologies
- the flowchart-based representation is unclear and unintuitive, which causes inconvenience for users to use and read.
- the execution text is displayed based on the execution text, which improves the readability of the display and facilitates understanding of the technical effect.
- Figure 6 is a structural block diagram of an image semantic alignment device provided by an embodiment of the present disclosure. It can execute the image semantic alignment method provided by any embodiment of the present disclosure, and has corresponding functional modules and beneficial effects of the execution method.
- the device specifically includes: an execution flow chart determination module 610 and a semantic conversion module 620.
- the execution flow chart determination module 610 is configured to determine the execution flow chart corresponding to the target task; wherein the execution flow chart includes at least one execution branch, and each execution branch includes a target trigger event and a target execution operation; semantics
- the conversion module 620 is configured to display target execution text that is consistent with the semantic content of the execution flow chart on the target display interface when it is detected that the semantic conversion condition is met; wherein the target execution text includes the target execution text that is consistent with the semantic content of the execution flow chart. The triggering event and the statement corresponding to the target execution operation.
- the execution flow chart determination module is configured to: when the trigger flow chart creation control is detected, jump to the execution flow chart configuration page; based on the trigger in the execution flow chart configuration page Operation, determine the target triggering event and the target execution operation; determine the execution flow chart based on the target triggering event and the target execution operation.
- the execution flow chart determination module further includes: a target trigger event determination unit configured to pop up a message including at least one trigger event based on the trigger operation of the trigger in the execution path map configuration page. Event selection page; a rollback unit configured to determine the target trigger event based on the trigger operation in the event selection page, and roll back to the execution flowchart configuration page, and display it in the execution flowchart configuration page
- the target triggers the event; the target execution operation determining unit is configured to determine the target execution operation based on the editing information of the execution operation in the execution flow chart configuration page.
- the execution flow chart determination module also includes: a target execution branch determination unit, configured to determine the branch judgment conditions of all execution branches belonging to the same branch node based on the dynamic configuration area in the target area, The target execution branch is determined based on the branch judgment condition.
- the semantic conversion condition includes at least one of the following: detecting the triggering of the semantic control; detecting that the display duration of the execution flow chart reaches the preset display duration threshold.
- the semantic conversion module includes: a target execution text determination unit, configured to determine the semantic content consistent with the execution flow chart by traversing all execution nodes in the execution flow chart. Consistent target execution text.
- the target execution text determination unit is configured to: traverse all execution nodes in the execution flow chart, and determine the target execution text in the target execution text based on the dependencies between all execution nodes.
- the first line of indentation information based on the trigger conditions and corresponding trigger operations of each execution node, determine the corresponding content to be added; based on the content to be added of all execution nodes, the trigger events corresponding to all execution nodes, and the The corresponding first line indentation information of all execution nodes is determined to determine the target execution text.
- the technical solution of the embodiment of the present disclosure determines the execution flow chart corresponding to the target task, and the execution flow chart includes at least one execution branch, and each execution branch includes a target trigger event and a target execution operation, and then detects the current
- the target execution text consistent with the semantic content of the execution flow chart is displayed on the target display interface, and the target execution text includes statements corresponding to the target trigger event and the target execution operation, solving the problem of related technologies
- the flowchart-based representation is unclear and unintuitive, which causes inconvenience for users to use and read.
- the execution text is displayed based on the execution text, which improves the readability of the display and facilitates understanding of the technical effect.
- the image semantic alignment device provided by the embodiments of the present disclosure can execute the image semantic alignment method provided by any embodiment of the present disclosure, and has functional modules and beneficial effects corresponding to the execution method.
- FIG. 7 is a schematic structural diagram of an electronic device provided by an embodiment of the present disclosure.
- an electronic device such as a terminal device or service in FIG. 7 ) suitable for implementing an embodiment of the present disclosure is shown.
- Terminal devices in embodiments of the present disclosure may include, but are not limited to, mobile phones, notebook computers, digital broadcast receivers, personal digital assistants (Personal Digital Assistant, PDA), tablet computers (Portable Android Device, PAD), and portable multimedia players.
- Mobile terminals such as (Portable Media Player, PMP), vehicle-mounted terminals (such as vehicle-mounted navigation terminals), and fixed terminals such as digital televisions (TV), desktop computers, and the like.
- the electronic device 700 shown in FIG. 7 is only an example and should not bring any limitations to the functions and usage scope of the embodiments of the present disclosure.
- the electronic device 700 may include a processing device (such as a central processing unit, a graphics processor, etc.) 701, which may process data according to a program stored in a read-only memory (Read-Only Memory, ROM) 702 or from a storage device. 708 loads the program in the random access memory (Random Access Memory, RAM) 703 to perform various appropriate actions and processing. In the RAM 703, various programs and data required for the operation of the electronic device 700 are also stored.
- the processing device 701, ROM 702 and RAM 703 are connected to each other via a bus 704.
- An input/output (I/O) interface 705 is also connected to bus 704.
- input devices 706 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; including, for example, a Liquid Crystal Display (LCD) , an output device 707 such as a speaker, a vibrator, etc.; a storage device 708 including a magnetic tape, a hard disk, etc.; and a communication device 709.
- Communication device 709 may allow electronic device 700 to communicate wirelessly or wiredly with other devices to exchange data.
- FIG. 7 illustrates an electronic device 700 having various means, it should be understood that implementation or availability of all illustrated means is not required. More or fewer means may alternatively be implemented or provided.
- embodiments of the present disclosure include a computer program product including a computer program carried on a non-transitory computer-readable medium, the computer program containing program code for performing the method illustrated in the flowchart.
- the computer program may be downloaded and installed from the network via communication device 709, or from storage device 708, or from ROM 702.
- the processing device 701 the above-mentioned functions defined in the method of the embodiment of the present disclosure are performed.
- the electronic device provided by the embodiments of the present disclosure and the image semantic alignment method provided by the above embodiments belong to the same inventive concept.
- Technical details that are not described in detail in this embodiment can be referred to the above embodiments, and this embodiment has the same features as the above embodiments. beneficial effects.
- Embodiments of the present disclosure provide a computer storage medium on which a computer program is stored.
- the program is executed by a processor, the image semantic alignment method provided in the above embodiments is implemented.
- the computer-readable medium mentioned above in the present disclosure may be a computer-readable signal medium or a computer-readable storage medium, or any combination of the above two.
- the computer-readable storage medium may be, for example, but is not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus or device, or any combination thereof. More specific examples of computer readable storage media may include, but are not limited to: electrical connections having one or more wires, portable computer disks, hard drives, RAM, ROM, Erasable Programmable Read-Only Memory Memory, EPROM) or flash memory, optical fiber, portable compact disk read-only memory (Compact Disc Read-Only Memory, CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
- a computer-readable storage medium may be any tangible medium that contains or stores a program for use by or in connection with an instruction execution system, apparatus, or device.
- a computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, carrying computer-readable program code therein. Such propagated data signals may take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the above.
- a computer-readable signal medium may also be any computer-readable medium other than a computer-readable storage medium that can send, propagate, or transmit a program for use by or in connection with an instruction execution system, apparatus, or device .
- Program code contained on a computer-readable medium can be transmitted using any appropriate medium, including but not limited to: wires, optical cables, radio frequency (Radio Frequency, RF), etc., or any suitable combination of the above.
- the client and server can communicate using any currently known or future developed network protocol, such as HyperText Transfer Protocol (HTTP), and can communicate with digital data in any form or medium.
- HTTP HyperText Transfer Protocol
- Communications e.g., communications network
- Examples of communication networks include Local Area Networks (LANs), Wide Area Networks (WANs), the Internet (e.g., the Internet), and end-to-end networks (e.g., ad hoc end-to-end networks), as well as any current network for knowledge or future research and development.
- LANs Local Area Networks
- WANs Wide Area Networks
- the Internet e.g., the Internet
- end-to-end networks e.g., ad hoc end-to-end networks
- the above-mentioned computer-readable medium may be included in the above-mentioned electronic device; it may also exist independently without being assembled into the electronic device.
- the computer-readable medium carries one or more programs.
- the electronic device determines an execution flow chart corresponding to the target task; wherein, the execution flow chart includes at least one execution branch, and each execution branch includes a target trigger event and a target execution operation; when the detection meets the semantic conversion condition, the target execution text consistent with the semantic content of the execution flow chart will be displayed on the target display Interface; wherein the target execution text includes statements corresponding to the target triggering event and the target execution operation.
- Computer program code for performing the operations of the present disclosure may be written in one or more programming languages, including but not limited to object-oriented programming languages—such as Java, Smalltalk, C++, and Includes conventional procedural programming languages—such as "C" or similar programming languages.
- the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user computer through any kind of network, including a LAN or WAN, or may be connected to an external computer (eg, through the Internet using an Internet service provider).
- each block in the flowchart or block diagram may represent a module, segment, or portion of code that contains one or more logic functions that implement the specified executable instructions.
- the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown one after another may actually execute substantially in parallel, or they may sometimes execute in the reverse order, depending on the functionality involved.
- each block of the block diagram and/or flowchart illustration, and combinations of blocks in the block diagram and/or flowchart illustration can be implemented by special purpose hardware-based systems that perform the specified functions or operations. , or can be implemented using a combination of specialized hardware and computer instructions.
- the units involved in the embodiments of the present disclosure can be implemented in software or hardware.
- the name of the unit does not constitute a limitation on the unit itself under certain circumstances.
- the first acquisition unit can also be described as "the unit that acquires at least two Internet Protocol addresses.”
- exemplary types of hardware logic components include: field programmable gate array (Field Programmable Gate Array, FPGA), application specific integrated circuit (Application Specific Integrated Circuit, ASIC), application specific standard product (Application Specific Standard Parts (ASSP), System on Chip (SOC), Complex Programmable Logic Device (CPLD), etc.
- a machine-readable medium may be a tangible medium that may contain or store a program for use by or in connection with an instruction execution system, apparatus, or device.
- the machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
- Machine-readable media may include, but are not limited to, electronic, magnetic, optical, electromagnetic, infrared, or semiconductor systems, devices or devices, or any suitable combination of the foregoing.
- Machine-readable storage media Examples would include one or more wire-based electrical connections, portable computer disks, hard drives, RAM, ROM, EPROM or flash memory, fiber optics, CD-ROMs, optical storage devices, magnetic storage devices, or any suitable combination of the foregoing. combination.
- Example 1 provides an image semantic alignment method, which method includes: determining an execution flow chart corresponding to the target task; wherein the execution flow chart includes at least one Execution branches, each execution branch includes a target trigger event and a target execution operation; when the detection meets the semantic conversion condition, the target execution text consistent with the semantic content of the execution flow chart is displayed on the target display interface; wherein, The target execution text includes statements corresponding to the target triggering event and the target execution operation.
- Example 2 provides an image semantic alignment method, which also includes: when a triggered flowchart creation control is detected, jumping to the execution flowchart configuration page; based on the above Execute the triggering operation in the flowchart configuration page, determine the target triggering event and the target execution operation; determine the execution flowchart based on the target triggering event and the target execution operation.
- Example 3 provides an image semantic alignment method, further including: based on the triggering operation of the trigger in the execution flow chart configuration page, the pop-up includes at least one triggering event The event selection page; based on the trigger operation in the event selection page, determine the target trigger event, return to the execution flow chart configuration page, and display the target trigger event in the execution flow chart configuration page ; Determine the target execution operation based on the editing information of the execution operation in the execution flow chart configuration page.
- Example 4 provides an image semantic alignment method, which further includes: based on the dynamic configuration area in the target area, determining branch judgment conditions for all execution branches belonging to the same branch node , to determine the target execution branch based on the branch judgment condition.
- Example 5 provides an image semantic alignment method, further comprising: the semantic conversion condition includes at least one of the following: detecting the triggering of the semantic control; detecting the The display duration of the execution flowchart reaches the preset display duration threshold.
- Example 6 provides an image semantic alignment method, which further includes: by traversing all execution nodes in the execution flow chart, determining the relationship with the execution flow chart. Target execution text with consistent semantic content.
- Example 7 provides an image semantic alignment method, which further includes: traversing all execution nodes in the execution flow chart, and based on the dependencies between all execution nodes, Determine the first line of indentation information in the target execution text; determine the corresponding content to be added based on the trigger conditions and corresponding trigger operations of each execution node; based on all execution nodes The content to be added, the trigger events corresponding to all execution nodes and the first line indentation information corresponding to all execution nodes are used to determine the target execution text.
- Example 8 provides an image semantic alignment device, including: an execution flow chart determination module configured to determine an execution flow chart corresponding to the target task; wherein, the execution The flow chart includes at least one execution branch, and each execution branch includes a target trigger event and a target execution operation; a semantic conversion module is configured to, when the semantic conversion condition is met, will be compared with the semantic content of the execution flow chart. Consistent target execution text is displayed on the target display interface; wherein the target execution text includes statements corresponding to the target triggering event and the target execution operation.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- Software Systems (AREA)
- Entrepreneurship & Innovation (AREA)
- General Engineering & Computer Science (AREA)
- General Business, Economics & Management (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Quality & Reliability (AREA)
- Operations Research (AREA)
- Marketing (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Tourism & Hospitality (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Economics (AREA)
- Human Computer Interaction (AREA)
- Data Mining & Analysis (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
本申请实施例提供了一种图像语义对齐方法、装置、电子设备及存储介质。该方法确定与目标任务相对应的执行流程图,其中,所述执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作;在检测满足语义化转换条件的情况下,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面。
Description
本申请要求在2022年05月20日提交中国专利局、申请号为202210556023.5的中国专利申请的优先权,该申请的全部内容通过引用结合在本申请中。
本公开实施例涉及数据处理技术领域,尤其涉及一种图像语义对齐方法、装置、电子设备及存储介质。
相关技术中,在确定一个项目的排期信息时,多会设置用与项目相对应的执行流程,该执行流程中可以包括很多信息,但是当一个项目中的信息比较多和复杂时,基于流程图的展示并不直观。
也就是说,当流程节点较多,且内容较为复杂时,基于流程图的表示存在不清楚,不直观,进而引起用户阅读不便的问题。
发明内容
本公开实施例提供一种图像语义对齐方法、装置、电子设备及存储介质,以实现将执行流程图转换为相应的语义化文本,并将其展示给用户,进而达到便于用户理解的技术效果。
本公开实施例提供了一种图像语义对齐方法,该方法包括:确定与目标任务相对应的执行流程图;其中,所述执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作;在检测满足语义化转换条件的情况下,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面;其中,所述目标执行文本中包括与所述目标触发事件以及所述目标执行操作相对应语句。
本公开实施例还提供了一种图像语义对齐装置,该装置包括:执行流程图确定模块,设置为确定与目标任务相对应的执行流程图;其中,所述执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作;语义化转换模块,设置为在检测满足语义化转换条件的情况下,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面;其中,所述目标执行文本中包括与所述目标触发事件以及所述目标执行操作相对应语句。
本公开实施例还提供了一种电子设备,所述设备包括:至少一个处理器;存储装置,设置存储至少一个程序,当所述至少一个程序被所述至少一个处理器执行,使得所述至少一个处理器实现如本公开实施例任一所述的图像语义对齐方法。
本公开实施例还提供了一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现如本公开实施例任一所述的图像语义对齐方法。
结合附图并参考以下具体实施方式,本公开各实施例的上述和其他特征、优点及方面将变得更加明显。贯穿附图中,相同或相似的附图标记表示相同或相似的元素。应当理解附图是示意性的,原件和元素不一定按照比例绘制。
图1为本公开实施例所提供的一种图像语义对齐方法的流程示意图;
图2为本公开实施例所提供的执行流程图配置页面示意图;
图3为本公开实施例所提供的事件选择页面示意图;
图4为本公开实施例所提供的执行流程图配置页面示意图;
图5为本公开实施例所提供的目标显示界面示意图;
图6为本公开实施例所提供的一种图像语义对齐装置的结构框图;
图7为本公开实施例所提供的一种电子设备的结构示意图。
下面将参照附图更详细地描述本公开的实施例。虽然附图中显示了本公开的某些实施例,然而应当理解的是,本公开可以通过各种形式来实现,而且不应该被解释为限于这里阐述的实施例,相反提供这些实施例是为了更加透彻和完整地理解本公开。应当理解的是,本公开的附图及实施例仅用于示例性作用,并非用于限制本公开的保护范围。
应当理解,本公开的方法实施方式中记载的各个步骤可以按照不同的顺序执行和/或并行执行。此外,方法实施方式可以包括附加的步骤和/或省略执行示出的步骤。本公开的范围在此方面不受限制。
本文使用的术语“包括”及其变形是开放性包括,即“包括但不限于”。术语“基于”是“至少部分地基于”。术语“一个实施例”表示“至少一个实施例”;术语“另一实施例”表示“至少一个另外的实施例”;术语“一些实施例”表示“至少一些实施例”。其他术语的相关定义将在下文描述中给出。
需要注意,本公开中提及的“第一”、“第二”等概念仅用于对不同的装置、模块或单元进行区分,并非用于限定这些装置、模块或单元所执行的功能的顺序或者相互依存关系。
需要注意,本公开中提及的“一个”、“多个”的修饰是示意性而非限制性的,本领域技术人员应当理解,除非在上下文另有明确指出,否则应该理解为“一个或多个”。
在介绍本技术方案之前,可以先对应用场景进行示例性说明。可以将本公开技术方案应用在任意需要图像语义对齐的场景中,例如,需要将完成配置的规则流程图转换为相应的语义文本时,可以采用公开实施例提供的技术方案来实现。
在本实施例中,可以将配置完成的图形化的规则转换为文本形式,此时可以基于本公开实施例的技术方案来实现。
还需要说明的,在确定项目所对应的执行流程图时,对于开发人员来说,项目执行流程是很容易梳理项目执行节点、执行排布等信息的,但是,在编辑时,可能存在一定的问题,基于本技术方案的语义转化,可以进一步确定执行流程图的内容是否正确,提高了项目执行流程可读性和可理解性的效果。
图1为本公开实施例所提供的一种图像语义对齐方法的流程示意图,本实施例可适用于对执行流程图,例如,顺序流程图或树形图等转换为相应的语义文本的的情形,该方法可由图像语义对齐装置来执行,该装置可以通过软件和/或硬件的形式实现,该硬件可以是电子设备,如移动终端、个人计算机(Personal Computer,PC)端或服务器等。
需要说明的是,执行本公开实施例提供的图像语义对齐方法的装置,可以集成在支持图像语义对齐的应用软件中,且该软件可以安装至电子设备中,可选的,电子设备可以是移动终端或者PC端等。应用软件可以是任意需要图像语义对齐的一类软件,其具体的应用软件在此不再一一赘述,只要可以实现图像语义对即可。还可以是专门研发的应用程序,应用在实现图像语义对齐的软件中,亦或是集成在相应的页面中,用户可以通过PC端中集成的页面来实现图像语义对齐。
S110、确定与目标任务相对应的执行流程图。
其中,目标任务可以理解为用户需要进行配置的任务,例如,目标任务可以是建立某个研发项目的执行流程,该执行流程中可以包括多个流程执行节点,每个流程执行节点对应于相应的执行用户、执行的具体事件、还可以包括判断需要哪一个用户进行执行的条件中的一个或者多个。执行流程图可以是用户通
过图形化配置方式配置完成的规则流程图,可选的,规则流程图可以是树状图,也可以是顺序图形流程图,如果是树状图那么执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作。目标触发事件可以理解为是预先设定的事件,可以理解的是,当发生某件事时,会基于发生的事件做出对应的操作,可以将发生的事件作为目标触发事件,将对应的操作作为目标执行操作,相应的,目标执行操作则可以理解为在发生了目标触发事件后需要进行的操作。例如,当系统侦测到网络攻击时,则会发出相应的预警信息,此时可以将网络攻击作为目标触发事件,发出预警信息则是相应的目标执行操作。
在上述技术方案的基础上,所述确定与目标任务相对应的执行流程图,包括:当检测到触发流程图创建控件时,跳转至执行流程图配置页面;基于在所述执行流程图配置页面中的触发操作,确定目标触发事件以及目标执行操作;基于所述目标触发事件以及所述目标执行操作,确定所述执行流程图。
其中,流程图创建控件可以是终端设备的显示界面上显示的用于创建流程图的控件。流程图配置页面可以理解为用于配置流程图的页面。触发操作可以是用户在流程图配置页面触发相应控件的操作。
具体的,当检测到触发当前显示界面上显示的用于创建流程图的控件时,说明需要启动流程图绘制程序,即触发了流程图创建指令。根据该流程图创建指令为用户跳转到执行流程图配置页面,进而用户可以通过触发流程图配置页面中的相应的控件,确定目标触发事件和对应的目标执行操作,进而根据用户确定的目标触发事件和对应的目标执行操作确定出最终的执行流程图。
示例性的,参见图2,当用户需要创建执行流程图时,根据用户触发的控件为用户跳转到该流程图配置页面,用户可以通过规则名称控件来自定义需要进行配置的规则的名称,可以通过触发器控件选择规则执行的条件,也即规则的执行时机,在完成触发器控件的配置之后,可以设置多种执行条件,不同的执行条件可以对应于不同的操作,可以理解的是,在触发器内设置的目标触发事件发生后,可以根据预设的条件信息进行判断,当目标触发事件中的信息和预设的条件信息相匹配时,则执行相应的目标执行操作。进一步的,针对上述所有控件,均可以在用户触发相应的控件后在执行流程图配置页面的右侧为用户弹出相应的控件配置页面,此处以触发器控件配置页面为例,该配置页面上可以由用户自行配置触发器的类型、工作项的内容、原工作项状态以及修改后的工作项状态的参数。
需要进行说明的是,用户在自定义规则时需要设置至少一个触发器,也即用户可以根据需求对目标触发事件进行设置,为了保证规则的正确触发,每一
个执行流程图需要包括至少一个触发器,并且用户可以根据需求决定条件控件的数量,也即用户可以针对同一个目标触发事件设置多个用于判断的条件,用户也可以不为目标触发事件设置条件控件,在目标触发事件触发后,直接执行相应的操作。
本公开实施例提供的技术方案,通过在检测到用户触发流程图创建控件时跳转到对应的流程图配置页面,进而使得用户可以通过流程图的形式完成规则的图形化配置,提高了规则的配置效率。
在上述技术方案的基础上,所述基于在所述执行流程图配置页面中的触发操作,确定目标触发事件以及目标执行操作,包括:基于在所述执行流程图配置页面中对触发器的触发操作,弹出包括至少一个触发事件的事件选择页面;基于在所述事件选择页面中的触发操作,确定目标触发事件,并回退至所述执行流程图配置页面,并在所述执行流程图配置页面中显示所述目标触发事件;基于在所述执行流程图配置页面中对执行操作的编辑信息,确定所述目标执行操作。
其中,触发事件可以是预先定义的至少一种可能发生的事件,或者是,用户根据实际需求设置的事件。事件选择页面可以理解为用于选择触发事件的页面。编辑信息可以是用户在执行流程图配置页面中的操作控件中编辑的信息。
具体的,当用户需要对触发器中的事件进行配置时,可以通过触发执行流程图配置页面中触发器控件,根据用户触发触发器控件发出的指令信息跳转到事件选择页面,事件选择页面为用户提供了多种的预设的事件供用户选择,用户可以根据需求从预设事件中进行选择确定目标触发事件,也可以根据需求自主设定目标触发事件,当用户完成了目标触发事件的选择后,为用户回退到执行流程图配置页面,并且由用户设定在发生目标触发事件之后需要执行的操作。
示例性的,参见图3,当用户触发触发器控件后,为用户弹出相应的事件选择页面,用户可以根据需求从事件选择页面中的预设事件中进行选择确定出目标触发事件,也可以根据需求触发事件选择页面中的自定义事件控件,自主设定目标触发事件,可以理解的是,预设事件包括但不限于创建工作项、归档工作项、删除工作项、工作项状态修改、节点状态修改、任务状态修改、字段值修改、评论操作、排期操作、角色操作、节点锁定、字段同步中的至少一种。当触发事件的数量包括多个且无法在一个页面展示完全时,可以基于下拉滑窗进行显示。将用户于显示界面触发的事件作为目标触发事件。
本公开实施例提供的技术方案,通过在检测到用户触发触发器控件时,为用户弹出相应的事件选择页面,并且在用户选择事件之后回退到流程图配置页面,便于用户对流程图进行配置,提高了流程图的配置效率。
需要进行说明的是,在执行流程图中可以包括多种触发事件和相对应的执行操作,为了保证目标触发事件和目标执行操作的对应,还可以通过设置判断条件的方式来明确触发事件和执行操作的对应关系,因此可以基于目标区域中的动态配置区域,确定隶属于同一分支节点的各执行分支的分支判断条件,以基于所述分支判断条件,确定目标执行分支。
其中,目标区域可以理解为执行流程图配置页面中用于配置执行流程图的区域。动态配置区域可以是用户添加控件的区域,用户可以通过触发动态配置区域选择需要添加的控件类型。分支节点可以理解为指向其他下游节点的节点。目标执行分支可以是当条件判断通过后,需要执行事件的分支。
具体的,用户可以通过触发目标区域中的动态配置区域选择需要添加的控件的类型,用户可以在触发器控件下配置相应的条件控件,在目标触发事件发生后,将目标触发事件中的信息和用户设置的条件进行匹配,进而确定出目标执行分支。可以理解的是,同一分支节点之下可能存在多个分支节点,也可以不存在分支节点,也即用户可以针对同一目标触发事件设置多个判断条件,也可以不设置判断条件。
示例性的,参见图4,此处以优先级为例进行执行流程图的配置,用户通过设定规则名称为事件优先级通知,并添加相应的触发器,将触发器设置为创建工作项,也即目标触发事件为工作项被创建,在此基础上可以通过触发动态配置区域添加相应的条件控件,如图4所示,此时左支路的条件控件设置为检测工作项的优先级字段是否为P0,当该工作项的优先级字段为P0时,则确定目标执行分支为左支路,也即为用户发送优先级为P0的通知,相应的,右支路对应的条件控件设置为检测工作项的优先级字段是否为P1,当该工作项的优先级字段为P1时,则确定目标执行分支为右支路,也即为用户发送优先级为P1的通知。
本公开实施例提供的技术方案,通过在目标区域的动态配置区域确定同一分支节点的分支判断条件,进而根据判断条件确定需要执行的目标执行分支,使得触发事件和执行操作的关系更加明确,提升了用户配置规则的效率。
S120、当检测满足语义化转换条件时,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面。
其中,所述目标执行文本中包括与所述目标触发事件以及所述目标执行操作相对应语句。语义化转换可以理解为将以流程图形式配置完成的规则转换为文字形式。目标执行文本可以是对执行流程图进行语义化转换后得到的文本信息。目标显示界面可以是用于显示目标执行文本的文本显示页面。
具体的,当检测到当前条件满足语义化的转化条件后,将用户配置完成的执行流程图通过语义化转换为对应的目标执行文本,并将转换完成的目标执行文本显示在对应的目标显示页面中。
在上述技术方案的基础上,所述语义化转换条件包括下述至少一种:检测到触发语义化控件;检测到所述执行流程图的展示时长达到预设展示时长阈值。
其中,语义化触发控件可以是执行流程图配置页面上设置的语义化控件,用户可以通过触发该控件切换到目标执行文本显示页面,相应的,执行流程图配置页面还设置有流程图控件,用户可以通过触发该控件切换到流程图配置页面。预设展示时长阈值可以理解为预先设置的展示流程图的时长。
具体的,在用户触发相应的语义化控件后,确定当前条件满足语义化转换条件,进而将配置完成的执行流程图进行语义化转换后得到目标执行文本,并且用户切换至文本显示页面对目标执行文本进行显示。还可以是,用户完成执行流程图的配置后,该执行流程图的展示时间满足了预设的展示时长,此时确定满足语义化条件,将执行流程图进行语义化,并切换至文本显示页面对目标执行文本进行显示。
需要进行说明的是,在检测到当前条件满足语义化转换条件时,需要根据预设的方法生成对应的目标执行文本,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面之前,还包括:通过对所述执行流程图中各执行节点进行遍历处理,确定与所述执行流程图的语义内容相一致的目标执行文本。
其中,执行节点可以是流程图中不同控件对应的节点,可以理解的是,为了保证生成的目标执行文本的语义清楚,需要在遍历的过程中优先对同一执行分支下的所有节点进行遍历。
具体的,用户在创建控件时,系统会自动为用户创建的控件设置唯一的识别标识,进而在当前条件满足语义化转换条件时,根据预先设置的识别标识对执行流程图所有的节点进行遍历处理,进而得到和执行流程图的语义内容相一致的目标执行文本。需要说明的是,为了保证遍历的顺序以及语义内容的一致性,需要预先设定遍历的顺序,例如可以设置遍历的顺序为“左中右”,也即最先遍历左侧的执行分支,再遍历中间的执行分支,最后遍历右侧的执行分支。
本公开实施例提供的技术方案,通过在满足语义化条件时,对执行流程图中的节点进行遍历处理,并生成对应的目标执行文本,保证了执行流程图语义化的正确性。
在上述技术方案的基础上,所述通过对所述执行流程图中各执行节点进行
遍历处理,确定与所述执行流程图的语义内容相一致的目标执行文本,包括:遍历所述执行流程图中各执行节点,并根据各执行节点的依赖关系,确定所述目标执行文本中的首行缩进信息;基于各执行节点的触发条件和相应的触发操作,确定相应待添加内容;基于所述待添加内容、各执行节点所对应的触发事件以及相应的首行缩进信息,确定所述目标执行文本。
其中,依赖关系可以理解为当前的节点是否与上层节点存在依赖关系。首行缩进信息可以是目标执行文本的缩进字符信息。待添加内容可以是用户设定的触发条件和触发操作的文本描述。
具体的,根据各个节点之间的依赖关系确定当前目标执行文本中的首行缩进信息,可以理解的是,一级节点也即主节点对应的文本信息不需要缩进处理,二级节点对应的文本信息需要将其缩进字符设置为2,三级点对应的文本信息需要将其缩进字符设置为4。基于上述方法,依次对所有的节点完成缩进处理后,根据各个执行节点的触发条件和相应的触发操作,确定需要添加的文本内容,进而根据待添加内容、各执行节点所对应的触发事件以及相应的首行缩进信息确定出目标执行文本。
本申请实施例提供的技术方案,通过根据各执行节点的依赖关系确定文本的缩进信息,并且根据文本的缩进信息和待添加内容以及触发事件生成目标执行文本,使得目标执行文本更加容易被用户理解,提高了用户的使用体验。
示例性的,此处以事件优先级通知执行流程图为例进行语义化转换,如图5所示,在用户触发了执行流程图配置页面上设置的语义化控件后,将优先级通知执行流程图转化为文本形式,此处可以结合图4进行理解,此时触发器为二级节点,两个优先级判断节点为三级节点,操作执行节点为四级节点,因此需要将触发器节点的文本缩进字符设置为2,将优先级判断节点的文本缩进字符设置为4,将操作执行节点的文本缩进字符设置为6,并且获取相应控件中用户设置的内容,根据控件中设置的内容、节点文本的缩进信息以及各个节点对应的触发事件最终得到如图5中所示的目标执行文本。需要说明的是,即使是用户通过触发语义化控件跳转到目标显示界面后,界面的右侧依然为用户显示控件配置界面,用户依然可以通过文本的方式对规则进行配置。
基于本公开实施例所提供的技术方案,可以了解到本技术方案可以实现“流程图”和“语义化文本”的切换配置,即,支持将图像化的自动化配置方式转换为文本配置方式,满足了不同形式的配置诉求;进一步的,“流程图”的配置形式,结构化的图像信息可以通过不同的颜色进行区分,例如,可以在流程图中区分目标触发事件、目标触发条件以及目标执行操作。最后,“语义化”的配置形式,采用图表、缩进的方式区分触发器、条件、操作并展示其层级关系,进
一步提高了阅读便捷性的技术效果。
本公开实施例的技术方案,通过确定与目标任务相对应的执行流程图,并且执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作,进而在检测到当前条件满足语义化转换条件时,将与执行流程图的语义内容相一致的目标执行文本显示在目标显示界面,并且目标执行文本中包括与目标触发事件以及目标执行操作相对应语句,解决了相关技术中当流程节点较多,且内容较为复杂时,基于流程图的表示存在不清楚、不直观,进而引起用户使用和阅读不便的问题,实现了在配置流程图时,可以生成与流程图相对应的执行文本,以基于执行文本进行展示,提高了展示可读性,便于理解的技术效果。
图6为本公开实施例所提供的一种图像语义对齐装置的结构框图,可执行本公开任意实施例所提供的图像语义对齐方法,具备执行方法相应的功能模块和有益效果。
如图6所示,该装置具体包括:执行流程图确定模块610、语义化转换模块620。
执行流程图确定模块610,设置为确定与目标任务相对应的执行流程图;其中,所述执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作;语义化转换模块620,设置为当检测满足语义化转换条件时,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面;其中,所述目标执行文本中包括与所述目标触发事件以及所述目标执行操作相对应语句。
在上述技术方案的基础上,所述执行流程图确定模块是设置为:当检测到触发流程图创建控件时,跳转至执行流程图配置页面;基于在所述执行流程图配置页面中的触发操作,确定目标触发事件以及目标执行操作;基于所述目标触发事件以及所述目标执行操作,确定所述执行流程图。
在上述技术方案的基础上,所述执行流程图确定模块还包括:目标触发事件确定单元,设置为基于在所述执行路程图配置页面中对触发器的触发操作,弹出包括至少一个触发事件的事件选择页面;回退单元,设置为基于在所述事件选择页面中的触发操作,确定目标触发事件,并回退至所述执行流程图配置页面,并在所述执行流程图配置页面中显示所述目标触发事件;目标执行操作确定单元,设置为基于在所述执行流程图配置页面中对执行操作的编辑信息,确定所述目标执行操作。
在上述技术方案的基础上,所述执行流程图确定模块还包括:目标执行分支确定单元,设置为基于目标区域中的动态配置区域,确定隶属于同一分支节点的所有执行分支的分支判断条件,以基于所述分支判断条件,确定目标执行分支。
在上述技术方案的基础上,所述语义化转换条件包括下述至少一种:检测到触发语义化控件;检测到所述执行流程图的展示时长达到预设展示时长阈值。
在上述技术方案的基础上,所述语义化转换模块包括:目标执行文本确定单元,设置为通过对所述执行流程图中所有执行节点进行遍历处理,确定与所述执行流程图的语义内容相一致的目标执行文本。
在上述技术方案的基础上,所述目标执行文本确定单元是设置为:遍历所述执行流程图中所有执行节点,并根据所述所有执行节点间的依赖关系,确定所述目标执行文本中的首行缩进信息;基于每个执行节点的触发条件和相应的触发操作,确定相应待添加内容;基于所述所有执行节点的待添加内容、所述所有执行节点所对应的触发事件以及与所述所有执行节点相应的首行缩进信息,确定所述目标执行文本。
本公开实施例的技术方案,通过确定与目标任务相对应的执行流程图,并且执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作,进而在检测到当前条件满足语义化转换条件时,将与执行流程图的语义内容相一致的目标执行文本显示在目标显示界面,并且目标执行文本中包括与目标触发事件以及目标执行操作相对应语句,解决了相关技术中当流程节点较多,且内容较为复杂时,基于流程图的表示存在不清楚、不直观,进而引起用户使用和阅读不便的问题,实现了在配置流程图时,可以生成与流程图相对应的执行文本,以基于执行文本进行展示,提高了展示可读性,便于理解的技术效果。
本公开实施例所提供的图像语义对齐装置可执行本公开任意实施例所提供的图像语义对齐方法,具备执行方法相应的功能模块和有益效果。
值得注意的是,上述装置所包括的各个单元和模块只是按照功能逻辑进行划分的,但并不局限于上述的划分,只要能够实现相应的功能即可;另外,各功能单元的具体名称也只是为了便于相互区分,并不用于限制本申请实施例的保护范围。
图7为本公开实施例所提供的一种电子设备的结构示意图。下面参考图7,其示出了适于用来实现本公开实施例的电子设备(例如图7中的终端设备或服
务器)700的结构示意图。本公开实施例中的终端设备可以包括但不限于诸如移动电话、笔记本电脑、数字广播接收器、个人数字助理(Personal Digital Assistant,PDA)、平板电脑(Portable Android Device,PAD)、便携式多媒体播放器(Portable Media Player,PMP)、车载终端(例如车载导航终端)等等的移动终端以及诸如数字电视(Television,TV)、台式计算机等等的固定终端。图7示出的电子设备700仅仅是一个示例,不应对本公开实施例的功能和使用范围带来任何限制。
如图7所示,电子设备700可以包括处理装置(例如中央处理器、图形处理器等)701,其可以根据存储在只读存储器(Read-Only Memory,ROM)702中的程序或者从存储装置708加载到随机访问存储器(Random Access Memory,RAM)703中的程序而执行各种适当的动作和处理。在RAM 703中,还存储有电子设备700操作所需的各种程序和数据。处理装置701、ROM 702以及RAM 703通过总线704彼此相连。输入/输出(Input/Output,I/O)接口705也连接至总线704。
通常,以下装置可以连接至I/O接口705:包括例如触摸屏、触摸板、键盘、鼠标、摄像头、麦克风、加速度计、陀螺仪等的输入装置706;包括例如液晶显示器(Liquid Crystal Display,LCD)、扬声器、振动器等的输出装置707;包括例如磁带、硬盘等的存储装置708;以及通信装置709。通信装置709可以允许电子设备700与其他设备进行无线或有线通信以交换数据。虽然图7示出了具有各种装置的电子设备700,但是应理解的是,并不要求实施或具备所有示出的装置。可以替代地实施或具备更多或更少的装置。
特别地,根据本公开的实施例,上文参考流程图描述的过程可以被实现为计算机软件程序。例如,本公开的实施例包括一种计算机程序产品,其包括承载在非暂态计算机可读介质上的计算机程序,该计算机程序包含用于执行流程图所示的方法的程序代码。在这样的实施例中,该计算机程序可以通过通信装置709从网络上被下载和安装,或者从存储装置708被安装,或者从ROM 702被安装。在该计算机程序被处理装置701执行时,执行本公开实施例的方法中限定的上述功能。
本公开实施方式中的多个装置之间所交互的消息或者信息的名称仅用于说明性的目的,而并不是用于对这些消息或信息的范围进行限制。
本公开实施例提供的电子设备与上述实施例提供的图像语义对齐方法属于同一发明构思,未在本实施例中详尽描述的技术细节可参见上述实施例,并且本实施例与上述实施例具有相同的有益效果。
本公开实施例提供了一种计算机存储介质,其上存储有计算机程序,该程序被处理器执行时实现上述实施例所提供的图像语义对齐方法。
需要说明的是,本公开上述的计算机可读介质可以是计算机可读信号介质或者计算机可读存储介质或者是上述两者的任意组合。计算机可读存储介质例如可以是——但不限于——电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。计算机可读存储介质的更具体的例子可以包括但不限于:具有一个或多个导线的电连接、便携式计算机磁盘、硬盘、RAM、ROM、可擦式可编程只读存储器(Erasable Programmable Read-Only Memory,EPROM)或闪存、光纤、便携式紧凑磁盘只读存储器(Compact Disc Read-Only Memory,CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。在本公开中,计算机可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。而在本公开中,计算机可读信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了计算机可读的程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。计算机可读信号介质还可以是计算机可读存储介质以外的任何计算机可读介质,该计算机可读信号介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。计算机可读介质上包含的程序代码可以用任何适当的介质传输,包括但不限于:电线、光缆、射频(Radio Frequency,RF)等等,或者上述的任意合适的组合。
在一些实施方式中,客户端、服务器可以利用诸如超文本传输协议(HyperText Transfer Protocol,HTTP)之类的任何当前已知或未来研发的网络协议进行通信,并且可以与任意形式或介质的数字数据通信(例如,通信网络)互连。通信网络的示例包括局域网(Local Area Network,LAN),广域网(Wide Area Network,WAN),网际网(例如,互联网)以及端对端网络(例如,ad hoc端对端网络),以及任何当前已知或未来研发的网络。
上述计算机可读介质可以是上述电子设备中所包含的;也可以是单独存在,而未装配入该电子设备中。
上述计算机可读介质承载有一个或者多个程序,当上述一个或者多个程序被该电子设备执行时,使得该电子设备:确定与目标任务相对应的执行流程图;其中,所述执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作;当检测满足语义化转换条件时,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面;其中,所述目标执行文本中包括与所述目标触发事件以及所述目标执行操作相对应语句。
可以以一种或多种程序设计语言或其组合来编写用于执行本公开的操作的计算机程序代码,上述程序设计语言包括但不限于面向对象的程序设计语言—诸如Java、Smalltalk、C++,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算机上执行、部分地在用户计算机上执行、作为一个独立的软件包执行、部分在用户计算机上部分在远程计算机上执行、或者完全在远程计算机或服务器上执行。在涉及远程计算机的情形中,远程计算机可以通过任意种类的网络——包括LAN或WAN—连接到用户计算机,或者,可以连接到外部计算机(例如利用因特网服务提供商来通过因特网连接)。
附图中的流程图和框图,图示了按照本公开各种实施例的系统、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段、或代码的一部分,该模块、程序段、或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个接连地表示的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或操作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。
描述于本公开实施例中所涉及到的单元可以通过软件的方式实现,也可以通过硬件的方式来实现。其中,单元的名称在某种情况下并不构成对该单元本身的限定,例如,第一获取单元还可以被描述为“获取至少两个网际协议地址的单元”。
本文中以上描述的功能可以至少部分地由一个或多个硬件逻辑部件来执行。例如,非限制性地,可以使用的示范类型的硬件逻辑部件包括:现场可编程门阵列(Field Programmable Gate Array,FPGA)、专用集成电路(Application Specific Integrated Circuit,ASIC)、专用标准产品(Application Specific Standard Parts,ASSP)、片上系统(System on Chip,SOC)、复杂可编程逻辑设备(Complex Programmable Logic Device,CPLD)等。
在本公开的上下文中,机器可读介质可以是有形的介质,其可以包含或存储以供指令执行系统、装置或设备使用或与指令执行系统、装置或设备结合地使用的程序。机器可读介质可以是机器可读信号介质或机器可读储存介质。机器可读介质可以包括但不限于电子的、磁性的、光学的、电磁的、红外的、或半导体系统、装置或设备,或者上述内容的任何合适组合。机器可读存储介质
的示例会包括基于一个或多个线的电气连接、便携式计算机盘、硬盘、RAM、ROM、EPROM或快闪存储器、光纤、CD-ROM、光学储存设备、磁储存设备、或上述内容的任何合适组合。
根据本公开的一个或多个实施例,【示例一】提供了一种图像语义对齐方法,该方法包括:确定与目标任务相对应的执行流程图;其中,所述执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作;当检测满足语义化转换条件时,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面;其中,所述目标执行文本中包括与所述目标触发事件以及所述目标执行操作相对应语句。
根据本公开的一个或多个实施例,【示例二】提供了一种图像语义对齐方法,还包括:当检测到触发流程图创建控件时,跳转至执行流程图配置页面;基于在所述执行流程图配置页面中的触发操作,确定目标触发事件以及目标执行操作;基于所述目标触发事件以及所述目标执行操作,确定所述执行流程图。
根据本公开的一个或多个实施例,【示例三】提供了一种图像语义对齐方法,还包括:基于在所述执行流程图配置页面中对触发器的触发操作,弹出包括至少一个触发事件的事件选择页面;基于在所述事件选择页面中的触发操作,确定目标触发事件,并回退至所述执行流程图配置页面,并在所述执行流程图配置页面中显示所述目标触发事件;基于在所述执行流程图配置页面中对执行操作的编辑信息,确定所述目标执行操作。
根据本公开的一个或多个实施例,【示例四】提供了一种图像语义对齐方法,还包括:基于目标区域中的动态配置区域,确定隶属于同一分支节点的所有执行分支的分支判断条件,以基于所述分支判断条件,确定目标执行分支。
根据本公开的一个或多个实施例,【示例五】提供了一种图像语义对齐方法,还包括:所述语义化转换条件包括下述至少一种:检测到触发语义化控件;检测到所述执行流程图的展示时长达到预设展示时长阈值。
根据本公开的一个或多个实施例,【示例六】提供了一种图像语义对齐方法,还包括:通过对所述执行流程图中所有执行节点进行遍历处理,确定与所述执行流程图的语义内容相一致的目标执行文本。
根据本公开的一个或多个实施例,【示例七】提供了一种图像语义对齐方法,还包括:遍历所述执行流程图中所有执行节点,并根据所述所有执行节点间的依赖关系,确定所述目标执行文本中的首行缩进信息;基于每个执行节点的触发条件和相应的触发操作,确定相应待添加内容;基于所述所有执行节点
的待添加内容、所述所有执行节点所对应的触发事件以及与所述所有执行节点相应的首行缩进信息,确定所述目标执行文本。
根据本公开的一个或多个实施例,【示例八】提供了一种图像语义对齐装置,包括:执行流程图确定模块,设置为确定与目标任务相对应的执行流程图;其中,所述执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作;语义化转换模块,设置为当检测满足语义化转换条件时,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面;其中,所述目标执行文本中包括与所述目标触发事件以及所述目标执行操作相对应语句。
以上描述仅为本公开的较佳实施例以及对所运用技术原理的说明。本领域技术人员应当理解,本公开中所涉及的公开范围,并不限于上述技术特征的特定组合而成的技术方案,同时也应涵盖在不脱离上述公开构思的情况下,由上述技术特征或其等同特征进行任意组合而形成的其它技术方案。例如上述特征与本公开中公开的(但不限于)具有类似功能的技术特征进行互相替换而形成的技术方案。
此外,虽然采用特定次序描绘了各操作,但是这不应当理解为要求这些操作以所示出的特定次序或以顺序次序执行来执行。在一定环境下,多任务和并行处理可能是有利的。同样地,虽然在上面论述中包含了若干具体实现细节,但是这些不应当被解释为对本公开的范围的限制。在单独的实施例的上下文中描述的某些特征还可以组合地实现在单个实施例中。相反地,在单个实施例的上下文中描述的各种特征也可以单独地或以任何合适的子组合的方式实现在多个实施例中。
尽管已经采用特定于结构特征和/或方法逻辑动作的语言描述了本主题,但是应当理解所附权利要求书中所限定的主题未必局限于上面描述的特定特征或动作。相反,上面所描述的特定特征和动作仅仅是实现权利要求书的示例形式。
Claims (10)
- 一种图像语义对齐方法,包括:确定与目标任务相对应的执行流程图;其中,所述执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作;在检测满足语义化转换条件的情况下,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面;其中,所述目标执行文本中包括与所述目标触发事件以及所述目标执行操作相对应语句。
- 根据权利要求1所述的方法,其中,所述确定与目标任务相对应的执行流程图,包括:在检测到触发流程图创建控件的情况下,跳转至执行流程图配置页面;基于在所述执行流程图配置页面中的触发操作,确定目标触发事件以及目标执行操作;基于所述目标触发事件以及所述目标执行操作,确定所述执行流程图。
- 根据权利要求2所述的方法,其中,所述基于在所述执行流程图配置页面中的触发操作,确定目标触发事件以及目标执行操作,包括:基于在所述执行流程图配置页面中对触发器的触发操作,弹出包括至少一个触发事件的事件选择页面;基于在所述事件选择页面中的触发操作,确定所述目标触发事件,并回退至所述执行流程图配置页面,并在所述执行流程图配置页面中显示所述目标触发事件;基于在所述执行流程图配置页面中对执行操作的编辑信息,确定所述目标执行操作。
- 根据权利要求3所述的方法,还包括:基于目标区域中的动态配置区域,确定隶属于同一分支节点的所有执行分支的分支判断条件,以基于所述分支判断条件,确定目标执行分支。
- 根据权利要求1所述的方法,其中,所述语义化转换条件包括下述至少一种:检测到触发语义化控件;检测到所述执行流程图的展示时长达到预设展示时长阈值。
- 根据权利要求1所述的方法,在所述将与所述执行流程图的语义内容相 一致的目标执行文本显示在目标显示界面之前,还包括:通过对所述执行流程图中所有执行节点进行遍历处理,确定与所述执行流程图的语义内容相一致的目标执行文本。
- 根据权利要求6所述的方法,其中,所述通过对所述执行流程图中所有执行节点进行遍历处理,确定与所述执行流程图的语义内容相一致的目标执行文本,包括:遍历所述执行流程图中所有执行节点,并根据所述所有执行节点间的依赖关系,确定所述目标执行文本中的首行缩进信息;基于每个执行节点的触发条件和相应的触发操作,确定相应待添加内容;基于所述所有执行节点的待添加内容、所述所有执行节点所对应的触发事件以及与所述所有执行节点相应的首行缩进信息,确定所述目标执行文本。
- 一种图像语义对齐装置,包括:执行流程图确定模块,设置为确定与目标任务相对应的执行流程图;其中,所述执行流程图中包括至少一个执行分支,每个执行分支中包括目标触发事件以及目标执行操作;语义化转换模块,设置为在检测满足语义化转换条件的情况下,将与所述执行流程图的语义内容相一致的目标执行文本显示在目标显示界面;其中,所述目标执行文本中包括与所述目标触发事件以及所述目标执行操作相对应语句。
- 一种电子设备,包括:至少一个处理器;存储装置,设置为存储至少一个程序,当所述至少一个程序被所述至少一个处理器执行,使得所述至少一个处理器实现如权利要求1-7中任一所述的图像语义对齐方法。
- 一种包含计算机可执行指令的存储介质,所述计算机可执行指令在由计算机处理器执行时用于执行如权利要求1-7中任一所述的图像语义对齐方法。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210556023.5A CN115525371A (zh) | 2022-05-20 | 2022-05-20 | 图像语义对齐方法、装置、电子设备及存储介质 |
| CN202210556023.5 | 2022-05-20 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023222003A1 true WO2023222003A1 (zh) | 2023-11-23 |
Family
ID=84696055
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2023/094654 Ceased WO2023222003A1 (zh) | 2022-05-20 | 2023-05-17 | 图像语义对齐方法、装置、电子设备及存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN115525371A (zh) |
| WO (1) | WO2023222003A1 (zh) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115525371A (zh) * | 2022-05-20 | 2022-12-27 | 北京字跳网络技术有限公司 | 图像语义对齐方法、装置、电子设备及存储介质 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105868758A (zh) * | 2015-01-21 | 2016-08-17 | 阿里巴巴集团控股有限公司 | 图像中文本区域检测方法、装置及电子设备 |
| CN107291462A (zh) * | 2017-06-13 | 2017-10-24 | 成都四方伟业软件股份有限公司 | 交互式数据系统自定义编排方法、系统及编译、运行方法 |
| US20170330048A1 (en) * | 2016-05-13 | 2017-11-16 | Abbyy Development Llc | Optical character recognition of series of images |
| CN112181397A (zh) * | 2020-09-30 | 2021-01-05 | 平安科技(深圳)有限公司 | 流程可视化监控方法、装置、计算机设备及存储介质 |
| CN115525371A (zh) * | 2022-05-20 | 2022-12-27 | 北京字跳网络技术有限公司 | 图像语义对齐方法、装置、电子设备及存储介质 |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101334865A (zh) * | 2007-06-28 | 2008-12-31 | 国际商业机器公司 | 工作流用户界面生成方法及生成器 |
| CN107526717B (zh) * | 2017-07-27 | 2021-01-01 | 山东科技大学 | 一种将结构化流程模型自动生成自然语言文本的方法 |
| CN110232162B (zh) * | 2019-05-29 | 2020-06-09 | 北京中亦安图科技股份有限公司 | 一种基于html5的流程定义方法及系统 |
| CN113010162B (zh) * | 2021-03-02 | 2024-03-29 | 中国工商银行股份有限公司 | 一种页面构建方法、装置及设备 |
| CN113191726B (zh) * | 2021-04-22 | 2023-04-18 | 五八有限公司 | 任务详情界面展示方法、装置、设备和计算机可读介质 |
| CN113657750A (zh) * | 2021-08-16 | 2021-11-16 | 中通服网络信息技术有限公司 | 自定义可视化流程引擎 |
| CN114067022B (zh) * | 2021-11-18 | 2025-04-18 | 中国银行股份有限公司 | 一种流程图的生成方法、装置及电子设备 |
-
2022
- 2022-05-20 CN CN202210556023.5A patent/CN115525371A/zh active Pending
-
2023
- 2023-05-17 WO PCT/CN2023/094654 patent/WO2023222003A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105868758A (zh) * | 2015-01-21 | 2016-08-17 | 阿里巴巴集团控股有限公司 | 图像中文本区域检测方法、装置及电子设备 |
| US20170330048A1 (en) * | 2016-05-13 | 2017-11-16 | Abbyy Development Llc | Optical character recognition of series of images |
| CN107291462A (zh) * | 2017-06-13 | 2017-10-24 | 成都四方伟业软件股份有限公司 | 交互式数据系统自定义编排方法、系统及编译、运行方法 |
| CN112181397A (zh) * | 2020-09-30 | 2021-01-05 | 平安科技(深圳)有限公司 | 流程可视化监控方法、装置、计算机设备及存储介质 |
| CN115525371A (zh) * | 2022-05-20 | 2022-12-27 | 北京字跳网络技术有限公司 | 图像语义对齐方法、装置、电子设备及存储介质 |
Non-Patent Citations (1)
| Title |
|---|
| ZHANG, SHASHA: "Research on Process Image Recognition Fused with Structural Model and Corner Features", MASTER'S THESES, 1 March 2018 (2018-03-01), CN, pages 1 - 72, XP009550467 * |
Also Published As
| Publication number | Publication date |
|---|---|
| CN115525371A (zh) | 2022-12-27 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN109729004B (zh) | 会话消息置顶处理方法和装置 | |
| CN110221759A (zh) | 一种元素拖拽方法、装置、存储介质及交互智能平板 | |
| US20260079613A1 (en) | Data processing method, electronic device and storage medium | |
| US12602144B2 (en) | Screen recording interaction method and apparatus, and electronic device and computer-readable storage medium | |
| WO2024160268A1 (zh) | 页面渲染方法、装置、设备及存储介质 | |
| WO2024183814A1 (zh) | 内容分享方法、装置、设备、计算机可读存储介质及产品 | |
| US12493392B2 (en) | Content display method and apparatus, electronic device, and computer-readable storage medium | |
| CN116028140A (zh) | 插件添加方法、装置、电子设备及存储介质 | |
| WO2022184012A1 (zh) | 一种文档创建方法、装置、设备及存储介质 | |
| WO2024099275A1 (zh) | 媒体内容处理方法、装置、设备、可读存储介质及产品 | |
| CN115858078A (zh) | 特效渲染方法、装置、材质制作系统、设备及存储介质 | |
| WO2022042429A1 (zh) | 一种界面的展示方法以及相关设备 | |
| CN111857720B (zh) | 用户界面状态信息的生成方法、装置、电子设备及介质 | |
| CN115145560B (zh) | 业务编排方法、装置、设备、计算机可读介质和程序产品 | |
| WO2022095932A1 (zh) | 直播间页面跳转方法、返回方法、装置及电子设备 | |
| US20240040185A1 (en) | Task processing method, device, and storage medium | |
| WO2023222003A1 (zh) | 图像语义对齐方法、装置、电子设备及存储介质 | |
| WO2024094174A1 (zh) | 画面展示方法、装置、存储介质及电子设备 | |
| CN116401173A (zh) | 测试用例生成方法、装置、介质及电子设备 | |
| WO2026011823A1 (zh) | 信息处理方法、装置、设备和存储介质 | |
| US20250080552A1 (en) | Method, apparatus, device and storage medium for network security-based page processing | |
| WO2025176069A1 (zh) | 媒体数据的编辑方法、装置、电子设备及存储介质 | |
| EP4418089B1 (en) | Data processing method and apparatus, electronic device, and storage medium | |
| WO2023221795A1 (zh) | 生成视图的方法、装置、电子设备及存储介质 | |
| WO2025152530A1 (zh) | 界面展示方法、装置、电子设备和存储介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 23806954 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 07/03/2025) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 23806954 Country of ref document: EP Kind code of ref document: A1 |