Method of compound document comparison

Information

  • Patent Grant
  • 7818660
  • Patent Number
    7,818,660
  • Date Filed
    Tuesday, May 30, 2006
    18 years ago
  • Date Issued
    Tuesday, October 19, 2010
    14 years ago
Abstract
A method and system for comparing compound documents. An original compound document and a modified compound document are analyzed to determine and mark the location of embedded objects. A comparison is performed between an original primary document and the modified primary document, ignoring the embedded objects, the output of which is a comparison output document. The embedded objects are compared by copying the contents of the embedded objects to compatible documents, comparing the embedded object from the original compound document and the embedded object from the modified compound document, the output of which is inserted into the comparison output document using the location markers of the embedded objects.
Description
BACKGROUND

1. Field of the Invention


The field of the invention relates generally to systems and methods of electronic document comparison.


2. Related Background



FIGS. 1 and 2 illustrate the relationship between documents, objects, users and applications users may use to create, modify, compare and manage electronic documents.


An electronic document, or document, may be viewed as a collection of user-input data used with a certain application (such as, Microsoft Word®, Corel WordPerfect® and Microsoft Excel®). In a general sense, a document is the data or information generated when using a computer application. FIG. 1 is a generalized block diagram illustrating the relationships between a document that may be used with the present invention and an application as such relationships exist in conventional document creation, management and editing programs. A user 101 interacts with an application 102 to create, view, alter, edit or manage a document 103. The application makes use of the document so the user may edit the document, view the document, or perform other actions in relation to the document.


With the advent of OLE (Object Linking and Embedding), a document may contain data from other applications as well as from the main application. The data from other applications are contained in “objects”, or “document objects.” One example of the use of OLE is when a Word document has a spreadsheet table from Excel embedded within it. In this example the excel spreadsheet is an object within a Word document. Embedded objects may include text, tables, pictures or drawings, or other forms of data. A document with one or more objects from other applications is typically referred to as a “Compound Document”. Unless otherwise specified, an “object” refers to a section of the document that is created from, or edited by, an application other than the application that edits or creates the primary document the object is embedded into.


Single format documents, that is documents not including embedded objects from other applications, are often compared using the well-known algorithm called ‘LCS’ (longest known sequence) or HCS (heaviest common sequence) to determine differences between two documents. There exist specialized adaptations or versions of LCS and HCS specially made to compare Word Documents, Excel Documents, HTML documents and PDF documents. In addition to LCS, other comparison algorithms include: HCS (heaviest common sequence), LCSS (longest common sub sequence) or MSS (matching similarity sequence). These comparison algorithms are implemented in comparison engines, some of which are integrated into document creation and editing applications (such as Word, Excel, Open Office™, StarOffice™, etc.), and some of which are implemented separately from the document creation and editing applications, as discussed below in connection with FIG. 3.



FIG. 2 is a generalized block diagram illustrating the relationship between the objects of an electronic document and the corresponding application used to create, edit or view them. A compound document 201, such as a Word document, may incude objects such as an Excel spreadsheet, a picture, a PowerPoint slide or graphic, and a Visio drawing. The compound document 201 is created and edited by an application 202. In this example, the application creating and editing a compound Word document may be Microsoft's Word program. The applications 203 creating and editing the embedded objects are, respectively, Microsoft's Excel, Paint, PowerPoint and Visio.


Conventional document management, creation, editing and viewing applications often include the ability to compare documents and output a document which illustrates the differences between two documents. Typically, the output document including indications of the differences between the two input documents is referred to as a “redline” or “redline document.” FIG. 3 is a generalized block diagram illustrating a conventional document comparison application as may be found in the prior art. A document comparison engine 303 may compare an original document 301 (or first document) to a modified document 302 (or second document). The output of the comparison is a “redline” document or comparison output document 304. Typically, the comparison output document provides indications of what has changed between the original document and the modified document. Conventional document comparison engines and applications provide for comparison of single format documents.


Accordingly, a need exists to provide a comparison system and method capable of comparing compound documents.





BRIEF DESCRIPTION OF THE FIGURES


FIG. 1 is a generalized block diagram illustrating the relationships between an electronic document that may be used with the present invention and an application of the prior art that may be used to create or modify such an electronic document.



FIG. 2 is a generalized block diagram illustrating the relationship between the objects of a electronic document that may be used with the present invention and a corresponding application of the prior art used to create, edit or view such objects.



FIG. 3 is a generalized block diagram illustrating a conventional document comparison application as may be found in the prior art.



FIG. 4 is a generalized block diagram illustrating the extraction and marking of embedded objects in a document to be compared, according to one possible embodiment.



FIG. 5 is a generalized block diagram illustrating the comparison of compound document objects, according to one possible embodiment.



FIG. 6 is a generalized flow diagram illustrating the process of finding the differences in compound documents, according to one possible embodiment.





SUMMARY

The present invention provides for a computer based system and method for comparing compound documents. An original compound document and a modified compound document are analyzed to determine and mark the location of embedded objects. A comparison is performed between an original primary document and the modified primary document, ignoring the embedded objects, the output of which is a comparison output document. The embedded objects are compared by copying the contents of the embedded objects to compatible documents, comparing the embedded object from the original compound document and the embedded object from the modified compound document, the output of the comparison is inserted into the comparison output document using the location markers of the embedded objects.


DETAILED DESCRIPTION

The present invention is described in the context of a specific embodiment. This is done to facilitate the understanding of the features and principles of the present invention and the present invention is not limited to this embodiment. In particular, the present invention is described in the context of a computer system used to compare, edit, view and/or modify electronic documents.



FIG. 4 is a generalized block diagram illustrating the extraction and marking of embedded objects in a document to be prepared. A compound document 401 has the objects 403 embedded in the document and “extracted” 402. In the presently preferred embodiment, extraction involves copying the object to a corresponding document of the same document type, or document format, as the object being copied. Additionally, the location (or locations) 404 of the objects in the primary document are marked. In the presently preferred embodiment, the location is marked in the primary document file. Alternatively, the position of the objects may be marked outside of the primary document, for example in a database or in another file.



FIG. 5 is a generalized block diagram illustrating the comparison of compound document objects. The input documents to the comparison process, the original document 501 and the modified document 502, contain embedded objects 503 from a different document type than the primary document. In the example embodiment shown there are two embedded objects in the input documents, one Excel object and one PowerPoint object. The primary document type of the input documents are Word documents. The marked location information is used in the comparison process to confine the comparison to the primary document type, thereby excluding the embedded objects from the comparison of the primary document type.


The comparison process compares the text of the primary document type of the input documents, the results of the comparison output to a primary comparison output document. The comparison of the first embedded object types, the Excel objects, are is output to the comparison output document as an Excel object embedded in the primary comparison output document according to the marked location information. The marked location information is used to locate the comparison output of the Excel objects in the comparison output object. Similarly, the comparison of the second embedded object types, the PowerPoint objects, are output to the comparison output document as an PowerPoint object embedded in the comparison output document. The marked location information is used to position the comparison output of the PowerPoint objects in the comparison output document.


While the example input documents only contained two embedded objects, alternate embodiments may contain more or fewer embedded objects. With such input documents, the presently preferred embodiment compares all of the embedded objects of the input documents. However, alternative embodiments may choose to ignore one or more embedded object pairs (an embedded object pair includes an original embedded object from the original input document and the corresponding embedded object from the modified input document), or choose to ignore one ore more embedded object types, from comparison. In yet another alternative embedment, the user may indicate, through a comparison command, or through configuration of a document application implementing an alternative embodiment, that certain objects or certain object types are to be ignored from comparison.


Additionally, input documents may contain multiple embedded objects of the same document type located at different positions within the primary document (for example, a Word document with multiple Excel spreadsheets located at different positions within the Word document). In the presently preferred embodiment, the multiple embedded objects are compared and the results of the comparisons are embedded in objects in the comparison output document, using the marked location information.



FIG. 6 is a generalized flow diagram illustrating the process of comparing documents to find the differences in the compound documents by opening the document identified for comparison. At step 601 a request to compare documents is received. The request may be from a user, or from another program or process. At step 602 the input comparison document (or primary input document), the document designated for comparison, is examined for OLE objects. In the presently preferred embodiment, at step 601 both the original input document and the modified input document are examined for OLE objects. If an OLE object is found at step 602, then at step 603 the location of the discovered OLE object is marked. At step 604 the primary comparison documents are compared, ignoring the embedded objects. In the preferred embodiment, the comparison process ignores the embedded objects using the location markings from step 603. At step 605 the results of the comparison of the primary comparison documents is output to a primary comparison output document, or “redline” primary comparison document. Referring to the example of FIG. 5, the output of step 605 is comparison output primary document which is a Word document, or a comparison output Word document.


At step 606 the OLE objects found at step 602, in one embodiment are copied to a document of the type that created the object to create an object comparison document. That is, if the object contains data which is from a given application, the data of the object is copied to a document of the type of the given application (or to a compatible application document type). As an example, if the OLE object were of the type created by PowerPoint, preferably the data of this object is copied to a PowerPoint comparison document. Similar action is taken for OLE objects from other applications. Step 606 is performed for both the object from the original comparison document and from the modified comparison document, thus resulting in an original OLE object comparison document and a modified OLE object comparison document.


At step 607 a comparison engine of the type to compare documents of the given application is initiated to compare the original OLE object comparison document and the modified OLE object comparison document. Thus, referring again to the example of FIG. 5, step 607 initiates the comparison engine to compare Excel object comparison documents created at step 606. Similarly, at step 607 the comparison engine to compare PowerPoint documents is initiated to compare the PowerPoint object comparison documents created at step 606. At step 607 the original OLE object comparison document and modified OLE object comparison document are compared using a comparison engine appropriate for the document type of the object. The results of the comparison performed at step 607 generates a “redline” OLE object document, or comparison output OLE object document, are placed in a comparison output primary document, or “redline” primary document at step 608. Referring again to the example of FIG. 5, the output of step 607 is a comparison output Excel object document and a comparison output PowerPoint document.


Step 609 inserts the comparison output OLE object document (or documents) in the comparison output primary document output from step 605. Referring again to the example of FIG. 5, the comparison output Excel object document and comparison output PowerPoint document are inserted at the comparison output Word document.


The insertion of the comparison output OLE object document uses the OLE object marking information from step 601. By using the location markings the comparison output document is able to provide the user with a document that has a similar organization to the original and modified input documents.


If the comparison input documents included additional embedded objects which have not been compared, at step 610 the comparison process returns to step 606 to compare the next embedded object pair. If there are no additional embedded objects which have not been compared (or there are no embedded objects which have not been designated to exempt from comparison).


While the above embodiments and examples compared only two documents, alternate embodiments could compare three or more documents.


The invention has been described with reference to particular embodiments. However, it will be readily apparent to those skilled in the art that it is possible to embody the invention in specific forms other than those of the preferred embodiments described above. This may be done without departing from the spirit of the invention.


Thus, the preferred embodiment is merely illustrative and should not be considered restrictive in any way. The scope of the invention is given by the appended claims, rather than the preceding description, and all variations and equivalents which fall within the range of the claims are intended to be embraced therein.

Claims
  • 1. A method of comparing compound documents, wherein a compound document comprises a primary document and an OLE object, comprising: copying a first OLE object from a first compound document to a document of a type corresponding to an application that created the OLE object, creating a first OLE object comparison document;copying a second OLE object from a second compound document to a second OLE object comparison document;initiating a comparison engine to compare the first OLE object comparison document with the second OLE object comparison document, wherein the comparison engine generates a comparison output OLE object document;placing the comparison output OLE object document in a comparison output document; andinitiating a primary document comparison engine to compare a first primary document and a second primary document, wherein the output of the comparison is included in the comparison output document.
  • 2. The method of claim 1, wherein the primary document is one of a group consisting of a Word document, an Excel document, a PDF document, a Visio document, and a PowerPoint document.
  • 3. The method of claim 1, wherein copying the first OLE object further comprises: copying the first OLE object to a document of a type that may be opened by an application that created the first OLE object.
  • 4. The method of claim 1, wherein placing the comparison output OLE object document in the comparison output document is performed in accordance with OLE object location information retrieved from the first compound document or the second compound document.
  • 5. The method of claim 1, further comprising: excluding an OLE object embedded in the compound document from comparison.
  • 6. The method of claim 5, wherein the excluding occurs in response to a command from a user.
  • 7. The method of claim 5, wherein the excluding occurs according to the document type of the OLE object.
  • 8. A method of comparing documents, comprising: determining that a first document comprising a first primary document contains an OLE object;marking a first location of the OLE object;copying the OLE object to a document of a type corresponding to a document type of the OLE object, creating a first discovered object comparison document;determining that a second document comprising a second primary document contains a corresponding OLE object having the document type of the first OLE object;marking a second location of the corresponding OLE object;copying the corresponding OLE object to a second discovered object comparison document;comparing the first primary document with the second primary document using a comparison engine that corresponds to a document type of the primary documents, generating a comparison output document from the results of the comparing;comparing the first discovered object comparison document with the second discovered object comparison document using a comparison engine that corresponds to the document type of the OLE object;inserting a result of the comparing of the first discovered object comparison document and the second discovered object comparison document in the comparison output document according to at least one of the first location and the second location; anddisplaying the result of the comparing using a format that draws attention to differences.
  • 9. The method of claim 8, further comprising: in the event multiple OLE objects having different document types are discovered in the documents:copying OLE objects of a first document type from the documents to a documents of a type corresponding to the first document type to create first type discovered object comparison documents;copying OLE objects of a second document type from the documents to a documents of a type corresponding to the second document type to create second type discovered object comparison documents;comparing the first type discovered object comparison documents with a comparison engine that corresponds to the first document type;inserting a result of the comparing of the first type discovered object comparison documents into the comparison output document;comparing the second type discovered object comparison documents with a comparison engine that corresponds to the second document type; andinserting a result of the comparing of the second type discovered object comparison documents into the comparison output document.
  • 10. The method of claim 8 wherein the format is one of a group consisting of a color format, an underline format, a bold format, and an italics format.
  • 11. The method of claim 8 wherein the format is one of a group consisting of displaying additions with underlining and displaying deletions with strikethroughs.
  • 12. A method of comparing documents, comprising: receiving at least two input documents for comparison, wherein each input document comprises a primary document and an OLE object;marking a first location of a first OLE object embedded in a first input document among the at least two input documents;copying the first OLE object to a first object comparison document;marking a second location of a second OLE object embedded in a second input document among the at least two input documents;copying the second OLE object to a second object comparison document;comparing primary documents of the at least two input documents;creating a comparison output document from a result of the comparing of the primary documents of the at least two input documents;comparing the first object comparison document and the second object comparison document; andinserting a result of the comparing of the first object comparison document and the second object comparison document into the comparison output document.
  • 13. The method of claim 12, wherein the inserting comprises: inserting the result of the comparison according to at least one of the first location and the second location.
  • 14. The method of claim 12 wherein the first object comparison document is of a type that corresponds to a document type of the first OLE object.
  • 15. The method of claim 14, wherein the first object comparison document is of a same document type as the first OLE object.
  • 16. The method of claim 15, wherein the primary document is one of a group consisting of a Word document, an Excel document, a PDF document, a Visio document, and a PowerPoint document.
  • 17. The method of claim 16, wherein the document type of at least one of the first OLE object and the second OLE object is one of a group consisting of an Excel document type, a PowerPoint document type, a Visio document type, a PDF document type, a CAD document type, a JPEG document type, a GIFF document type, a TIFF document type, a PSD document type, a PNG document type, and a BIT MAP document type.
  • 18. The method of claim 12, wherein the result of the comparing is displayed using a format that differentiates any changes in the comparison output document.
  • 19. The method of claim 18 wherein the format is one of a group consisting of a color format, an underline format, a bold format, and an italics format.
RELATED APPLICATION DATA

This patent application claims priority to U.S. Provisional Patent Application No. 60/763,300, filed Jan. 29, 2006, which is hereby incorporated by reference.

US Referenced Citations (100)
Number Name Date Kind
3920895 Vieri et al. Nov 1975 A
3920896 Bishop et al. Nov 1975 A
5008853 Bly et al. Apr 1991 A
5129082 Tirfing et al. Jul 1992 A
5146552 Cassorla et al. Sep 1992 A
5204947 Bernstein et al. Apr 1993 A
5321505 Leddy Jun 1994 A
5341469 Rossberg et al. Aug 1994 A
5515491 Bates et al. May 1996 A
5539871 Gibson Jul 1996 A
5596700 Darnell et al. Jan 1997 A
5596705 Reimer et al. Jan 1997 A
5606609 Houser et al. Feb 1997 A
5659676 Redpath Aug 1997 A
5664208 Pavley et al. Sep 1997 A
5669005 Curbow et al. Sep 1997 A
5671428 Muranaga et al. Sep 1997 A
5694544 Tanigawa et al. Dec 1997 A
5706452 Ivanov Jan 1998 A
5706502 Foley et al. Jan 1998 A
5708826 Ikeda et al. Jan 1998 A
5708845 Wistendahl et al. Jan 1998 A
5740444 Frid-Nielsen Apr 1998 A
5752055 Redpath et al. May 1998 A
5758313 Shah et al. May 1998 A
5761419 Schwartz et al. Jun 1998 A
5761499 Sonderegger Jun 1998 A
5781732 Adams Jul 1998 A
5781901 Kuzma Jul 1998 A
5787175 Carter Jul 1998 A
5799191 Moriyasu et al. Aug 1998 A
5801702 Dolan et al. Sep 1998 A
5809512 Kato Sep 1998 A
5860073 Ferrel et al. Jan 1999 A
5864870 Guck Jan 1999 A
5870754 Dimitrova et al. Feb 1999 A
5878421 Ferrel et al. Mar 1999 A
5890177 Moody et al. Mar 1999 A
5893126 Drews et al. Apr 1999 A
5911776 Guck Jun 1999 A
5931906 Fidelibus, Jr. et al. Aug 1999 A
5937066 Gennaro et al. Aug 1999 A
5938724 Pommier et al. Aug 1999 A
5941944 Messerly Aug 1999 A
5944785 Pommier et al. Aug 1999 A
5949413 Lerissa et al. Sep 1999 A
5950214 Rivette et al. Sep 1999 A
5956736 Hanson et al. Sep 1999 A
5958006 Eggleston et al. Sep 1999 A
5978836 Ouchi Nov 1999 A
5987469 Lewis et al. Nov 1999 A
6009462 Birrell et al. Dec 1999 A
6014135 Fernandes Jan 2000 A
6029171 Smiga et al. Feb 2000 A
6064751 Smithies et al. May 2000 A
6067551 Brown et al. May 2000 A
6088709 Watanabe Jul 2000 A
6119147 Toomey et al. Sep 2000 A
6158903 Schaeffer et al. Dec 2000 A
6178431 Douglas Jan 2001 B1
6182080 Clements Jan 2001 B1
6212534 Lo et al. Apr 2001 B1
6243722 Day et al. Jun 2001 B1
6289460 Hajmiragha Sep 2001 B1
6317777 Skarbo et al. Nov 2001 B1
6324555 Sites Nov 2001 B1
6334141 Varma et al. Dec 2001 B1
6336134 Varma Jan 2002 B1
6343313 Salesky et al. Jan 2002 B1
6360236 Khan et al. Mar 2002 B1
6363352 Dailey et al. Mar 2002 B1
6411989 Anupam et al. Jun 2002 B1
6560637 Dunlap et al. May 2003 B1
6590584 Yamaura et al. Jul 2003 B1
6643663 Dabney et al. Nov 2003 B1
6681371 Devanbu Jan 2004 B1
6687878 Eintracht et al. Feb 2004 B1
6708172 Wong et al. Mar 2004 B1
7251680 DeVos Jul 2007 B2
20010037367 Iyer Nov 2001 A1
20020049786 Bibliowicz et al. Apr 2002 A1
20020059342 Gupta et al. May 2002 A1
20020059343 Kurishima et al. May 2002 A1
20020065848 Walker et al. May 2002 A1
20020078088 Kuruoglu et al. Jun 2002 A1
20020085030 Ghani Jul 2002 A1
20020107886 Gentner et al. Aug 2002 A1
20020143691 Ramaley et al. Oct 2002 A1
20030112273 Hadfield et al. Jun 2003 A1
20030158855 Farnham et al. Aug 2003 A1
20030197730 Kakuta et al. Oct 2003 A1
20030217336 Gounares et al. Nov 2003 A1
20040085354 Massand May 2004 A1
20040205653 Hadfield et al. Oct 2004 A1
20050108280 Kagle et al. May 2005 A1
20060167879 Umeki et al. Jul 2006 A1
20060253482 Zellweger et al. Nov 2006 A1
20060262339 Jacobs et al. Nov 2006 A1
20070186157 Walker et al. Aug 2007 A1
20090119578 Relyea et al. May 2009 A1
Related Publications (1)
Number Date Country
20080301193 A1 Dec 2008 US
Provisional Applications (1)
Number Date Country
60763300 Jan 2006 US