CN102681980B - 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
CN102681980B
CN102681980B CN201110065126.3A CN201110065126A CN102681980B CN 102681980 B CN102681980 B CN 102681980B CN 201110065126 A CN201110065126 A CN 201110065126A CN 102681980 B CN102681980 B CN 102681980B
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.)
Active
Application number
CN201110065126.3A
Other languages
Chinese (zh)
Other versions
CN102681980A (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

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

Typesetting processing method based on original document and device
Technical field
The present invention relates to the typesetting process field of document, relate in particular to typesetting processing method and device based on original document.
Background technology
At present, a lot of original documents, in order to adapt to different readings, publication or circulation style (comprising as electronic reading device ocr software and paper publication thing etc.), have attached a lot of newlines when editor, have brought inconvenience to reader or user; For example: the e-book of downloading from network, in order to adapt to the size of personal computer screens, often comprise unnecessary newline, when such e-book is applied to while reading in handheld device or on other reader, just there will be the situation that does not meet reading habit, be embodied in: the content of every screen display does not line up, due to too many line feed, cause the content of 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 typesetting processing method and device based on original document, unintelligible in order to solve the paragraph causing due to newline, incoherent problem; And make the document processed through typesetting more attractive in appearance, meet people's reading habit.For achieving the above object, the present invention is achieved through the following technical solutions:
A typesetting processing method based on original document, comprises the following steps:
Steps A: the character of the original document recognizing is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is 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;
If X character is newline, operating procedure C;
Step B1: judge whether X character is last character of original document;
If X character is last character, finishes typesetting and process;
If X character is not last character:, the value of X is set to X+1, returns to step B;
Step C: read X-1 character, judge whether X-1 character is paragraph end mark;
If X-1 character is not paragraph end mark, operating procedure C1;
If X-1 character is paragraph end mark, carry out step D;
Step C1: judge whether X character is last character of original document;
If X character is last character:, delete newline, finish typesetting and process;
If X character is not last character:, delete newline, the value of X is set to X+1, returns to step B;
Step D: judge whether X character is last character of original document;
If X character is last character, delete newline, finish typesetting and process;
If X character is not last character:, delete newline, be that X+1 character increases the first form of paragraph, the value of X is set to X+1, returns to step B.
A device that original document is carried out to typesetting processing, comprising:
Comprise numbering module, for the character of the original document recognizing is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is natural number;
Read judge module, for reading X character, judge whether X character is newline; If X character is not newline, move first last character judge module; If X character is newline, move paragraph end mark judge module; Wherein, X is the numbering that character obtains in numbering module;
First last character judge module, for judging whether X character is last character of original document; If X character is last character, finishes typesetting and process; If X character is not last character:, the value of X is set to X+1, returns described in operation and reads judge module;
Paragraph end mark judge module, for reading X-1 character, judges whether X-1 character is paragraph end mark; If X-1 character is not paragraph end mark, move second last character judge module; If X-1 character is paragraph end mark, move the 3rd last character operation module;
Second last character judge module, for judging whether X character is last character of original document; If X character is last character:, delete newline, finish typesetting and process; If X character is not last character:, delete newline, the value of X is set to X+1, returns described in operation and reads judge module;
The 3rd last character judge module, for judging whether X character is last character of original document; If X character is last character, delete newline, finish typesetting and process; If X character is not last character:, delete newline, be that X+1 character increases the first form of paragraph, the value of X is set to X+1, returns described in operation and reads judge module.
Typesetting processing method based on original document of the present invention and device beneficial effect are, the unnecessary newline in original document is deleted, and have removed null unnecessary in original document and unnecessary line feed; And be the first form of paragraph increase paragraph; Like this, make document segment clear, and improved aesthetic property and the continuity of document, make document more meet people's reading habit.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the typesetting processing method based on original document of the present invention;
Fig. 2 A is the schematic diagram of original document of the present invention;
Fig. 2 B is that the typesetting processing method based on original document of the present invention carries out the schematic diagram after part typesetting processing by original document shown in Fig. 2 A;
Fig. 2 C is that the typesetting processing method based on original document of the present invention carries out the schematic diagram after whole typesetting processing by original document shown in Fig. 2 A.
Embodiment
For making to the present invention is based on the typesetting processing method of original document and the object of device, technical scheme and advantage are clearer, below in conjunction with drawings and Examples, the present invention is described in further details; Described specific embodiment is only for the present invention is described below, but is not used for limiting scope of the present invention.
Embodiment mono-
Typesetting processing method based on original document of the present invention, as shown in Figure 1, comprises the following steps:
Steps A: the character of the original document recognizing is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is 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;
If X character is newline, operating procedure C;
Step B1: judge whether X character is last character of original document;
If X character is last character, finishes typesetting and process;
If X character is not last character:, X=X+1, returns to step B;
Step C: read X-1 character, judge whether X-1 character is paragraph end mark;
If X-1 character is not paragraph end mark, operating procedure C1;
If X-1 character is paragraph end mark, carry out step D;
Step C1: judge whether X character is last character of original document;
If X character is last character:, delete newline, finish typesetting and process;
If X character is not last character:, delete newline, X=X+1, returns to step B;
Step D: judge whether X character is last character of original document;
If X character is last character, delete newline, finish typesetting and process;
If X character is not last character:, delete newline, be that X+1 character increases the first form of paragraph, X=X+1, returns to step B.
Preferably, in step B, describedly judge that whether X character is newline, comprises the following steps:
Step B2: judge whether X character is a kind of newline in the newline set setting in advance;
Step B21: search X character in newline set:
If X character is present in newline set, X character is newline;
If X character is not present in newline set, X character is not newline.
Wherein, the method to set up of newline set is that newline set is set, and all newlines are increased in newline set.
Preferably, at step B1, in step C1 and step D, judge that whether X character is last character of original document, comprises the following steps:
Step e: judge whether X equals N:
If X=N, X last character that character is original document;
If X ≠ N, X last character that character is not original document.
Preferably, in step C, describedly judge that whether X-1 character is paragraph end mark, comprises the following steps:
Step C2: judge whether X-1 character is a kind of paragraph end mark in the paragraph end mark set setting in advance;
Step C21: search X-1 character in the set of paragraph end mark:
If X-1 character is present in the set of paragraph end mark, X-1 character is paragraph end mark;
If X-1 character is not present in the set of paragraph end mark, X-1 character is not 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 described paragraph comprises indentation, initial character capitalization.
Below in conjunction with the example that the original document shown in Fig. 2 A is carried out to typesetting processing, the typesetting processing method based on original document is described:
Steps A: the character of the original document shown in Fig. 2 A recognizing is numbered according to sequencing, and wherein, in " chapter 1, conference all over the world ", " the " word is the 1st character, " one " word is the 2nd character ..., 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, 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, returns to step B;
Step B: read the 9th character (┘ carriage return character), judge whether the 9th character (┘ carriage return character) is newline;
The 9th character (┘ carriage return character) is not newline, operating procedure B1;
Step B1: judge whether the 9th character (┘ carriage return character) is last character of original document;
The 9th character (┘ carriage return character) is not last character: X=X+1=10, returns to step B;
Step B: read the 10th character (↓ newline), judge whether the 10th character (↓ newline) is newline;
The 10th character (↓ newline) is newline, operating procedure C;
Step C: read X-1 character (the 9th character, i.e. ┘ carriage return character), judge whether X-1 character is paragraph end mark;
X-1 character (the 9th character, i.e. ┘ carriage return character) is paragraph end mark, 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: deleting newline, is X+1 word
Symbol (the 11st character, exists) increases the first form of paragraph, and X=X+1=11, returns to step B;
Like this, the space of a whole page typesetting of original document shown in Fig. 2 A is treated as to 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;
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, returns to step B;
Step B: read the 28th character (↓ newline), judge whether the 28th character (↓ newline) is newline;
The 28th character (↓ newline) is newline, operating procedure C;
Step C: read X-1 character (the 27th character, on), judge whether X-1 character is paragraph end mark;
X-1 character (the 27th character, on) is not paragraph end mark, 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: delete newline, and X=X+1=98,
Return to step B;
Continuation, according to the step of the typesetting processing method based on original document of the present invention, is carried out typesetting processing to the space of a whole page shown in Fig. 2 B; Until analyze complete paragraph, obtain the space of a whole page shown in Fig. 2 C;
Finally, the typesetting processing method based on original document of the present invention, after last character typesetting processing of original document is finished, finishes typesetting and processes.
Embodiment bis-
The device that original document is carried out to typesetting processing of the present invention, is characterized in that:
Comprise numbering module, for the character of the original document identifying is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is natural number;
Read module, for reading the character after numbering;
Newline judge module, for judging whether X the character that read module reads is newline; Wherein, X is the numbering of character;
Last character judge module, for judging whether X the character that read module reads is last character of original document;
Paragraph end mark judge module, for judging whether X-1 the character that read module reads is paragraph end mark;
Central processing module, for to numbering module, read module, newline judge module, last character judge module and paragraph end mark judge module are controlled.
Preferably, described newline judge module comprises that newline searches unit and newline aggregation units, by searching unit at described newline, input X character, in newline aggregation units, search, realize judging whether X the character that read module reads is newline:
X character finds in described newline aggregation units, and X character is newline;
X character described newline aggregation units search less than, X character is not newline.
Preferably, described last character judge module, by judging whether X equals N, realize judging whether X the character that read module reads is last character:
If X=N, X last character that character is original document;
If X ≠ N, X last character that character is not original document.
Preferably, described paragraph end mark judge module comprises that paragraph end mark searches unit and paragraph end mark aggregation units, by searching unit at described paragraph end mark, input X-1 character, in paragraph end mark aggregation units, search, judge whether X-1 the character that read module reads is paragraph end mark:
X-1 character finds in described paragraph end mark aggregation units, and X-1 character is paragraph end mark;
X-1 character described paragraph end mark aggregation units search less than, X-1 character is not paragraph end mark.
Preferably, the control of described central processing module, comprises the steps:
Steps A: the character of the original document recognizing is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is 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;
If X character is newline, operating procedure C;
Step B1: judge whether X character is last character of original document;
If X character is last character, finishes typesetting and process;
If X character is not last character:, X=X+1, returns to step B;
Step C: read X-1 character, judge whether X-1 character is paragraph end mark;
If X-1 character is not paragraph end mark, operating procedure C1;
If X-1 character is paragraph end mark, carry out step D;
Step C1: judge whether X character is last character of original document;
If X character is last character:, delete newline, finish typesetting and process;
If X character is not last character:, delete newline, X=X+1, returns to step B;
Step D: judge whether X character is last character of original document;
If X character is last character, delete newline, finish typesetting and process;
If X character is not last character:, delete newline, be that X+1 character increases the first form of paragraph, X=X+1, returns to step B.
Typesetting processing method and device based on original document of the present invention, deleted the unnecessary newline in original document, removed null unnecessary in original document and unnecessary line feed; And be the first form of paragraph increase paragraph; Like this, make document segment clear, and improved aesthetic property and the continuity of document, make document more meet people's reading habit.
Finally it should be noted that obviously, those skilled in the art can carry out various changes and not depart from the spirit and scope of the present invention the present invention; If within these modifications of the present invention are belonged to the scope of the claims in the present invention and equivalent technologies thereof, the present invention is also intended to comprise these changes.

Claims (10)

1. the typesetting processing method based on original document, is characterized in that, comprises the following steps:
Steps A: the character of the original document recognizing is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is 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;
If X character is newline, operating procedure C;
Step B1: judge whether X character is last character of original document;
If X character is last character, finishes typesetting and process;
If X character is not last character:, the value of X is set to X+1, returns to step B;
Step C: read X-1 character, judge whether X-1 character is paragraph end mark;
If X-1 character is not paragraph end mark, operating procedure C1;
If X-1 character is paragraph end mark, carry out step D;
Step C1: judge whether X character is last character of original document;
If X character is last character:, delete newline, finish typesetting and process;
If X character is not last character:, delete newline, the value of X is set to X+1,
Return to step B;
Step D: judge whether X character is last character of original document;
If X character is last character, delete newline, finish typesetting and process;
If X character is not last character:, delete newline, be that X+1 character increases the first form of paragraph, the value of X is set to X+1, returns to step B.
2. the typesetting processing method based on original document according to claim 1, is characterized in that:
In step B, describedly judge that whether X character is newline, comprises the following steps:
Step B2: judge whether X character is a kind of newline in the newline set setting in advance;
Step B21: search X character in newline set:
If X character is present in newline set, X character is newline;
If X character is not present in newline set, X character is not newline.
3. the typesetting processing method based on original document according to claim 1, is characterized in that:
At step B1, in step C1 and step D, judge that whether X character is last character of original document, comprises the following steps:
Step e: judge whether X equals N:
If X=N, X last character that character is original document;
If X ≠ N, X last character that character is not original document.
4. the typesetting processing method based on original document according to claim 1, is characterized in that:
In step C, describedly judge that whether X-1 character is paragraph end mark, comprises the following steps:
Step C2: judge whether X-1 character is a kind of paragraph end mark in the paragraph end mark set setting in advance;
Step C21: search X-1 character in the set of paragraph end mark:
If X-1 character is present in the set of paragraph end mark, X-1 character is paragraph end mark;
If X-1 character is not present in the set of paragraph end mark, X-1 character is not paragraph end mark.
5. the typesetting processing method based on original document according to claim 1, is characterized in that:
In step D, the first form of described paragraph comprises indentation, initial character capitalization.
6. original document is carried out to a device for typesetting processing, it is characterized in that:
Comprise: numbering module, for the character of the original document recognizing is numbered according to sequencing, with the 1st character, the 2nd character ..., N character representation; Wherein N is natural number;
Read judge module, for reading X character, judge whether X character is newline; If X character is not newline, move first last character judge module; If X character is newline, move paragraph end mark judge module; Wherein, X is the numbering that character obtains in numbering module;
First last character judge module, for judging whether X character is last character of original document; If X character is last character, finishes typesetting and process; If X character is not last character:, the value of X is set to X+1, returns described in operation and reads judge module;
Paragraph end mark judge module, for reading X-1 character, judges whether X-1 character is paragraph end mark; If X-1 character is not paragraph end mark, move second last character judge module; If X-1 character is paragraph end mark, move the 3rd last character operation module;
Second last character judge module, for judging whether X character is last character of original document; If X character is last character:, delete newline, finish typesetting and process; If X character is not last character:, delete newline, the value of X is set to X+1, returns described in operation and reads judge module;
The 3rd last character judge module, for judging whether X character is last character of original document; If X character is last character, delete newline, finish typesetting and process; If X character is not last character:, delete newline, be that X+1 character increases the first form of paragraph, the value of X is set to X+1, returns described in operation and reads judge module.
7. the device that original document is carried out to typesetting processing according to claim 6, is characterized in that:
The described judge module that reads comprises newline judgement submodule, for judging that whether X character be a kind of newline of the newline set that sets in advance;
Described newline judgement submodule comprises that newline searches unit and newline judging unit;
Described newline is searched unit, for searching X character in newline set;
Described newline judging unit, if be present in newline set for X character of judgement, X character is newline; If X character is not present in newline set, X character is not newline.
8. the device that original document is carried out to typesetting processing according to claim 6, is characterized in that:
Described first last character judge module, second last character judge module, and the 3rd last character judge module, by judging whether X equals N, realize judging whether X the character that read module reads is last character:
If X=N, X last character that character is original document;
If X ≠ N, X last character that character is not original document.
9. the device that original document is carried out to typesetting processing according to claim 6, is characterized in that:
Described paragraph end mark judge module comprises paragraph end mark judgement submodule, for judging that whether X-1 character be a kind of paragraph end mark of the paragraph end mark set that sets in advance;
Described paragraph end mark judgement submodule comprises that paragraph end mark searches unit and paragraph end mark judging unit;
Described paragraph end mark is searched unit, for searching X-1 character in the set of paragraph end mark;
Described paragraph end mark judging unit, if be present in the set of paragraph end mark for X-1 character of judgement, X-1 character is paragraph end mark; If X-1 character is not present in the set of paragraph end mark, X-1 character is not paragraph end mark.
10. the device that original document is carried out to typesetting processing according to claim 6, is characterized in that:
The first form of described paragraph comprises indentation, initial character capitalization.
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 CN102681980A (en) 2012-09-19
CN102681980B true 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)

Families Citing this family (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
TWI590555B (en) 2016-09-29 2017-07-01 台達電子工業股份有限公司 Power converting device, power supply, and control method thereof
CN106789898B (en) * 2016-11-18 2020-01-07 杭州塔网科技有限公司 Remote data transmission terminal, system and coding and decoding method thereof
CN111666733B (en) * 2019-02-20 2023-10-27 珠海金山办公软件有限公司 Method and device for processing cells in document
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
CN111984589A (en) * 2020-08-14 2020-11-24 维沃移动通信有限公司 Document processing method, document processing device and electronic equipment

Citations (7)

* 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
CN101986290A (en) * 2010-06-30 2011-03-16 汉王科技股份有限公司 Electronic reader and document typesetting method thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110010611A1 (en) * 2009-07-08 2011-01-13 Richard Ross Automated sequential magnification of words on an electronic media reader

Patent Citations (7)

* 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
CN101986290A (en) * 2010-06-30 2011-03-16 汉王科技股份有限公司 Electronic reader and document typesetting method thereof

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JP特许第3448968号B2 2003.09.22

Also Published As

Publication number Publication date
CN102681980A (en) 2012-09-19

Similar Documents

Publication Publication Date Title
CN102681980B (en) Typesetting processing method and device based on original document
US7929770B2 (en) Handwriting processing apparatus and method
US11402991B2 (en) System and method for note taking with gestures
EP1564675B1 (en) Apparatus and method for searching for digital ink query
US10698597B2 (en) Reflow of handwriting content
US9323456B2 (en) Multi-character continuous handwriting input method
EP3940589B1 (en) Layout analysis method, electronic device and computer program product
US20160179764A1 (en) Formatting handwritten content
CN1493961A (en) Hand writing input device, program and hand-writing input method system
US20130036113A1 (en) System and Method for Automatically Providing a Graphical Layout Based on an Example Graphic Layout
CN101149806B (en) Method and device for hand writing identification post treatment using context information
CN102063620A (en) Handwriting identification method, system and terminal
CN114365075B (en) Method for selecting a graphical object and corresponding device
CN103995600B (en) A kind of braille Chinese character converter and its method
CN100555312C (en) Utilize charcter topology information to carry out the method and apparatus of the handwriting recognition of aftertreatment
CN109712218A (en) E-book takes down notes processing method, hand-written arrangement for reading and storage medium
CN105302626B (en) Analytic method of XPS (XPS) structured data
US20140325350A1 (en) Target area estimation apparatus, method and program
US9384304B2 (en) Document search apparatus, document search method, and program product
US20210374189A1 (en) Document search device, document search program, and document search method
JP6582464B2 (en) Information input device and program
JP5455364B2 (en) Information processing apparatus and locus data recognition method
CN107301184A (en) It is a kind of to recognize the method and device that word or file generates catalogue
US20150095314A1 (en) Document search apparatus and method
JP2016103150A (en) Document processing device and document processing 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