CN102681980A - Typesetting processing method and device based on original document - Google Patents

Typesetting processing method and device based on original document Download PDF

Info

Publication number
CN102681980A
CN102681980A CN2011100651263A CN201110065126A CN102681980A CN 102681980 A CN102681980 A CN 102681980A CN 2011100651263 A CN2011100651263 A CN 2011100651263A CN 201110065126 A CN201110065126 A CN 201110065126A CN 102681980 A CN102681980 A CN 102681980A
Authority
CN
China
Prior art keywords
character
newline
original document
end mark
last
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.)
Granted
Application number
CN2011100651263A
Other languages
Chinese (zh)
Other versions
CN102681980B (en
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.)
Allwinner Technology Co Ltd
Original Assignee
Allwinner 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 Allwinner Technology Co Ltd filed Critical Allwinner Technology Co Ltd
Priority to CN201110065126.3A priority Critical patent/CN102681980B/en
Publication of CN102681980A publication Critical patent/CN102681980A/en
Application granted granted Critical
Publication of CN102681980B publication Critical patent/CN102681980B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

The invention discloses a typesetting processing method and device based on an original document. The typesetting processing method comprises the following steps of: step B. judging whether a Xth character is a line break, if the Xth character is not the line break, carrying out a step B1, if the Xth character is the line break, and carrying out a step C; step C. judging whether a X-1th character is a paragraph ending character, if the X-1th character is not the paragraph ending character, carrying out a step C1, if the X-1th character is the paragraph ending character, carrying out a step D; and steps B1, C1 and D. judging whether the Xth character is the last one character of the original document, and carrying out corresponding processing according to the condition. The typesetting processing method and device based on the original document have the beneficial effects that the redundant line breaks of the original document are deleted, and redundant blank lines and unnecessary line feeds in the original document are cleared away; paragraph head formats are added for paragraphs; the paragraphs of the document is clear, and the aesthetic property and the coherence of the document are increased so that the document is more in line with the reading habits of people.

Description

Composing disposal route and device based on original document
Technical field
The present invention relates to the composing process field of document, relate in particular to composing disposal route and device based on original document.
Background technology
At present, a lot of original documents have attached a lot of newlines in order to adapt to different readings, publication or circulation style (comprising like electronic reading equipment ocr software and paper publication thing etc.) when editor, brought inconvenience for reader or user; For example: the e-book from network is downloaded in order to adapt to the size of personal computer screens, often comprises unnecessary newline; When such e-book be applied on the handheld device or other reader on when reading; The situation of reading habit will occur not meeting, be embodied in: the content of every screen display does not line up, because too many line feed; The content that causes every screen display very little, paragraph head does not have special efficacy.
Summary of the invention
The object of the invention is to provide a kind of composing disposal route and device based on original document, and is unintelligible in order to solve the paragraph that causes owing to newline, incoherent problem; And make the document of handling through setting type more attractive in appearance, meet people's reading habit.For achieving the above object, the present invention realizes through following technical proposals:
A kind of composing disposal route based on original document may further comprise the steps:
Steps A: the character of the original document that recognizes is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is a natural number;
Step B: read X character, judge whether X character is newline; Wherein, X is the numbering of character in steps A;
If X character is not newline, operating procedure B1 then;
If X character is newline, operating procedure C then;
Step B1: judge whether X character is last character of original document;
If X character is last character, then finishing sets type handles;
If X character is not last character: then X=X+1 returns step B;
Step C: read X-1 character, judge whether X-1 character is the paragraph end mark;
If X-1 character is not the paragraph end mark, operating procedure C1 then;
If X-1 character is the paragraph end mark, then carry out step D;
Step C1: judge whether X character is last character of original document;
If X character is last character: then delete newline, finish to set type and handle;
If X character is not last character: then delete newline, X=X+1 returns step B;
Step D: judge whether X character is last character of original document;
If X character is last character, then delete newline, finish to set type and handle;
If X character is not last character: then delete newline, be that X+1 character increases the first form of paragraph, X=X+1 returns step B.
A kind of device that original document is set type and handled comprises:
The numbering module is used for the character of the original document that identifies is numbered according to sequencing, with the 1st character, and the 2nd character ..., N character representation; Wherein N is a natural number;
Read module is used to read the character after the numbering;
The newline judge module is used to judge whether X the character that read module reads is newline; Wherein, X is the numbering of character;
Last character judge module is used to judge whether X the character that read module reads is last character of original document;
Paragraph end mark judge module is used to judge whether X-1 the character that read module reads is the paragraph end mark;
Central processing module is used for the numbering module, read module, and the newline judge module, last character judge module and paragraph end mark judge module are controlled.
Composing disposal route and device beneficial effect based on original document of the present invention is, the unnecessary newline in the original document is deleted, and removed null unnecessary in the original document and unnecessary line feed; And be paragraph increase paragraph head form; Like this, make document segment clear, and improved the aesthetic property and the continuity of document, make document meet people's reading habit more.
Description of drawings
Fig. 1 is the process flow diagram of the composing disposal route based on original document of the present invention;
Fig. 2 A is the synoptic diagram of original document of the present invention;
Fig. 2 B is that the composing disposal route based on original document of the present invention is carried out the synoptic diagram after the part composing is handled with original document shown in Fig. 2 A;
Fig. 2 C is the composing disposal route based on original document of the present invention with the synoptic diagram after handling of all setting type of original document shown in Fig. 2 A.
Embodiment
For the purpose, technical scheme and the advantage that make the composing disposal route that the present invention is based on original document and device is clearer,, the present invention is explained further details below in conjunction with accompanying drawing and embodiment; Below described specific embodiment only be used to explain the present invention, but be not used for limiting scope of the present invention.
Embodiment one
Composing disposal route based on original document of the present invention, as shown in Figure 1, may further comprise the steps:
Steps A: the character of the original document that recognizes is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is a natural number;
Step B: read X character, judge whether X character is newline; Wherein, X is the numbering of character in steps A;
If X character is not newline, operating procedure B1 then;
If X character is newline, operating procedure C then;
Step B1: judge whether X character is last character of original document;
If X character is last character, then finishing sets type handles;
If X character is not last character: then X=X+1 returns step B;
Step C: read X-1 character, judge whether X-1 character is the paragraph end mark;
If X-1 character is not the paragraph end mark, operating procedure C1 then;
If X-1 character is the paragraph end mark, then carry out step D;
Step C1: judge whether X character is last character of original document;
If X character is last character: then delete newline, finish to set type and handle;
If X character is not last character: then delete newline, X=X+1 returns step B;
Step D: judge whether X character is last character of original document;
If X character is last character, then delete newline, finish to set type and handle;
If X character is not last character: then delete newline, be that X+1 character increases the first form of paragraph, X=X+1 returns step B.
Preferably, in step B, saidly judge that whether X character is newline, may further comprise the steps:
Step B2: judge whether X character is a kind of newline in the newline set that is provided with in advance;
Step B21: in the newline set, search X character:
If X character is present in the newline set, then X character is newline;
If X character is not present in the newline set, then X character is not newline.
Wherein, the method to set up of newline set is that the newline set is set, and all newlines are increased in the newline set.
Preferably, at step B1, among step C1 and the step D, judge that whether X character is last character of original document, may further comprise the steps:
Step e: judge whether X equals N:
If X=N, then X last character that character is an original document;
If X ≠ N, then X last character that character is not an original document.
Preferably, in step C, saidly judge that whether X-1 character is the paragraph end mark, may further comprise the steps:
Step C2: judge whether X-1 character is a kind of paragraph end mark in the paragraph end mark set that is provided with in advance;
Step C21: in the set of paragraph end mark, search X-1 character:
If X-1 character is present in the set of paragraph end mark, then X-1 character is the paragraph end mark;
If X-1 character is not present in the set of paragraph end mark, then X-1 character is not the paragraph end mark.
Wherein, the method to set up of paragraph end mark set is that the set of paragraph end mark is set, and all paragraph end marks are increased in the set of paragraph end mark.
Preferably, in step D, the first form of said paragraph comprises indentation, the initial character capitalization.
The example of handling describes the composing disposal route based on original document below in conjunction with the original document shown in Fig. 2 A is set type:
Steps A: the character of the original document shown in Fig. 2 A that recognizes is numbered according to sequencing, and wherein, " the " word is the 1st character in " chapter 1, conference all over the world "; " one " word is the 2nd character ..., the D score word is the 8th character; ..., by that analogy;
Step B: read the 1st character (), judge whether the 1st character () is newline;
The 1st character () is not newline, then operating procedure B1;
Step B1: judge whether the 1st character () is last character of original document;
The 1st character () is not last character: X=X+1=2 then, return step B;
...
Step B: read the 9th character (
Figure BDA0000050790430000051
carriage return character), judge whether the 9th character (
Figure BDA0000050790430000052
carriage return character) is newline; The 9th character (
Figure BDA0000050790430000053
carriage return character) is not newline, then operating procedure B1;
Step B1: judge whether the 9th character (
Figure BDA0000050790430000054
carriage return character) is last character of original document; The 9th character (
Figure BDA0000050790430000055
carriage return character) is not last character: X=X+1=10 then, return step B;
Step B: read the 10th character (↓ newline), judge whether the 10th character (↓ newline) is newline; The 10th character (↓ newline) is newline, then operating procedure C;
Step C: read X-1 character (the 9th character; I.e.
Figure BDA0000050790430000056
carriage return character), judge whether X-1 character is the paragraph end mark;
X-1 character (the 9th character; I.e.
Figure BDA0000050790430000057
carriage return character) is the paragraph end mark, then carries out step D;
In this example, the carriage return character is a kind of paragraph end mark;
Step D: judge whether the 10th character (↓ newline) is last character of original document; X character (↓ newline) is not last character: then deleting newline, is that X+1 character (the 11st character promptly exists) increases the first form of paragraph, and X=X+1=11 returns step B; Like this, the space of a whole page composing with original document shown in Fig. 2 A is treated as the space of a whole page shown in Fig. 2 B;
...
Step B: read the 27th character (on), judge the 27th character (on) whether be newline; The 27th character (on) not newline, operating procedure B1 then;
Step B1: judge the 27th character (on) whether be last character of original document; The 27th character (on) be not last character: X=X+1=28 then, return step B;
Step B: read the 28th character (↓ newline), judge whether the 28th character (↓ newline) is newline; The 28th character (↓ newline) is newline, then operating procedure C;
Step C: read X-1 character (the 27th character, on), judge whether X-1 character is the paragraph end mark; X-1 character (the 27th character, on) is not the paragraph end mark, then operating procedure C1;
Step C1: judge whether X character (the 28th character ↓ newline) is last character of original document;
The 28th character (↓ newline) is not last character: then delete newline, X=X+1=98 returns step B;
...
Continue step, to the processing of setting type of the space of a whole page shown in Fig. 2 B according to the composing disposal route based on original document of the present invention; Up to analyzing complete paragraph, obtain the space of a whole page shown in Fig. 2 C;
At last, the composing disposal route based on original document of the present invention finishes to set type and handles after last the character composing processing to original document finishes.
Embodiment two
The device that original document is set type and handled of the present invention is characterized in that:
Comprise the numbering module, be used for the character of the original document that identifies is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is a natural number;
Read module is used to read the character after the numbering;
The newline judge module is used to judge whether X the character that read module reads is newline; Wherein, X is the numbering of character;
Last character judge module is used to judge whether X the character that read module reads is last character of original document;
Paragraph end mark judge module is used to judge whether X-1 the character that read module reads is the paragraph end mark;
Central processing module is used for the numbering module, read module, and the newline judge module, last character judge module and paragraph end mark judge module are controlled.
Preferably; Said newline judge module comprises that newline searches unit and newline aggregation units; Import X character through searching the unit, search, realize judging whether X the character that read module reads is newline in the newline aggregation units at said newline:
X character finds in said newline aggregation units, and then X character is newline;
X character said newline aggregation units search less than, then X character is not newline.
Preferably, whether said last character judge module equals N through judging X, realizes judging whether X the character that read module reads is last character:
If X=N, then X last character that character is an original document;
If X ≠ N, then X last character that character is not an original document.
Preferably; Said paragraph end mark judge module comprises that the paragraph end mark searches unit and paragraph end mark aggregation units; Import X-1 character through searching the unit at said paragraph end mark; Search in paragraph end mark aggregation units, judge whether X-1 the character that read module reads is the paragraph end mark:
X-1 character finds in said paragraph end mark aggregation units, and then X-1 character is the paragraph end mark;
X-1 character said paragraph end mark aggregation units search less than, then X-1 character is not the paragraph end mark.
Preferably, the control of said central processing module comprises the steps:
Steps A: the character of the original document that recognizes is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is a natural number;
Step B: read X character, judge whether X character is newline; Wherein, X is the numbering of character in steps A;
If X character is not newline, operating procedure B1 then;
If X character is newline, operating procedure C then;
Step B1: judge whether X character is last character of original document;
If X character is last character, then finishing sets type handles;
If X character is not last character: then X=X+1 returns step B;
Step C: read X-1 character, judge whether X-1 character is the paragraph end mark;
If X-1 character is not the paragraph end mark, operating procedure C1 then;
If X-1 character is the paragraph end mark, then carry out step D;
Step C1: judge whether X character is last character of original document;
If X character is last character: then delete newline, finish to set type and handle;
If X character is not last character: then delete newline, X=X+1 returns step B;
Step D: judge whether X character is last character of original document;
If X character is last character, then delete newline, finish to set type and handle;
If X character is not last character: then delete newline, be that X+1 character increases paragraph head
Form, X=X+1 returns step B.
Composing disposal route and device based on original document of the present invention delete the unnecessary newline in the original document, removed null unnecessary in the original document and unnecessary line feed; And be paragraph increase paragraph head form; Like this, make document segment clear, and improved the aesthetic property and the continuity of document, make document meet people's reading habit more.
Should be noted that at last that obviously those skilled in the art can carry out various changes and not break away from the spirit and scope of the present invention the present invention; If these modifications of the present invention are belonged within the scope of claim of the present invention and equivalent technologies thereof, then the present invention also is intended to comprise these changes.

Claims (10)

1. the composing disposal route based on original document is characterized in that, may further comprise the steps:
Steps A: the character of the original document that recognizes is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is a natural number;
Step B: read X character, judge whether X character is newline; Wherein, X is the numbering of character in steps A;
If X character is not newline, operating procedure B1 then;
If X character is newline, operating procedure C then;
Step B1: judge whether X character is last character of original document;
If X character is last character, then finishing sets type handles;
If X character is not last character: then X=X+1 returns step B;
Step C: read X-1 character, judge whether X-1 character is the paragraph end mark;
If X-1 character is not the paragraph end mark, operating procedure C1 then;
If X-1 character is the paragraph end mark, then carry out step D;
Step C1: judge whether X character is last character of original document;
If X character is last character: then delete newline, finish to set type and handle;
If X character is not last character: then delete newline, X=X+1 returns step B;
Step D: judge whether X character is last character of original document;
If X character is last character, then delete newline, finish to set type and handle;
If X character is not last character: then delete newline, be that X+1 character increases the first form of paragraph, X=X+1 returns step B.
2. the composing disposal route based on original document according to claim 1 is characterized in that:
In step B, saidly judge that whether X character is newline, may further comprise the steps:
Step B2: judge whether X character is a kind of newline in the newline set that is provided with in advance;
Step B21: in the newline set, search X character:
If X character is present in the newline set, then X character is newline;
If X character is not present in the newline set, then X character is not newline.
3. the composing disposal route based on original document according to claim 1 is characterized in that:
At step B1, among step C1 and the step D, judge that whether X character is last character of original document, may further comprise the steps:
Step e: judge whether X equals N:
If X=N, then X last character that character is an original document;
If X ≠ N, then X last character that character is not an original document.
4. the composing disposal route based on original document according to claim 1 is characterized in that:
In step C, saidly judge that whether X-1 character is the paragraph end mark, may further comprise the steps:
Step C2: judge whether X-1 character is a kind of paragraph end mark in the paragraph end mark set that is provided with in advance;
Step C21: in the set of paragraph end mark, search X-1 character:
If X-1 character is present in the set of paragraph end mark, then X-1 character is the paragraph end mark;
If X-1 character is not present in the set of paragraph end mark, then X-1 character is not the paragraph end mark.
5. the composing disposal route based on original document according to claim 1 is characterized in that:
In step D, the first form of said paragraph comprises indentation, the initial character capitalization.
6. device that original document is set type and handled is characterized in that:
Comprise the numbering module, be used for the character of the original document that identifies is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is a natural number;
Read module is used to read the character after the numbering;
The newline judge module is used to judge whether X the character that read module reads is newline; Wherein, X is the numbering of character;
Last character judge module is used to judge whether X the character that read module reads is last character of original document;
Paragraph end mark judge module is used to judge whether X-1 the character that read module reads is the paragraph end mark;
Central processing module is used for the numbering module, read module, and the newline judge module, last character judge module and paragraph end mark judge module are controlled.
7. the device that original document is set type and handled according to claim 6 is characterized in that:
Said newline judge module comprises that newline searches unit and newline aggregation units; Import X character through searching the unit at said newline; Search in the newline aggregation units, realize judging whether X the character that read module reads is newline:
X character finds in said newline aggregation units, and then X character is newline;
X character said newline aggregation units search less than, then X character is not newline.
8. the device that original document is set type and handled according to claim 6 is characterized in that:
Whether said last character judge module equals N through judging X, realizes judging whether X the character that read module reads is last character:
If X=N, then X last character that character is an original document;
If X ≠ N, then X last character that character is not an original document.
9. the device that original document is set type and handled according to claim 6 is characterized in that:
Said paragraph end mark judge module comprises that the paragraph end mark searches unit and paragraph end mark aggregation units; Import X-1 character through searching the unit at said paragraph end mark; Search in paragraph end mark aggregation units, judge whether X-1 the character that read module reads is the paragraph end mark:
X-1 character finds in said paragraph end mark aggregation units, and then X-1 character is the paragraph end mark;
X-1 character said paragraph end mark aggregation units search less than, then X-1 character is not the paragraph end mark.
10. the device that original document is set type and handled according to claim 6 is characterized in that:
The control of said central processing module comprises the steps:
Steps A: the character of the original document that recognizes is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is a natural number;
Step B: read X character, judge whether X character is newline; Wherein, X is the numbering of character in steps A;
If X character is not newline, operating procedure B1 then;
If X character is newline, operating procedure C then;
Step B1: judge whether X character is last character of original document;
If X character is last character, then finishing sets type handles;
If X character is not last character: then X=X+1 returns step B;
Step C: read X-1 character, judge whether X-1 character is the paragraph end mark;
If X-1 character is not the paragraph end mark, operating procedure C1 then;
If X-1 character is the paragraph end mark, then carry out step D;
Step C1: judge whether X character is last character of original document;
If X character is last character: then delete newline, finish to set type and handle;
If X character is not last character: then delete newline, X=X+1 returns step B; Step D: judge whether X character is last character of original document;
If X character is last character, then delete newline, finish to set type and handle;
If X character is not last character: then delete newline, be that X+1 character increases the first form of paragraph, X=X+1 returns step B.
CN201110065126.3A 2011-03-17 2011-03-17 Typesetting processing method and device based on original document Active CN102681980B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110065126.3A CN102681980B (en) 2011-03-17 2011-03-17 Typesetting processing method and device based on original document

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110065126.3A CN102681980B (en) 2011-03-17 2011-03-17 Typesetting processing method and device based on original document

Publications (2)

Publication Number Publication Date
CN102681980A true CN102681980A (en) 2012-09-19
CN102681980B CN102681980B (en) 2014-08-13

Family

ID=46813933

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110065126.3A Active CN102681980B (en) 2011-03-17 2011-03-17 Typesetting processing method and device based on original document

Country Status (1)

Country Link
CN (1) CN102681980B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104462047A (en) * 2013-09-16 2015-03-25 北大方正集团有限公司 Typesetting method and device for electronic documents
CN106789898A (en) * 2016-11-18 2017-05-31 杭州塔网科技有限公司 Remote data transmission terminal, system and its coding, coding/decoding method
US9960699B2 (en) 2016-09-29 2018-05-01 Delta Electronics, Inc. Power supply system with plural parallel modules and loop current limiting
CN111666733A (en) * 2019-02-20 2020-09-15 珠海金山办公软件有限公司 Cell processing method and device
CN111832262A (en) * 2019-03-29 2020-10-27 珠海金山办公软件有限公司 Document processing method and device, electronic equipment and storage medium
CN112487760A (en) * 2019-08-23 2021-03-12 珠海金山办公软件有限公司 Method and device for deleting blank lines in document and electronic equipment
WO2022033426A1 (en) * 2020-08-14 2022-02-17 维沃移动通信有限公司 Document processing method, document processing apparatus, and electronic device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1427369A (en) * 2001-12-19 2003-07-02 英业达股份有限公司 Typesetting method of character frame
JP3448968B2 (en) * 1994-07-20 2003-09-22 富士通株式会社 Sentence processing equipment
CN1503160A (en) * 2002-11-20 2004-06-09 英业达股份有限公司 Computer executable automatic composing method for electronic book read interface
US6915484B1 (en) * 2000-08-09 2005-07-05 Adobe Systems Incorporated Text reflow in a structured document
TWI275008B (en) * 2002-09-05 2007-03-01 Inventec Appliances Corp Method for displaying an electronic document on a digital handheld device
CN101923535A (en) * 2009-06-11 2010-12-22 盛大计算机(上海)有限公司 Method for processing word size of rich text formatted file
US20110010611A1 (en) * 2009-07-08 2011-01-13 Richard Ross Automated sequential magnification of words on an electronic media reader
CN101986290A (en) * 2010-06-30 2011-03-16 汉王科技股份有限公司 Electronic reader and document typesetting method thereof

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3448968B2 (en) * 1994-07-20 2003-09-22 富士通株式会社 Sentence processing equipment
US6915484B1 (en) * 2000-08-09 2005-07-05 Adobe Systems Incorporated Text reflow in a structured document
CN1427369A (en) * 2001-12-19 2003-07-02 英业达股份有限公司 Typesetting method of character frame
TWI275008B (en) * 2002-09-05 2007-03-01 Inventec Appliances Corp Method for displaying an electronic document on a digital handheld device
CN1503160A (en) * 2002-11-20 2004-06-09 英业达股份有限公司 Computer executable automatic composing method for electronic book read interface
CN101923535A (en) * 2009-06-11 2010-12-22 盛大计算机(上海)有限公司 Method for processing word size of rich text formatted file
US20110010611A1 (en) * 2009-07-08 2011-01-13 Richard Ross Automated sequential magnification of words on an electronic media reader
CN101986290A (en) * 2010-06-30 2011-03-16 汉王科技股份有限公司 Electronic reader and document typesetting method thereof

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104462047A (en) * 2013-09-16 2015-03-25 北大方正集团有限公司 Typesetting method and device for electronic documents
US9960699B2 (en) 2016-09-29 2018-05-01 Delta Electronics, Inc. Power supply system with plural parallel modules and loop current limiting
CN106789898A (en) * 2016-11-18 2017-05-31 杭州塔网科技有限公司 Remote data transmission terminal, system and its coding, coding/decoding method
CN106789898B (en) * 2016-11-18 2020-01-07 杭州塔网科技有限公司 Remote data transmission terminal, system and coding and decoding method thereof
CN111666733A (en) * 2019-02-20 2020-09-15 珠海金山办公软件有限公司 Cell processing method and device
CN111666733B (en) * 2019-02-20 2023-10-27 珠海金山办公软件有限公司 Method and device for processing cells in document
CN111832262A (en) * 2019-03-29 2020-10-27 珠海金山办公软件有限公司 Document processing method and device, electronic equipment and storage medium
CN111832262B (en) * 2019-03-29 2023-06-20 珠海金山办公软件有限公司 Document processing method and device, electronic equipment and storage medium
CN112487760A (en) * 2019-08-23 2021-03-12 珠海金山办公软件有限公司 Method and device for deleting blank lines in document and electronic equipment
WO2022033426A1 (en) * 2020-08-14 2022-02-17 维沃移动通信有限公司 Document processing method, document processing apparatus, and electronic device

Also Published As

Publication number Publication date
CN102681980B (en) 2014-08-13

Similar Documents

Publication Publication Date Title
CN102681980A (en) Typesetting processing method and device based on original document
US7929770B2 (en) Handwriting processing apparatus and method
CN110909548B (en) Chinese named entity recognition method, device and computer readable storage medium
US9483453B2 (en) Clipping view
DE60235006D1 (en) SYSTEM AND METHOD FOR DATA INPUT IN A PEN BASED DATA PROCESSING DEVICE
US7697001B2 (en) Personalized ink font
US20130205202A1 (en) Transformation of a Document into Interactive Media Content
US20130036113A1 (en) System and Method for Automatically Providing a Graphical Layout Based on an Example Graphic Layout
GB2535616A (en) Reflow of handwriting content
CN103995600B (en) A kind of braille Chinese character converter and its method
US7295206B2 (en) Ink input region adjustments
CN102063620A (en) Handwriting identification method, system and terminal
CN106294304B (en) Method for automatically identifying format document annotation and converting format document annotation into streaming document annotation
US20140325350A1 (en) Target area estimation apparatus, method and program
US9384304B2 (en) Document search apparatus, document search method, and program product
CN103176651B (en) A kind of hand-written information Quick Acquisition method
CN102360265B (en) The method and device of word selection is treated in determination in a kind of handwriting input
CN103176956B (en) For the method and apparatus extracting file structure
CN104978577A (en) Information processing method, information processing device and electronic device
CN1318786A (en) Intensive Chinese and English keyboard capable of being displayed on screen
CN103235836A (en) Method for inputting information through mobile phone
JP6582464B2 (en) Information input device and program
JP3898645B2 (en) Form format editing device and form format editing program
US20150095314A1 (en) Document search apparatus and method
WO2016031016A1 (en) Electronic device, method, and program

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant