CN113743056A - Document conversion method based on paragraph shrinkage amount, computing device and storage medium - Google Patents

Document conversion method based on paragraph shrinkage amount, computing device and storage medium Download PDF

Info

Publication number
CN113743056A
CN113743056A CN202111056976.7A CN202111056976A CN113743056A CN 113743056 A CN113743056 A CN 113743056A CN 202111056976 A CN202111056976 A CN 202111056976A CN 113743056 A CN113743056 A CN 113743056A
Authority
CN
China
Prior art keywords
paragraph
group
paragraphs
paragraph group
document
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
CN202111056976.7A
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.)
Ireader Technology Co Ltd
Zhangyue Technology Co Ltd
Original Assignee
Zhangyue 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 Zhangyue Technology Co Ltd filed Critical Zhangyue Technology Co Ltd
Priority to CN202111056976.7A priority Critical patent/CN113743056A/en
Publication of CN113743056A publication Critical patent/CN113743056A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/109Font handling; Temporal or kinetic typography

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention discloses a document conversion method based on paragraph shrinkage, a computing device and a storage medium, wherein the method comprises the following steps: identifying the layout document to obtain initial style parameters and paragraph retraction amounts of all paragraphs in the layout document, and dividing the paragraphs with the same initial style parameters into the same paragraph group; for each paragraph group, according to the paragraph retraction amount, grouping the paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group; and configuring corresponding target style parameters for each paragraph group, and setting the display style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group. The scheme realizes effective grouping of paragraphs, can set the display styles of the paragraphs in the streaming document in batches and quickly, and conveniently and effectively distinguishes the paragraphs with different retraction amounts in the format document through different display styles in the streaming document.

Description

Document conversion method based on paragraph shrinkage amount, computing device and storage medium
Technical Field
The invention relates to the technical field of information processing, in particular to a document conversion method based on paragraph shrinkage, a computing device and a storage medium.
Background
The layout document is an electronic document with a fixed layout presentation effect, and the presentation effect of the layout document is not changed due to the changes of software and hardware environments and operators. In order to be suitable for different reading devices to display, the format document needs to be converted into a streaming document. The content of the layout document can be generally identified, and a corresponding streaming document can be automatically generated according to the identification result. In some layout documents, there are sometimes adjacent paragraphs at one or more positions, and the basic style parameters of the paragraphs, such as fonts, word sizes and the like, are the same, but different paragraph retraction amounts are set to embody the layering sense between paragraphs. However, in the prior art, in the process of identifying a layout document, basic style parameters such as fonts and word sizes of each paragraph are usually identified, and in a stream-type document obtained by conversion, display styles of paragraphs with different indentation amounts of original paragraphs are not distinguished, and differences among the paragraphs are not shown.
Disclosure of Invention
In view of the above, the present invention has been made to provide a document conversion method based on paragraph zoom in amount, a computing device, and a storage medium that overcome or at least partially solve the above problems.
According to an aspect of the present invention, there is provided a document conversion method based on paragraph shrinkage amount, including:
identifying the layout document to obtain initial style parameters and paragraph retraction amounts of all paragraphs in the layout document, and dividing the paragraphs with the same initial style parameters into the same paragraph group;
for each paragraph group, according to the paragraph retraction amount, grouping the paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group;
and configuring corresponding target style parameters for each paragraph group, and setting the display style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group.
According to another aspect of the present invention, there is provided a computing device comprising: the processor, the memory and the communication interface complete mutual communication through the communication bus;
the memory is used for storing at least one executable instruction, and the executable instruction causes the processor to execute the following operations:
identifying the layout document to obtain initial style parameters and paragraph retraction amounts of all paragraphs in the layout document, and dividing the paragraphs with the same initial style parameters into the same paragraph group;
for each paragraph group, according to the paragraph retraction amount, grouping the paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group;
and configuring corresponding target style parameters for each paragraph group, and setting the display style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group.
According to another aspect of the embodiments of the present invention, there is provided a computer storage medium having at least one executable instruction stored therein, where the executable instruction causes a processor to perform operations corresponding to the above document conversion method based on paragraph zoom-in amount.
According to the technical scheme provided by the invention, each paragraph is grouped based on the initial style parameter and the paragraph retraction amount of each paragraph in the layout document, so that each paragraph in the same paragraph group has the same initial style parameter and the same or similar paragraph retraction amount, and the effective grouping of the paragraphs is realized; according to the target style parameters configured for each paragraph group, the display styles of the paragraphs in each paragraph group in the streaming document can be set in batches, so that the setting of the display styles of the paragraphs in the streaming document can be quickly completed, the document conversion efficiency is effectively improved, and the paragraphs with different paragraph retraction amounts in the format document can be effectively distinguished in the streaming document through different display styles by configuring different target style parameters for different paragraph groups.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 is a flowchart illustrating a document conversion method based on paragraph zoom-in amount according to a first embodiment of the present invention;
FIG. 2 is a flowchart illustrating a document conversion method based on paragraph zoom-in amount according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computing device according to a fourth embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Example one
Fig. 1 is a flowchart illustrating a document conversion method based on paragraph zooming-in amount according to an embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
step S101, identifying the layout document to obtain an initial style parameter and a paragraph retraction amount of each paragraph in the layout document, and dividing the paragraphs with the same initial style parameter into the same paragraph group.
In order to enable paragraphs with different paragraph shrinkage amounts in the layout document to have different display styles in the converted streaming document, the styles, paragraph shrinkage amounts and the like of the paragraphs in the layout document can be identified, so that initial style parameters and paragraph shrinkage amounts of the paragraphs in the layout document are obtained. Wherein, the initial style parameter is a parameter for reflecting the style of the paragraph in the layout document; the paragraph retraction amount is a retraction amount of a paragraph top line, or a distance from a left or right boundary of a minimum circumscribed rectangle of a paragraph to a left or right boundary of a page, for example, there are consecutive three paragraphs of characters on a certain page, the left boundary of a first paragraph of characters is 10 characters from the left boundary of the page, the left boundary of a second paragraph of characters is 15 characters from the left boundary of the page, and the left boundary of a third paragraph of characters is 20 characters from the left boundary of the page, so that it can be known that the paragraph retraction amounts of the first to third paragraphs of characters are 10 characters, 15 characters, and 20 characters, respectively. The reduction amount of the paragraph top line may be specifically a distance from the left or right boundary of the minimum bounding rectangle of the paragraph top line text to the left or right boundary of the page.
After the initial style parameters of each paragraph and the paragraph retraction amount of each paragraph are obtained, each paragraph can be grouped according to the initial style parameters, and specifically, paragraphs with the same initial style parameters can be divided into the same paragraph group, so that each paragraph in the same paragraph group has the same initial style parameters, and paragraphs in different paragraph groups have different initial style parameters, thereby conveniently realizing the initial grouping of paragraphs based on the initial style parameters.
And step S102, grouping the paragraphs in each paragraph group according to the paragraph retraction amount to obtain a paragraph group corresponding to the paragraph group.
After the preliminary grouping of paragraphs based on the initial style parameters is completed, the paragraphs in each paragraph group are further grouped secondarily based on paragraph advance. In step S102, for each paragraph group, the paragraphs in the paragraph group are grouped according to the paragraph advance amount, so as to obtain the paragraph group corresponding to the paragraph group. For example, paragraphs in the paragraph group with the same or similar paragraph shrinkage amounts may be divided into the same paragraph group, so that paragraphs in the same paragraph group have not only the same initial style parameters but also the same or similar paragraph shrinkage amounts, thereby realizing effective grouping of paragraphs.
Step S103, configuring corresponding target style parameters for each paragraph group, and setting the display style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group.
After the further grouping of all paragraph groups is completed, a plurality of paragraph groups are obtained. For each paragraph group, a corresponding target style parameter may be configured according to an initial style parameter, a paragraph shrinkage amount, and the like of the paragraphs in the paragraph group. For example, the target style parameters configured for different paragraph groups are different. The target style parameter is a parameter for reflecting the style of a paragraph in a streaming document.
After the configuration of the target style parameters is completed, the display styles of the paragraphs in the paragraph groups in the streaming document can be set in batches according to the target style parameters corresponding to the paragraph groups, so that the setting of the display styles of the paragraphs in the streaming document can be quickly completed, and the paragraphs with different paragraph retraction volumes in the format document can be effectively distinguished through different display styles by configuring different target style parameters for different paragraph groups.
By using the document conversion method based on paragraph shrinkage provided by the embodiment, paragraphs are grouped based on the initial style parameters of the paragraphs in the layout document and the paragraph shrinkage, so that the paragraphs in the same paragraph group have the same initial style parameters and the same or similar paragraph shrinkage, thereby realizing effective grouping of the paragraphs; according to the target style parameters configured for each paragraph group, the display styles of the paragraphs in each paragraph group in the streaming document can be set in batches, so that the setting of the display styles of the paragraphs in the streaming document can be quickly completed, the document conversion efficiency is effectively improved, and the paragraphs with different paragraph retraction amounts in the format document can be effectively distinguished in the streaming document through different display styles by configuring different target style parameters for different paragraph groups.
Example two
Fig. 2 is a flowchart illustrating a document conversion method based on paragraph zooming-in amount according to a second embodiment of the present invention, and as shown in fig. 2, the method includes the following steps:
step S201, identifying the layout document to obtain an initial style parameter and a paragraph shrinkage amount of each paragraph in the layout document, and dividing the paragraphs having the same initial style parameter into the same paragraph group.
When the layout document needs to be converted into a corresponding streaming document, the style, the paragraph shrinkage amount and the like of each paragraph in the layout document can be identified, so that the initial style parameter and the paragraph shrinkage amount of each paragraph in the layout document are obtained. In particular, the initial style parameters may specifically comprise one or more of the following parameters: font, font size, character color, character background, bolding, underlining, italics. The initial style parameter may also include other parameters, and those skilled in the art may set the initial style parameter according to actual needs, which are not specifically limited herein.
After the initial style parameter and the paragraph advance amount of each paragraph are obtained, the paragraphs may be initially grouped based on the initial style parameter. Specifically, paragraphs having the same initial style parameter are divided into the same paragraph group.
Step S202, extracting odd pages and even pages from the layout document, and identifying the layout center of the odd pages and the layout center of the even pages.
For some layout documents, the centers of odd pages and even pages may not be aligned, for example, to facilitate binding of paper documents, in a layout document, the centers of odd pages are set to be offset toward the right boundary of the document page compared to the centers of even pages. In this case, if paragraphs having the same or similar paragraph shrinkage amount in a paragraph group are directly divided into the same paragraph group, it is likely that a grouping error occurs. In order to effectively avoid the grouping error, in this embodiment, the odd page and the even page may be extracted from the layout document, and then the odd page and the even page are respectively identified to obtain the layout center of the odd page and the layout center of the even page. The layout center of the page can be embodied by the distance between the main content of the document in the page and the left boundary, the right boundary, the upper boundary and the lower boundary of the page.
Step S203, calculating the offset of the plate center between the odd page and the even page according to the plate center of the odd page and the plate center of the even page.
In an optional implementation manner, according to the center of the odd page and the center of the even page, a first distance between the main content of the document in the odd page and the left boundary of the page and a second distance between the main content of the document in the even page and the left boundary of the page are determined, the first distance and the second distance are subtracted, and the calculation result is the center offset between the odd page and the even page. For example, the first distance is 20 characters and the second distance is 15 characters, then the offset of the plate center is calculated to be 5 characters.
In another optional implementation manner, any odd page and any even page can be overlapped together in a page turning, translation and other manners, and after the overlapping is performed, the difference between the block center of the odd page and the block center of the even page is calculated to obtain the block center offset between the odd page and the even page.
The execution sequence of step S201, step S202, and step S203 is not limited. The sequence of the steps shown in this embodiment is only a specific example, and in this embodiment, step S201 is executed first, and then step S202 and step S203 are executed. Those skilled in the art may also perform step S201 after performing step S202 and step S203, or step S201 and step S202 may also be performed simultaneously.
After the paragraph groups are obtained by dividing and the plate center offset is calculated, the paragraphs in the paragraph groups can be grouped according to the paragraph indentation amount and the plate center offset for each paragraph group, so as to obtain the paragraph group corresponding to the paragraph group. Specifically, the process can be implemented through step S204 to step S206.
Step S204, judging whether the offset of the plate center is smaller than a first preset threshold value; if yes, go to step S205; if not, go to step S206.
In this embodiment, a first preset threshold is set, and whether the block center of the odd page and the block center of the even page are aligned is determined by judging whether the block center offset is smaller than the first preset threshold. The first preset threshold may be set by a person skilled in the art according to actual needs, for example, the first preset threshold may be set to 0.5 characters. Specifically, if the offset of the center of the plate is smaller than the first preset threshold, it may be determined that the center of the odd page and the center of the even page are aligned, and then step S205 is executed; if the offset of the plate center is greater than or equal to the first preset threshold, it may be determined that the plate center of the odd page and the plate center of the even page are not aligned, and step S206 is performed.
In step S205, for each paragraph group, each paragraph in the paragraph group is divided into a corresponding paragraph group.
When the offset of the center of the plate is smaller than the first preset threshold value, which is determined in step S204, it is described that the center of the odd page and the center of the even page are aligned, and the paragraphs in each paragraph group can be directly grouped secondarily based on the paragraph shrinkage amount without correcting the paragraph shrinkage amount of each paragraph obtained in step S201.
Specifically, for each paragraph group, paragraphs in the paragraph group that have the same or similar paragraph shrinkage amount are divided into the same paragraph group. In this embodiment, a second predetermined threshold can be used to find paragraphs with the same or similar paragraph shrinkage amount. The difference of paragraph retraction amounts of any two paragraphs in the same paragraph group containing a plurality of paragraphs is smaller than a second preset threshold value through division.
Suppose that a paragraph group includes 6 paragraphs, which are paragraphs 1 to 6, respectively, where the paragraph advance amount of paragraph 1 is 22.1 characters, the paragraph advance amount of paragraph 2 is 22.0 characters, the paragraph advance amount of paragraph 3 is 21.9 characters, the paragraph advance amount of paragraph 4 is 25.1 characters, the paragraph advance amount of paragraph 5 is 25.0 characters, and the paragraph advance amount of paragraph 6 is 24.9 characters. If the second preset threshold is 0.3 characters, the paragraph group is further divided into two paragraph groups by calculating the difference between the paragraph reductions of two paragraphs in the paragraph group, wherein the difference between the paragraph reductions of any two paragraphs in paragraph 1, paragraph 2 and paragraph 3 is smaller than the second preset threshold, and the difference between the paragraph reductions of any two paragraphs in paragraph 4, paragraph 5 and paragraph 6 is smaller than the second preset threshold.
Step S206, for each paragraph group, according to the offset of the plate center and the page number corresponding to the paragraph in the paragraph group, correcting the paragraph shrinkage amount of the paragraph in the paragraph group, and then dividing each paragraph in the paragraph group into the corresponding paragraph group.
When the offset of the center of the plate is determined to be greater than or equal to the first preset threshold in step S204, it is described that the center of the odd page and the center of the even page are not aligned, and the paragraph shrink amount of each paragraph obtained in step S201 needs to be corrected according to the offset of the center of the plate before the paragraphs in each paragraph group are grouped secondarily based on the paragraph shrink amount. By the processing mode, the method can be suitable for processing the layout document with the odd-even page layout centers not aligned, and the situation of grouping errors is effectively avoided.
Specifically, paragraphs with page numbers belonging to the target numerical value type can be screened out from the paragraph group, and then, for each paragraph with a page number belonging to the target numerical value type, the paragraph shrinkage amount of the paragraph is added or subtracted with the offset of the plate center, so that the paragraph shrinkage amount is corrected. Wherein the target value type may be even or odd. After the correction, each paragraph in the paragraph group is divided into the corresponding paragraph group. The difference value of paragraph retraction amounts of any two paragraphs in the same paragraph group containing a plurality of paragraphs is smaller than a second preset threshold value.
If it is determined in step S203 that the first distance is greater than the second distance and the offset of the center of the plate between the odd page and the even page is 5 characters, the corresponding correction manner may include two manners, where manner 1 is to screen out paragraphs with even page numbers from the paragraph group, and then add the paragraph shrinkage amount and the offset of the center of the plate of each paragraph with even page numbers; the mode 2 is to screen out paragraphs with odd page numbers from the paragraph group, and then perform subtraction processing on the paragraph retraction amount and the plate center offset amount of each paragraph with odd page numbers. The paragraph advance amount may be corrected by selecting one of the two modes.
Suppose a paragraph group includes 8 paragraphs, which are paragraphs 1 to 8, where the page numbers corresponding to paragraphs 1 to 4 are odd numbers, the page numbers corresponding to paragraphs 5 to 8 are even numbers, the paragraph shrinkage amount of paragraph 1 is 22.1 characters, the paragraph shrinkage amount of paragraph 2 is 22.0 characters, the paragraph shrinkage amount of paragraph 3 is 25.0 characters, the paragraph shrinkage amount of paragraph 4 is 24.9 characters, the paragraph shrinkage amount of paragraph 5 is 17.1 characters, the paragraph shrinkage amount of paragraph 6 is 17.0 characters, the paragraph shrinkage amount of paragraph 7 is 20.0 characters, and the paragraph shrinkage amount of paragraph 8 is 19.9 characters. Taking the target value type as an even number and the correction mode as an example of adding the paragraph shrinkage amount and the center offset of the paragraph, it is described that for the paragraph whose page number belongs to the even number, the center offset needs to be added on the basis of the original paragraph shrinkage amount, and the added result is the corrected paragraph shrinkage amount. Through the correction processing, the paragraph advance amount corrected by the paragraph 5 is 22.1 characters, the paragraph advance amount corrected by the paragraph 6 is 22.0 characters, the paragraph advance amount corrected by the paragraph 7 is 25.0 characters, and the paragraph advance amount corrected by the paragraph 8 is 24.9 characters. If the second preset threshold is 0.3 characters, then calculating the difference between the paragraph shrink amounts of two paragraphs in the paragraph group, and if the difference between the paragraph shrink amounts of any two paragraphs in paragraph 1, paragraph 2, paragraph 5 and paragraph 6 is smaller than the second preset threshold, and if the difference between the paragraph shrink amounts of any two paragraphs in paragraph 3, paragraph 4, paragraph 7 and paragraph 8 is also smaller than the second preset threshold, then dividing paragraph 1, paragraph 2, paragraph 5 and paragraph 6 into one paragraph group, and dividing paragraph 3, paragraph 4, paragraph 7 and paragraph 8 into another paragraph group, thereby further dividing the paragraph group into two paragraph groups.
Step S207, configuring corresponding target style parameters for each paragraph group, and setting a presentation style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group.
Different target style parameters can be configured for different paragraph groups according to the initial style parameters, paragraph shrinkage amounts and the like of paragraphs in different paragraph groups. The target style parameters may specifically comprise one or more of the following parameters: font, font size, character color, character background, paragraph shrinkage amount, bolding, underlining, italics. The target style parameter may also include other parameters, and those skilled in the art may set the target style parameter according to actual needs, which are not specifically limited herein.
In an optional implementation manner, the target style parameters configured for the paragraph group may be completely the same as the initial style parameters and the paragraph indentation amount of the paragraphs in the paragraph group, and this configuration enables the converted streaming document to maximally restore the layout structure of the layout document, and maintains the aesthetic property of the document content.
For example, if the paragraph shrinkage amount of a paragraph in a paragraph group is 22 characters, the initial style parameter of the paragraph includes a font of song and a font size of four, and the target style parameter configured for the paragraph group may include a font of song, a font size of four and a paragraph shrinkage amount of 22 characters, so as to maximally restore the layout structure of the layout document.
In another optional implementation manner, the target style parameters configured for the paragraph group may be partially or completely different from the initial style parameters and the paragraph indentation amount of the paragraphs in the paragraph group, and this configuration enables the converted streaming document to adopt a different layout structure from the layout document to reflect the hierarchical sense between the paragraphs with different paragraph indentation amounts in the layout document, which is helpful for improving the presentation effect of the document content.
For example, if the paragraph shrinkage amount of a paragraph in a paragraph group is 22 characters, the initial style parameter of the paragraph includes a font of song and a font size of four, the target style parameter configured for the paragraph group may include a font of song, a font size of four, and a color of the character of blue; the paragraph shrinkage amount of the paragraphs in the other paragraph group is 15 characters, the initial style parameters of the paragraphs include a font of song and a font size of four, and the target style parameters configured for the paragraph group may include a font of song, a font size of four and a character color of yellow. By adding different character colors to paragraphs with the same initial style parameters and different paragraph retraction amounts, the paragraphs can be distinguished, and the display effect and the attractiveness of the document content can be improved.
Considering that in the prior art, a streaming document is generally constructed in an HTML5 manner, and a tag language is adopted, and document content can be presented in a scrolling manner of a waterfall streaming type, it is possible to add a corresponding presentation style to a tag corresponding to each paragraph in a source file corresponding to the streaming document to enable each paragraph to be presented in accordance with the corresponding presentation style when the streaming document is presented.
In step S207, in the source file corresponding to the streaming document, a presentation style corresponding to the tag may be set for the tag corresponding to each paragraph in each paragraph group according to the target style parameter corresponding to each paragraph group. In practical application, in a source file corresponding to a streaming document, paragraphs are usually defined by < p > tags, and then in the source file corresponding to the streaming document, corresponding presentation styles can be set for the < p > tags corresponding to each paragraph in each paragraph group according to target style parameters corresponding to each paragraph group, so that the setting of the presentation styles of each paragraph in the streaming document is conveniently realized.
By using the document conversion method based on paragraph shrink amount provided by the embodiment, whether the even and odd page layout centers in the layout document are aligned can be accurately identified, for the case that the even and odd page layout centers are not aligned, the paragraph shrink amount of paragraphs in paragraph groups obtained by dividing based on the initial style parameters is corrected through the offset of the layout centers, and paragraphs in each paragraph group are grouped secondarily based on the corrected paragraph shrink amount, so that the accurate grouping of paragraphs is realized, and the occurrence of grouping errors is effectively avoided; and moreover, according to the target style parameters configured for each paragraph group, the display styles of the paragraphs in each paragraph group in the streaming document can be set in batch and quickly, the document conversion workload is reduced, the document conversion efficiency is effectively improved, and by configuring different target style parameters for different paragraph groups, the paragraphs in the format document with different paragraph retraction amounts can conveniently reflect the layering sense among the paragraphs and effectively distinguish the paragraphs in the streaming document through different display styles, so that the attractiveness and the display effect of the document content are effectively improved.
EXAMPLE III
A third embodiment of the present invention provides a nonvolatile storage medium, where the storage medium stores at least one executable instruction, and the executable instruction may execute the document conversion method based on the paragraph zoom-in amount in any of the above method embodiments.
The executable instructions may be specifically configured to cause the processor to: identifying the layout document to obtain initial style parameters and paragraph retraction amounts of all paragraphs in the layout document, and dividing the paragraphs with the same initial style parameters into the same paragraph group; for each paragraph group, according to the paragraph retraction amount, grouping the paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group; and configuring corresponding target style parameters for each paragraph group, and setting the display style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group.
In an alternative embodiment, the executable instructions further cause the processor to: extracting odd pages and even pages from the layout document, and identifying the layout center of the odd pages and the layout center of the even pages; calculating the offset of the plate center between the odd page and the even page according to the plate center of the odd page and the plate center of the even page; and for each paragraph group, according to the paragraph indentation amount and the plate center offset, grouping the paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group.
In an alternative embodiment, the executable instructions further cause the processor to: judging whether the offset of the plate center is smaller than a first preset threshold value or not; if yes, dividing each paragraph in the paragraph group into a corresponding paragraph group; if not, correcting paragraph shrinkage of paragraphs in the paragraph group according to the offset of the plate center and the page number corresponding to the paragraphs in the paragraph group, and then dividing each paragraph in the paragraph group into corresponding paragraph groups; the difference value of paragraph retraction amounts of any two paragraphs in the same paragraph group containing a plurality of paragraphs is smaller than a second preset threshold value.
In an alternative embodiment, the executable instructions further cause the processor to: screening out paragraphs of which the page numbers belong to the target numerical value types from the paragraph group; for each paragraph of which the page number belongs to the target numerical value type, adding or subtracting the paragraph shrinkage amount and the edition center offset of the paragraph; wherein the target value type is even or odd.
In an alternative embodiment, the executable instructions further cause the processor to: and setting a display style corresponding to the label for the label corresponding to each paragraph in each paragraph group in a source file corresponding to the streaming document according to the target style parameter corresponding to each paragraph group.
In an alternative embodiment, the initial style parameters include one or more of the following parameters: font, font size, character color, character background, bolding, underlining, italics.
In an alternative embodiment, the target style parameters include one or more of the following parameters: font, font size, character color, character background, paragraph shrinkage amount, bolding, underlining, italics.
Example four
Fig. 3 is a schematic structural diagram of a computing device according to a fourth embodiment of the present invention, and the specific embodiment of the present invention does not limit the specific implementation of the computing device.
As shown in fig. 3, the computing device may include: a processor (processor)302, a communication Interface 304, a memory 306, and a communication bus 308.
Wherein:
the processor 302, communication interface 304, and memory 306 communicate with each other via a communication bus 308.
A communication interface 304 for communicating with network elements of other devices, such as clients or other servers.
The processor 302 is configured to execute the program 310, and may specifically execute relevant steps in the above document conversion method embodiment based on paragraph shrinkage.
In particular, program 310 may include program code comprising computer operating instructions.
The processor 302 may be a central processing unit CPU, or an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits configured to implement an embodiment of the present invention. The computing device includes one or more processors, which may be the same type of processor, such as one or more CPUs; or may be different types of processors such as one or more CPUs and one or more ASICs.
And a memory 306 for storing a program 310. Memory 306 may comprise high-speed RAM memory and may also include non-volatile memory (non-volatile memory), such as at least one disk memory.
The program 310 may specifically be configured to cause the processor 302 to perform the following operations: identifying the layout document to obtain initial style parameters and paragraph retraction amounts of all paragraphs in the layout document, and dividing the paragraphs with the same initial style parameters into the same paragraph group; for each paragraph group, according to the paragraph retraction amount, grouping the paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group; and configuring corresponding target style parameters for each paragraph group, and setting the display style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group.
In an alternative embodiment, program 310 further causes processor 302 to: extracting odd pages and even pages from the layout document, and identifying the layout center of the odd pages and the layout center of the even pages; calculating the offset of the plate center between the odd page and the even page according to the plate center of the odd page and the plate center of the even page; and for each paragraph group, according to the paragraph indentation amount and the plate center offset, grouping the paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group.
In an alternative embodiment, program 310 further causes processor 302 to: judging whether the offset of the plate center is smaller than a first preset threshold value or not; if yes, dividing each paragraph in the paragraph group into a corresponding paragraph group; if not, correcting paragraph shrinkage of paragraphs in the paragraph group according to the offset of the plate center and the page number corresponding to the paragraphs in the paragraph group, and then dividing each paragraph in the paragraph group into corresponding paragraph groups; the difference value of paragraph retraction amounts of any two paragraphs in the same paragraph group containing a plurality of paragraphs is smaller than a second preset threshold value.
In an alternative embodiment, program 310 further causes processor 302 to: screening out paragraphs of which the page numbers belong to the target numerical value types from the paragraph group; for each paragraph of which the page number belongs to the target numerical value type, adding or subtracting the paragraph shrinkage amount and the edition center offset of the paragraph; wherein the target value type is even or odd.
In an alternative embodiment, program 310 further causes processor 302 to: and setting a display style corresponding to the label for the label corresponding to each paragraph in each paragraph group in a source file corresponding to the streaming document according to the target style parameter corresponding to each paragraph group.
In an alternative embodiment, the initial style parameters include one or more of the following parameters: font, font size, character color, character background, bolding, underlining, italics.
In an alternative embodiment, the target style parameters include one or more of the following parameters: font, font size, character color, character background, paragraph shrinkage amount, bolding, underlining, italics.
For specific implementation of each step in the program 310, reference may be made to the description corresponding to the corresponding step in the above document conversion embodiment based on the paragraph zoom-in amount, which is not described herein again. It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the above-described device may refer to the corresponding process description in the foregoing method embodiment, and is not described herein again.
According to the scheme provided by the embodiment, effective grouping of paragraphs is realized based on the initial style parameters of the paragraphs in the layout document and the paragraph retraction amount, the display styles of the paragraphs in the streaming document can be set in batches and quickly, and the paragraphs with different retraction amounts in the layout document can be distinguished effectively through different display styles in the streaming document conveniently.
The algorithms and displays presented herein are not inherently related to any particular computer, virtual machine, or other apparatus. Various general purpose systems may also be used with the teachings herein. The required structure for constructing such a system will be apparent from the description above. Moreover, the present invention is not directed to any particular programming language. It is appreciated that a variety of programming languages may be used to implement the teachings of the present invention as described herein, and any descriptions of specific languages are provided above to disclose the best mode of the invention.
In the description provided herein, numerous specific details are set forth. It is understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be interpreted as reflecting an intention that: that the invention as claimed requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the device in an embodiment may be adaptively changed and disposed in one or more devices different from the embodiment. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Furthermore, those skilled in the art will appreciate that while some embodiments described herein include some features included in other embodiments, rather than other features, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments. For example, in the claims, any of the claimed embodiments may be used in any combination.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.
The invention discloses: A1. a document conversion method based on paragraph shrinkage amount comprises the following steps:
identifying a layout document to obtain initial style parameters and paragraph retraction amounts of paragraphs in the layout document, and dividing the paragraphs with the same initial style parameters into the same paragraph group;
for each paragraph group, according to the paragraph retraction amount, grouping paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group;
and configuring corresponding target style parameters for each paragraph group, and setting the display style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group.
A2. Before the grouping, for each paragraph group, paragraphs in the paragraph group according to the paragraph advance amount to obtain a paragraph group corresponding to the paragraph group, according to a method described in a1, the method further includes:
extracting odd pages and even pages from the layout document, and identifying the layout center of the odd pages and the layout center of the even pages;
calculating the offset of the plate center between the odd page and the even page according to the plate center of the odd page and the plate center of the even page;
for each paragraph group, according to the paragraph retraction amount, grouping paragraphs in the paragraph group, and obtaining a paragraph group corresponding to the paragraph group specifically includes:
and for each paragraph group, grouping the paragraphs in the paragraph group according to the paragraph retraction amount and the plate center offset to obtain a paragraph group corresponding to the paragraph group.
A3. According to the method of a2, the grouping paragraphs in the paragraph group according to the paragraph contraction amount and the block center offset, and obtaining the paragraph group corresponding to the paragraph group further includes:
judging whether the offset of the plate center is smaller than a first preset threshold value or not;
if yes, dividing each paragraph in the paragraph group into a corresponding paragraph group;
if not, correcting paragraph shrinkage of paragraphs in the paragraph group according to the offset of the plate center and the page number corresponding to the paragraphs in the paragraph group, and then dividing each paragraph in the paragraph group into corresponding paragraph groups;
the difference value of paragraph retraction amounts of any two paragraphs in the same paragraph group containing a plurality of paragraphs is smaller than a second preset threshold value.
A4. According to the method of a3, the correcting a paragraph shrinkage amount of a paragraph in the paragraph group according to the offset of the centroid and a page number corresponding to the paragraph in the paragraph group further includes:
screening out paragraphs of which the page numbers belong to the target numerical value types from the paragraph group;
for each paragraph of which the page number belongs to the target numerical value type, adding or subtracting the paragraph shrinkage amount of the paragraph and the version center offset;
wherein the target value type is even or odd.
A5. The method according to any one of a1-a4, wherein setting presentation styles of paragraphs in respective paragraph groups in a streaming document according to target style parameters corresponding to the respective paragraph groups further comprises:
and setting a display style corresponding to the label for the label corresponding to each paragraph in each paragraph group in the source file corresponding to the streaming document according to the target style parameter corresponding to each paragraph group.
A6. The method of any of a1-a5, the initial style parameters comprising one or more of the following parameters:
font, font size, character color, character background, bolding, underlining, italics.
A7. The method of any one of a1-a6, the target style parameters comprising one or more of the following parameters:
font, font size, character color, character background, paragraph shrinkage amount, bolding, underlining, italics.
B8. A computing device, comprising: the system comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete mutual communication through the communication bus;
the memory is configured to store at least one executable instruction that causes the processor to:
identifying a layout document to obtain initial style parameters and paragraph retraction amounts of paragraphs in the layout document, and dividing the paragraphs with the same initial style parameters into the same paragraph group;
for each paragraph group, according to the paragraph retraction amount, grouping paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group;
and configuring corresponding target style parameters for each paragraph group, and setting the display style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group.
B9. The computing device of B8, the executable instructions further cause the processor to:
extracting odd pages and even pages from the layout document, and identifying the layout center of the odd pages and the layout center of the even pages;
calculating the offset of the plate center between the odd page and the even page according to the plate center of the odd page and the plate center of the even page;
and for each paragraph group, grouping the paragraphs in the paragraph group according to the paragraph retraction amount and the plate center offset to obtain a paragraph group corresponding to the paragraph group.
B10. The computing device of B9, the executable instructions further cause the processor to:
judging whether the offset of the plate center is smaller than a first preset threshold value or not;
if yes, dividing each paragraph in the paragraph group into a corresponding paragraph group;
if not, correcting paragraph shrinkage of paragraphs in the paragraph group according to the offset of the plate center and the page number corresponding to the paragraphs in the paragraph group, and then dividing each paragraph in the paragraph group into corresponding paragraph groups;
the difference value of paragraph retraction amounts of any two paragraphs in the same paragraph group containing a plurality of paragraphs is smaller than a second preset threshold value.
B11. The computing device of B10, the executable instructions further cause the processor to:
screening out paragraphs of which the page numbers belong to the target numerical value types from the paragraph group;
for each paragraph of which the page number belongs to the target numerical value type, adding or subtracting the paragraph shrinkage amount of the paragraph and the version center offset;
wherein the target value type is even or odd.
B12. The computing device of any of B8-B11, the executable instructions further cause the processor to:
and setting a display style corresponding to the label for the label corresponding to each paragraph in each paragraph group in the source file corresponding to the streaming document according to the target style parameter corresponding to each paragraph group.
B13. The computing device of any one of B8-B12, the initial style parameters comprising one or more of the following:
font, font size, character color, character background, bolding, underlining, italics.
B14. The computing device of any one of B8-B13, the target style parameters including one or more of the following:
font, font size, character color, character background, paragraph shrinkage amount, bolding, underlining, italics.
C15. A computer storage medium having stored therein at least one executable instruction for causing a processor to perform operations corresponding to the paragraph zoom amount based document conversion method as described in any one of a1-a 7.

Claims (10)

1. A document conversion method based on paragraph shrinkage amount comprises the following steps:
identifying a layout document to obtain initial style parameters and paragraph retraction amounts of paragraphs in the layout document, and dividing the paragraphs with the same initial style parameters into the same paragraph group;
for each paragraph group, according to the paragraph retraction amount, grouping paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group;
and configuring corresponding target style parameters for each paragraph group, and setting the display style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group.
2. The method according to claim 1, before said, for each paragraph group, grouping paragraphs in the paragraph group according to the paragraph progression amount to obtain a paragraph group corresponding to the paragraph group, the method further comprising:
extracting odd pages and even pages from the layout document, and identifying the layout center of the odd pages and the layout center of the even pages;
calculating the offset of the plate center between the odd page and the even page according to the plate center of the odd page and the plate center of the even page;
for each paragraph group, according to the paragraph retraction amount, grouping paragraphs in the paragraph group, and obtaining a paragraph group corresponding to the paragraph group specifically includes:
and for each paragraph group, grouping the paragraphs in the paragraph group according to the paragraph retraction amount and the plate center offset to obtain a paragraph group corresponding to the paragraph group.
3. The method of claim 2, wherein grouping paragraphs in the paragraph group according to the paragraph contraction amount and the plate center offset to obtain a paragraph group corresponding to the paragraph group further comprises:
judging whether the offset of the plate center is smaller than a first preset threshold value or not;
if yes, dividing each paragraph in the paragraph group into a corresponding paragraph group;
if not, correcting paragraph shrinkage of paragraphs in the paragraph group according to the offset of the plate center and the page number corresponding to the paragraphs in the paragraph group, and then dividing each paragraph in the paragraph group into corresponding paragraph groups;
the difference value of paragraph retraction amounts of any two paragraphs in the same paragraph group containing a plurality of paragraphs is smaller than a second preset threshold value.
4. The method of claim 3, wherein correcting the paragraph shrinkage amount of the paragraphs in the paragraph group according to the offset of the plate center and the page numbers corresponding to the paragraphs in the paragraph group further comprises:
screening out paragraphs of which the page numbers belong to the target numerical value types from the paragraph group;
for each paragraph of which the page number belongs to the target numerical value type, adding or subtracting the paragraph shrinkage amount of the paragraph and the version center offset;
wherein the target value type is even or odd.
5. The method according to any one of claims 1 to 4, wherein setting the presentation style of the paragraphs in each paragraph group in the streaming document according to the target style parameter corresponding to each paragraph group further comprises:
and setting a display style corresponding to the label for the label corresponding to each paragraph in each paragraph group in the source file corresponding to the streaming document according to the target style parameter corresponding to each paragraph group.
6. The method according to any one of claims 1-5, the initial style parameters comprising one or more of the following parameters:
font, font size, character color, character background, bolding, underlining, italics.
7. The method of any of claims 1-6, the target pattern parameters comprising one or more of the following parameters:
font, font size, character color, character background, paragraph shrinkage amount, bolding, underlining, italics.
8. A computing device, comprising: the system comprises a processor, a memory, a communication interface and a communication bus, wherein the processor, the memory and the communication interface complete mutual communication through the communication bus;
the memory is configured to store at least one executable instruction that causes the processor to:
identifying a layout document to obtain initial style parameters and paragraph retraction amounts of paragraphs in the layout document, and dividing the paragraphs with the same initial style parameters into the same paragraph group;
for each paragraph group, according to the paragraph retraction amount, grouping paragraphs in the paragraph group to obtain a paragraph group corresponding to the paragraph group;
and configuring corresponding target style parameters for each paragraph group, and setting the display style of the paragraphs in each paragraph group in the streaming document according to the target style parameters corresponding to each paragraph group.
9. The computing device of claim 8, the executable instructions further cause the processor to:
extracting odd pages and even pages from the layout document, and identifying the layout center of the odd pages and the layout center of the even pages;
calculating the offset of the plate center between the odd page and the even page according to the plate center of the odd page and the plate center of the even page;
and for each paragraph group, grouping the paragraphs in the paragraph group according to the paragraph retraction amount and the plate center offset to obtain a paragraph group corresponding to the paragraph group.
10. A computer storage medium having stored therein at least one executable instruction for causing a processor to perform operations corresponding to the paragraph zoom amount based document conversion method of any one of claims 1-7.
CN202111056976.7A 2021-09-09 2021-09-09 Document conversion method based on paragraph shrinkage amount, computing device and storage medium Pending CN113743056A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111056976.7A CN113743056A (en) 2021-09-09 2021-09-09 Document conversion method based on paragraph shrinkage amount, computing device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111056976.7A CN113743056A (en) 2021-09-09 2021-09-09 Document conversion method based on paragraph shrinkage amount, computing device and storage medium

Publications (1)

Publication Number Publication Date
CN113743056A true CN113743056A (en) 2021-12-03

Family

ID=78737576

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111056976.7A Pending CN113743056A (en) 2021-09-09 2021-09-09 Document conversion method based on paragraph shrinkage amount, computing device and storage medium

Country Status (1)

Country Link
CN (1) CN113743056A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115690806A (en) * 2022-10-11 2023-02-03 杭州瑞成信息技术股份有限公司 Unstructured document format identification method based on image data processing

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479173A (en) * 2010-11-25 2012-05-30 北京大学 Method and device for identifying reading sequence of layout
US20130191389A1 (en) * 2012-01-23 2013-07-25 Microsoft Corporation Paragraph Property Detection and Style Reconstruction Engine
CN106980607A (en) * 2017-03-31 2017-07-25 掌阅科技股份有限公司 Paragraph recognition methods, device and terminal device
CN110704570A (en) * 2019-08-13 2020-01-17 北京众信博雅科技有限公司 Continuous page layout document structured information extraction method
CN113177392A (en) * 2021-05-28 2021-07-27 掌阅科技股份有限公司 Method for synchronizing row segment information in proofreading interface, computing device and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479173A (en) * 2010-11-25 2012-05-30 北京大学 Method and device for identifying reading sequence of layout
US20130191389A1 (en) * 2012-01-23 2013-07-25 Microsoft Corporation Paragraph Property Detection and Style Reconstruction Engine
CN106980607A (en) * 2017-03-31 2017-07-25 掌阅科技股份有限公司 Paragraph recognition methods, device and terminal device
CN110704570A (en) * 2019-08-13 2020-01-17 北京众信博雅科技有限公司 Continuous page layout document structured information extraction method
CN113177392A (en) * 2021-05-28 2021-07-27 掌阅科技股份有限公司 Method for synchronizing row segment information in proofreading interface, computing device and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115690806A (en) * 2022-10-11 2023-02-03 杭州瑞成信息技术股份有限公司 Unstructured document format identification method based on image data processing

Similar Documents

Publication Publication Date Title
US7853869B2 (en) Creation of semantic objects for providing logical structure to markup language representations of documents
CN111191079B (en) Document content acquisition method, device, equipment and storage medium
CN112100979A (en) Typesetting processing method based on electronic book, electronic equipment and storage medium
CN111399831A (en) Page display method and device, storage medium and electronic device
CN111159597A (en) Skeleton screen generation method and system, computer equipment and storage medium
CN112417899A (en) Character translation method, device, computer equipment and storage medium
CN114581639A (en) Method for generating information of beam steel bars in BIM (building information modeling) model based on beam leveling construction drawing
CN115546809A (en) Table structure identification method based on cell constraint and application thereof
CN113743056A (en) Document conversion method based on paragraph shrinkage amount, computing device and storage medium
CN109815243B (en) Structured storage method and device during document interface modification
CN114363167B (en) Network segment information processing method and device, electronic equipment and storage medium
CN114416056A (en) Page generation method, system, computer equipment and readable storage medium
CN110321405B (en) Model matching method, model matching device, computer-readable storage medium and computer equipment
CN111523531A (en) Word processing method and device, electronic equipment and computer readable storage medium
CN111862343A (en) Three-dimensional reconstruction method, device and equipment and computer readable storage medium
US20170249292A1 (en) Conditional determination of lookups in glyph processing
CN111553847A (en) Image processing method and device
CN113011131B (en) Typesetting method based on picture electronic book, electronic equipment and storage medium
CN113177392B (en) Method for synchronizing row segment information in proofreading interface, computing device and storage medium
CN115797955A (en) Table structure identification method based on cell constraint and application thereof
CN112100978B (en) Typesetting processing method based on electronic book, electronic equipment and storage medium
CN112699634B (en) Typesetting processing method of electronic book, electronic equipment and storage medium
CN115618838A (en) Report generation method and equipment
CN115270198A (en) Signature method, device and storage medium of PDF document
KR20110021714A (en) Method and apparatus for the page-by-page provision of an electronic document as a computer graphic

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: 20211203

RJ01 Rejection of invention patent application after publication