CN111598975A - Electronic tag image rendering method and related device - Google Patents

Electronic tag image rendering method and related device Download PDF

Info

Publication number
CN111598975A
CN111598975A CN202010484328.0A CN202010484328A CN111598975A CN 111598975 A CN111598975 A CN 111598975A CN 202010484328 A CN202010484328 A CN 202010484328A CN 111598975 A CN111598975 A CN 111598975A
Authority
CN
China
Prior art keywords
image
rendering
drawing data
electronic tag
image drawing
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
CN202010484328.0A
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.)
Shenzhen Yunli Wuli Technology Co ltd
Original Assignee
Shenzhen Yunli Wuli Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Yunli Wuli Technology Co ltd filed Critical Shenzhen Yunli Wuli Technology Co ltd
Priority to CN202010484328.0A priority Critical patent/CN111598975A/en
Publication of CN111598975A publication Critical patent/CN111598975A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/60Editing figures and text; Combining figures or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/001Texturing; Colouring; Generation of texture or colour
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K7/00Methods or arrangements for sensing record carriers, e.g. for reading patterns
    • G06K7/10Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation
    • G06K7/14Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation using light without selection of wavelength, e.g. sensing reflected white light
    • G06K7/1404Methods for optical code recognition
    • G06K7/1408Methods for optical code recognition the method being specifically adapted for the type of code
    • G06K7/14172D bar codes

Abstract

The application discloses a rendering method of an electronic tag image, which comprises the following steps: receiving image drawing data; according to a preset element dictionary, different elements in the image drawing data are subjected to rendering mode analysis, and rendering operations corresponding to the different elements are obtained; and performing corresponding rendering operation on each element according to the sequence of the image drawing data and the image data of each element to obtain the electronic tag image. By performing a separate rendering operation for each element, the richness of the tag image is improved, and the efficiency is improved due to the automatic rendering for each element. The application also discloses a rendering device of the electronic tag image, computer equipment and a computer readable storage medium, which have the beneficial effects.

Description

Electronic tag image rendering method and related device
Technical Field
The present application relates to the field of electronic tag image processing technologies, and in particular, to a rendering method, a rendering apparatus, a computer device, and a computer-readable storage medium for an electronic tag image.
Background
With the continuous development of information technology, digital technology is also adopted in daily life to reduce the use cost of consumables. The electronic tag replaces a common tag, so that the consumable cost of the common tag is reduced, and the switching of the tag content is realized at extremely low cost. Wherein, the electronic label is an electronic display device which is arranged on a goods shelf and can replace the traditional paper price label. The application range is as follows: logistics systems such as supermarkets and warehouses. The product forms comprise an LCD screen, a segment code electronic paper screen and a dot matrix electronic paper screen, and the screen display of the product has various specifications of 2.0, 2.4, 3.0, 4.3, 11 inches and the like.
In the prior art, in the process of rendering an image of an electronic tag, the image is directly rendered into a vector diagram. However, there is a demand for adding more elements to the electronic label image, for example, adding new elements to the electronic label image so as to adapt to more application scenarios. However, in the prior art, a new complete image needs to be rendered again, and when there are many elements, the efficiency of electronic tag generation is severely slowed down, and the speed is reduced.
Therefore, how to improve the richness and efficiency of rendering electronic label images is a key issue of attention by those skilled in the art.
Disclosure of Invention
The application aims to provide a rendering method, a rendering device, a computer device and a computer readable storage medium of an electronic label image, which improve the richness of the label image by performing independent rendering operation on each element and improve the efficiency due to the fact that rendering is automatically performed on each element.
In order to solve the above technical problem, the present application provides a rendering method for an electronic tag image, including:
receiving image drawing data;
according to a preset element dictionary, different elements in the image drawing data are subjected to rendering mode analysis, and rendering operations corresponding to the different elements are obtained;
and performing corresponding rendering operation on each element according to the sequence of the image drawing data and the image data of each element to obtain the electronic tag image.
Optionally, receiving image drawing data, including:
and acquiring and receiving the image drawing data through a preset path.
Optionally, the rendering mode of different elements in the image drawing data is analyzed according to a preset element dictionary, and rendering operations corresponding to the different elements are obtained, including:
checking the elements of the image drawing data according to the preset element dictionary to obtain the element type corresponding to each element;
and matching the corresponding rendering operation according to the element type corresponding to each element.
Optionally, the step of performing a corresponding rendering operation on each element according to the order of the image drawing data and the image data of each element to obtain an electronic tag image includes:
acquiring image data corresponding to each element from the image drawing data;
and performing corresponding rendering operation on each element according to the image data corresponding to the element according to the sequence of the image drawing data to obtain the electronic tag image.
Optionally, the method further includes:
and when a new element is acquired, adding the image data of the element to the electronic tag image according to the rendering operation corresponding to the new element to acquire a new electronic tag image.
The present application further provides a rendering apparatus for electronic tag images, including:
the drawing data receiving module is used for receiving image drawing data;
the rendering operation determining module is used for analyzing the rendering mode of different elements in the image drawing data according to a preset element dictionary to obtain rendering operations corresponding to the different elements;
and the rendering operation execution module is used for executing corresponding rendering operation on each element according to the sequence of the image drawing data and the image data of each element to obtain the electronic tag image.
Optionally, the drawing data receiving module is specifically used for
And acquiring and receiving the image drawing data through a preset path.
Optionally, the rendering operation determining module includes:
the element type checking unit is used for checking the elements of the image drawing data according to the preset element dictionary to obtain the element type corresponding to each element;
and the rendering operation matching unit is used for matching the corresponding rendering operation according to the element type corresponding to each element.
The present application further provides a computer device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the rendering method as described above when executing the computer program.
The present application also provides a computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the rendering method as described above.
The application provides a rendering method of an electronic tag image, which comprises the following steps: receiving image drawing data; according to a preset element dictionary, different elements in the image drawing data are subjected to rendering mode analysis, and rendering operations corresponding to the different elements are obtained; and performing corresponding rendering operation on each element according to the sequence of the image drawing data and the image data of each element to obtain the electronic tag image.
By receiving the image drawing data, analyzing the rendering mode of different elements in the image drawing data according to the preset element dictionary so as to determine the rendering operation corresponding to the different elements, and finally, performing the rendering operation on each element independently according to the sequence of the image drawing data and the image data of each element to obtain the electronic tag image, so that independent rendering operations can be performed on the elements of different types, the rendering richness of the electronic tag is improved, and the rendering efficiency is improved because the independent rendering operation is realized on each element.
The application also provides a rendering device of the electronic tag image, computer equipment and a computer readable storage medium, which have the beneficial effects, and are not repeated herein.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a rendering method for an electronic tag image according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a rendering apparatus for an electronic tag image according to an embodiment of the present disclosure.
Detailed Description
The core of the application is to provide a rendering method, a rendering device, a computer device and a computer readable storage medium for electronic tag images, which improve the richness of the tag images by performing individual rendering operation for each element, and improve the efficiency due to the fact that rendering is automatically performed for each element.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the prior art, in the process of rendering an image of an electronic tag, the image is directly rendered into a vector diagram. However, there is a demand for adding more elements to the electronic label image, for example, adding new elements to the electronic label image so as to adapt to more application scenarios. However, in the prior art, a new complete image needs to be rendered again, and when there are many elements, the efficiency of electronic tag generation is severely slowed down, and the speed is reduced.
Therefore, the application provides an electronic tag image rendering method, by receiving image drawing data, and then analyzing rendering modes of different elements in the image drawing data according to a preset element dictionary so as to determine rendering operations corresponding to the different elements, and finally performing rendering operation on each element independently according to the sequence of the image drawing data and the image data of each element to obtain an electronic tag image, so that independent rendering operation can be performed on the elements of different types, the richness of electronic tag rendering is improved, and the rendering efficiency is improved because the independent rendering operation is realized on each element.
The following describes a rendering method of an electronic tag image according to an embodiment.
Referring to fig. 1, fig. 1 is a flowchart illustrating a rendering method of an electronic tag image according to an embodiment of the present disclosure.
In this embodiment, the method may include:
s101, receiving image drawing data;
this step is intended to acquire image drawing data. The image drawing data is data for drawing an electronic label image. The image drawing data cannot be used for direct presentation or display.
Generally, the image drawing data is data indicating what content needs to be displayed in the electronic label image. For example, the image drawing data may include: the main title is 'multifunctional display', the auxiliary title is 'top-level IPS hard screen', the price data is '1999', and the two-dimension code information and the commodity bar code information are purchased. As can be seen, the image drawing data is the main content describing the information that needs to be displayed in the electronic label.
In this step, the image drawing data may be obtained in a wired manner, may be obtained in a network manner, or may be obtained in a wireless technique manner. It is to be understood that the manner of acquiring the image drawing data in this step is not exclusive, and is not limited herein.
Optionally, this step may include:
and acquiring the received image drawing data through a preset path.
It can be seen that the present alternative is primarily described with respect to how image drawing data is acquired. The optional solution summarization is mainly to acquire the image drawing data through a preset path. The predetermined path includes, but is not limited to, wired, wireless and network modes.
S102, analyzing the rendering mode of different elements in the image drawing data according to a preset element dictionary to obtain rendering operations corresponding to the different elements;
on the basis of S101, in this step, different elements in the image drawing data are subjected to rendering mode analysis according to a preset element dictionary, so as to obtain rendering operations corresponding to the different elements. That is, each element in the image drawing data is subjected to type judgment according to a preset element dictionary, and a rendering operation corresponding to the type is selected.
For example, if the element of the corresponding character type is parsed, the rendering operation of the character type is matched. Or the element of the corresponding picture type is analyzed, and then the rendering operation of the picture type is matched. Or the two-dimensional code type element is analyzed, the rendering operation of the two-dimensional code type can be matched, so that the corresponding two-dimensional code image is generated through the link information.
The preset element dictionary in this step is a data structure of a type corresponding to a key value containing element information, and the corresponding value and the corresponding type value can be obtained under the condition of a known key. In this step, the type of the element is analyzed, and the rendering operation corresponding to the type can be obtained through the preset element dictionary.
The preset element dictionary may be constructed and acquired by technicians according to different experiences, or may be constructed and acquired by image processing equipment according to executable rendering operations and types.
Optionally, this step may include:
step 1, checking elements of image drawing data according to a preset element dictionary to obtain an element type corresponding to each element;
and 2, matching corresponding rendering operation according to the element type corresponding to each element.
It can be seen that the present alternative is primarily illustrative of determining rendering operations. In the alternative scheme, firstly, elements of image drawing data are checked according to a preset element dictionary to obtain an element type corresponding to each element; and then, matching the corresponding rendering operation according to the element type corresponding to each element.
S103, performing corresponding rendering operation on each element according to the sequence of the image drawing data and the image data of each element to obtain an electronic tag image.
On the basis of S102, this step is intended to perform a corresponding rendering operation on each element according to the order in the image drawing data and the image data of each element, resulting in the electronic tag image.
The sequence of the image drawing data is used for determining the sequence of elements rendered in the image, and further when the covering condition among the elements occurs, a certain element is determined to be displayed, and the element is covered.
Specifically, when a rendering operation corresponding to an element is performed on the element, ID information, type information, X-axis information, Y-axis information, height information, width information, color information, and other information of the element are mainly acquired, and the rendering operation is performed according to the above information to render the element into an image. It is conceivable that different information should exist for different types of elements, so that a specific rendering operation is performed for different types of elements, and that rendering can be performed in different element types.
Optionally, this step may include:
step 1, acquiring image data corresponding to each element from image drawing data;
and 2, performing corresponding rendering operation on each element according to the image data corresponding to the element according to the sequence of the image drawing data to obtain the electronic tag image.
It can be seen that the alternative scheme mainly explains how to obtain the electronic tag image. Firstly, acquiring image data corresponding to each element from image drawing data; and then, performing corresponding rendering operation on each element according to the image data corresponding to the element according to the sequence of the image drawing data to obtain the electronic tag image.
Optionally, this embodiment may further include:
and when a new element is acquired, adding the image data of the element to the electronic tag image according to the rendering operation corresponding to the new element to acquire a new electronic tag image.
It can be seen that the present embodiment will be described when a new element is added to the electronic tag image. When a new element is acquired, the rendering operation corresponding to the element type is executed to obtain the image content of the element, and then the image content is added to the electronic tag image to obtain a new electronic tag image.
In summary, in the embodiment, the image drawing data is received, then the rendering modes of different elements in the image drawing data are analyzed according to the preset element dictionary, so that the rendering operations corresponding to the different elements are determined, and finally, each element is independently rendered according to the sequence of the image drawing data and the image data of each element, so as to obtain the electronic tag image, so that independent rendering operations can be performed on the elements of different types, and the richness of electronic tag rendering is improved.
The following further describes an apparatus for rendering an electronic tag image according to a specific embodiment.
In this embodiment, the method may include:
step 1, receiving image drawing data;
step 2, performing rendering mode analysis on different elements in the image drawing data according to a preset element dictionary to obtain rendering operations corresponding to the different elements;
and 3, performing corresponding rendering operation on each element according to the sequence of the image drawing data and the image data of each element to obtain the electronic tag image.
The image data of each element in the image drawing data of the present embodiment includes various image information for rendering.
For example, the following may be used:
"0":{
"id" is an "element id",
type element type "
......
}
Where "0" represents the level of the element, which is used to determine the rendering order of the element, starting from 0 to infinity, the smallest representing that it will be rendered first on the picture, the largest meaning that it will be rendered last.
Specifically, in the process of rendering each element, two data need to be determined, one is to determine the type of the element, and then the image data device calls the processing module of the corresponding type to perform rendering, and the other is how to render the element, and the processing module of the corresponding type obtains the required data from the element data and completes the subsequent rendering.
For example, when a two-dimensional code is rendered, the following data are obtained:
"9":{
"id":"qrcode",
"type":"grapcode_qr",
"x":270,
"y":180,
"width":80,
"height":80,
"color":"black",
"content":https://minew.com
},
from the above data, it is found that this will be the 10 th element rendered and its id is "qrcode", which is its "identification card" will not be repeated within the entire data. The types are: "grapcode _ qr" means that the element is a two-dimensional code type, x/y determines the coordinate position of the element on the image, width/height means that the width and height of the two-dimensional code are both 80, the color of the element is black, and the content is "https:// minwtech.com", meaning that the generated two-dimensional code contains the content of the website.
For distance, the text is rendered, and the following data are acquired:
"4":{
"id":"name",
"type":"text",
"x":10,
"y":240,
"align":"left",
"font_size":9,
"bold":false,
"font_family":"sourcehansans",
"color":"black"
content, ESL electronic label "
}
According to the data, the element is shown to be the 5 th element to be rendered, id is name, type text refers to that it is a text element, x/y is the coordinate position of the element in the image, align refers to the typesetting direction of the text, left alignment, right alignment and centering are supported currently, the font size is 9, thickening is not needed, the rendering font used is sourcehansans, the color is black, and the text content is an ESL electronic label.
Obviously, the rendering mode of each element can be determined according to the data information in the above example, and then, the rendering operation is performed on each element according to the data information through the corresponding rendering operation, so as to obtain the corresponding electronic tag image.
It can be seen that, in the embodiment, by receiving the image drawing data, then performing rendering mode analysis on different elements in the image drawing data according to the preset element dictionary, so as to determine rendering operations corresponding to the different elements, and finally performing the rendering operation on each element separately according to the sequence of the image drawing data and the image data of each element, an electronic tag image is obtained, so that independent rendering operations can be performed on the elements of different types, and richness in rendering of the electronic tag is improved.
In the following, a rendering apparatus of an electronic tag image provided by an embodiment of the present application is introduced, and a rendering apparatus of an electronic tag image described below and a rendering method of an electronic tag image described above may be referred to in correspondence.
Referring to fig. 2, fig. 2 is a schematic structural diagram of an electronic tag image rendering apparatus according to an embodiment of the present disclosure.
In this embodiment, the method may include:
a drawing data receiving module 100 for receiving image drawing data;
the rendering operation determining module 200 is configured to perform rendering mode analysis on different elements in the image drawing data according to a preset element dictionary to obtain rendering operations corresponding to the different elements;
and the rendering operation executing module 300 is configured to execute a corresponding rendering operation on each element according to the order of the image drawing data and the image data of each element, so as to obtain an electronic tag image.
Optionally, the drawing data receiving module 100 is specifically configured to obtain and receive image drawing data through a preset path.
Optionally, the rendering operation determining module 200 may include:
the element type checking unit is used for checking the elements of the image drawing data according to a preset element dictionary to obtain the element type corresponding to each element;
and the rendering operation matching unit is used for matching the corresponding rendering operation according to the element type corresponding to each element.
The present application further provides a computer device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the rendering method as described in the above embodiments when executing the computer program.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the rendering method as described in the above embodiments.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The rendering method, the rendering device, the computer device, and the computer-readable storage medium for the electronic tag image provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.

Claims (10)

1. A rendering method of an electronic tag image is characterized by comprising the following steps:
receiving image drawing data;
according to a preset element dictionary, different elements in the image drawing data are subjected to rendering mode analysis, and rendering operations corresponding to the different elements are obtained;
and performing corresponding rendering operation on each element according to the sequence of the image drawing data and the image data of each element to obtain the electronic tag image.
2. The rendering method of claim 1, wherein receiving image drawing data comprises:
and acquiring and receiving the image drawing data through a preset path.
3. The rendering method according to claim 1, wherein performing rendering mode analysis on different elements in the image drawing data according to a preset element dictionary to obtain rendering operations corresponding to the different elements includes:
checking the elements of the image drawing data according to the preset element dictionary to obtain the element type corresponding to each element;
and matching the corresponding rendering operation according to the element type corresponding to each element.
4. The rendering method according to claim 1, wherein performing a corresponding rendering operation on each element according to the order of the image drawing data and the image data of each element to obtain an electronic tag image comprises:
acquiring image data corresponding to each element from the image drawing data;
and performing corresponding rendering operation on each element according to the image data corresponding to the element according to the sequence of the image drawing data to obtain the electronic tag image.
5. The rendering method according to claim 1, further comprising:
and when a new element is acquired, adding the image data of the element to the electronic tag image according to the rendering operation corresponding to the new element to acquire a new electronic tag image.
6. An apparatus for rendering an electronic tag image, comprising:
the drawing data receiving module is used for receiving image drawing data;
the rendering operation determining module is used for analyzing the rendering mode of different elements in the image drawing data according to a preset element dictionary to obtain rendering operations corresponding to the different elements;
and the rendering operation execution module is used for executing corresponding rendering operation on each element according to the sequence of the image drawing data and the image data of each element to obtain the electronic tag image.
7. Rendering device according to claim 6, wherein the drawing data receiving module is in particular configured to receive drawing data
And acquiring and receiving the image drawing data through a preset path.
8. The rendering apparatus according to claim 6, wherein the rendering operation determination module includes:
the element type checking unit is used for checking the elements of the image drawing data according to the preset element dictionary to obtain the element type corresponding to each element;
and the rendering operation matching unit is used for matching the corresponding rendering operation according to the element type corresponding to each element.
9. A computer device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the rendering method of any of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, realizes the steps of the rendering method according to any one of claims 1 to 5.
CN202010484328.0A 2020-06-01 2020-06-01 Electronic tag image rendering method and related device Pending CN111598975A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010484328.0A CN111598975A (en) 2020-06-01 2020-06-01 Electronic tag image rendering method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010484328.0A CN111598975A (en) 2020-06-01 2020-06-01 Electronic tag image rendering method and related device

Publications (1)

Publication Number Publication Date
CN111598975A true CN111598975A (en) 2020-08-28

Family

ID=72181241

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010484328.0A Pending CN111598975A (en) 2020-06-01 2020-06-01 Electronic tag image rendering method and related device

Country Status (1)

Country Link
CN (1) CN111598975A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101833682A (en) * 2010-04-08 2010-09-15 天马微电子股份有限公司 Electronic shelf label system and working mode thereof
US8566848B2 (en) * 2007-10-01 2013-10-22 Quickbiz Holdings Limited Application programming interface for providing native and non-native display utility
US9420007B1 (en) * 2013-12-04 2016-08-16 Amazon Technologies, Inc. Access control using impersonization
CN109933393A (en) * 2019-01-30 2019-06-25 北京无线体育俱乐部有限公司 Electronic label display system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8566848B2 (en) * 2007-10-01 2013-10-22 Quickbiz Holdings Limited Application programming interface for providing native and non-native display utility
CN101833682A (en) * 2010-04-08 2010-09-15 天马微电子股份有限公司 Electronic shelf label system and working mode thereof
US9420007B1 (en) * 2013-12-04 2016-08-16 Amazon Technologies, Inc. Access control using impersonization
CN109933393A (en) * 2019-01-30 2019-06-25 北京无线体育俱乐部有限公司 Electronic label display system

Similar Documents

Publication Publication Date Title
US9262106B2 (en) Method of adding value to print data, a value-adding device, and a recording medium
US8851378B2 (en) System and method for recognizing deformed linear barcodes from a stream of varied-focus video frames
US9027833B2 (en) Commodity information display apparatus and method for displaying commodity information in different forms
CN106599940B (en) Picture character recognition method and device
JP2016048444A (en) Document identification program, document identification device, document identification system, and document identification method
JP4733577B2 (en) Form recognition device and form recognition program
US20150019959A1 (en) Method and apparatus for bidirectional typesetting
CN115543238B (en) Browser page printing method, device, equipment and storage medium
CN115221037A (en) Interactive page testing method and device, computer equipment and program product
US10216988B2 (en) Information processing device, information processing method, and computer program product
CN111598975A (en) Electronic tag image rendering method and related device
JP6199641B2 (en) Form reader and program
CN107016317B (en) Bar code decoding method and device
CN108304118B (en) Screenshot method and device
CN102099806B (en) Information output apparatus, information output method, and recording medium
CN103870793B (en) The monitoring method and device of paper media's advertisement
CN113688899A (en) Data fusion method and device, storage medium and electronic equipment
JP7035474B2 (en) Document processing equipment and programs
CN112199922A (en) Encoding method, apparatus, device and computer readable storage medium
US11699021B1 (en) System for reading contents from a document
CN111125225A (en) Bill data analysis method and device and server
JP6394947B2 (en) Code noise removing device, operation method of code noise removing device, and program to be executed by the device
CN111339125B (en) Data query method and device
CN110990551B (en) Text content processing method, device, equipment and storage medium
US20220405822A1 (en) Information processing apparatus, information processing method, and non-transitory computer readable medium

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200828

RJ01 Rejection of invention patent application after publication