WO2014073941A1 - 전자 서식 변환 장치 및 방법 - Google Patents

전자 서식 변환 장치 및 방법 Download PDF

Info

Publication number
WO2014073941A1
WO2014073941A1 PCT/KR2013/010248 KR2013010248W WO2014073941A1 WO 2014073941 A1 WO2014073941 A1 WO 2014073941A1 KR 2013010248 W KR2013010248 W KR 2013010248W WO 2014073941 A1 WO2014073941 A1 WO 2014073941A1
Authority
WO
WIPO (PCT)
Prior art keywords
xml
information
document
document file
xml document
Prior art date
Application number
PCT/KR2013/010248
Other languages
English (en)
French (fr)
Inventor
신용주
최기석
김재수
이홍로
이규철
차승준
최규진
Original Assignee
한국과학기술정보연구원
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 한국과학기술정보연구원 filed Critical 한국과학기술정보연구원
Priority to US14/129,331 priority Critical patent/US20150248382A1/en
Publication of WO2014073941A1 publication Critical patent/WO2014073941A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • G06F40/143Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • G06F40/154Tree transformation for tree-structured or markup documents, e.g. XSLT, XSL-FO or stylesheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging

Definitions

  • the present invention relates to an electronic format conversion apparatus and method, and more particularly, to reset a table included in a PDF document file to cell range information and convert a standard document including the set cell range information according to a predefined XML format format.
  • the present invention relates to an apparatus and a method for acquiring an XML schema from a converted XML document file and providing XML data by constructing an XML structure based on the acquired XML schema and predefined reference information.
  • PDF Portable Document Format
  • XML eXtensible Markup Language
  • the present invention has been made to solve the above problems, and an object of the present invention is to select a single line information having a starting point and an ending point based on predefined reference information of table information analyzed according to a standard operation of a PDF document file requested for conversion.
  • a standard document generator for extracting intersection information from the single line information, extracting cell range information based on the intersection information, and a standard document including the cell range information when XML format conversion information is inputted.
  • An XML document generator for converting according to format conversion format information to generate an XML document file, and an XML document provider for providing an XML structured structure according to already defined reference information and providing the XML document file in response to a conversion document request.
  • the XML document providing unit receives, processes, receives, processes, and replaces an XML document file of an XML document generation unit.
  • a schema acquiring unit that acquires a specified schema in an XML data stream from a repository, obtains reference information specified in an input XML document file, and structures an XML document file based on the obtained reference information and XML schema to convert and provide XML data.
  • Another object of the present invention is to extract the single line information having a start point and an end point based on predefined reference information from the table information analyzed according to the standard operation of the PDF document file requested to be converted, and extracting the intersection information from the single line information.
  • To provide a specified XNL schema of obtain the specified reference information in the input XML document file and structure and provide the XML document file as transformed XML data based on the obtained reference information and XML schema. Therefore, by accurately converting a table inserted in a PDF document file into an XML document file, it is possible to fundamentally increase the format conversion quality of the document.
  • An XML document generation unit for generating an XML document file by converting a standard document having the cell range information according to the predefined XML format conversion format information when an XML format conversion request is input;
  • an XML document providing unit configured to provide an XML structured XML file based on predefined XML reference information in response to the conversion document request.
  • the XML document providing unit Preferably the XML document providing unit,
  • a schema obtaining unit which receives and processes an XML document file of the XML document generating unit and obtains a designated XML schema in an XML data stream from a schema repository;
  • a storage unit for acquiring the designated reference information in the input XML document file, constructing the XML document file based on the obtained reference information and the XML schema, and converting the XML document file into XML data.
  • an XML document providing step of providing the XML document file by structuring the XML document file according to previously defined reference information in response to the conversion document request.
  • It is characterized in that it is provided to obtain the reference information specified in the input XML document file and to structure and provide the XML document file as transformed XML data based on the obtained reference information and XML schema.
  • the table is analyzed by analyzing the table of the requested PDF document file according to the standard operation of the requested PDF document file and converting the analyzed table into a standard document based on predefined reference information. Instead, it extracts an image of cell range information, converts a standard document containing cell range information corresponding to a table in the converted PDF document into an XML document according to the XML correspondence conversion format, and then converts the converted XML document into a predefined XML criteria.
  • XML structured according to information and XML schema it is possible to fundamentally improve the format conversion quality of documents by converting and providing PDF document files to XML document files, and it is easy to store and manage documents.
  • FIG. 1 is a diagram illustrating a configuration of an electronic format conversion apparatus according to an embodiment of the present invention.
  • FIG. 2 is an exemplary view showing a table inserted in a PDF document file applied to an embodiment of the present invention and standard operations of the table.
  • FIG 3 is an exemplary view showing single line information extracted from a table of a PDF document file according to an embodiment of the present invention.
  • FIG. 4 is an exemplary view showing an intersection derived from extracted single line information according to an exemplary embodiment of the present invention.
  • FIG. 5 is an exemplary diagram illustrating cell range information extracted from a derived intersection according to an embodiment of the present invention.
  • FIG. 6 is an exemplary view showing an MXL structured state of an XML document providing unit according to an exemplary embodiment of the present invention.
  • FIG. 7 is a flowchart illustrating an electronic format conversion process according to another embodiment of the present invention.
  • FIG. 1 is a diagram illustrating a configuration of an electronic format conversion apparatus according to an embodiment of the present invention.
  • the electronic format conversion apparatus includes a standard document conversion unit 10, an XML document generation unit 30, and an XML document providing unit 50.
  • the standard document converter 10 analyzes a table stored in a PDF document file according to a standard operation, and extracts the analyzed table information into single line information set as coordinates for each start point and end point based on predefined reference information. It is provided.
  • the standard document converting unit 10 selects each starting point (x, y) and an end point (x ', y) whose positions are set as a sin-tag system based on the table information shown in b) of FIG. 3 and already defined reference information. Branches extract single line information. At this time, the single line information is as shown in FIG.
  • the standard document converter 10 is provided to derive an intersection point for each single line from single line information having coordinate information of a start point and an end point.
  • the standard document converter 10 may include a single line information of a single line information of a horizontal line having the same value as the end point y and a single line information of a vertical line having the same value as the starting point x.
  • a set (b) is set, and a set of first single line information L (x, y) (x ', y) and single line information of the vertical line among the set (a) of the single line information of the horizontal line ( The first intersection point p, y is derived from the first single line information M (p, q) (p, q ') in b).
  • intersection points (p, y) having a common value among two first single line informations are derived, and the derived intersection points (p, y) are each first single line information L of each set (a) (b). If it exists within each predetermined range derived from ((x, y) (x ', y), M (p, q) (p, q')), it is determined as an intersection and added to the intersection list N.
  • the first single line information (L) of the set (a) extract (x, y) (x ', y) and second single line information (M (p, q') (p, q ") of the set (b), and extract the second single line of the set (b) If the information is not the last single line information, the first single line information L (x, y) (x ', y) of the set (a) and the second single line information M (p, q) of the set (b).
  • the intersection is derived from ') (p, q ")).
  • the standard document converter 10 may include the second single line information L (x ', y) (x "of the set (a) when the second single line information of the set (b) is the last single line information. , y) and the first single line information M (p, q) (p, q ') of the set (b), and the second single line information of the set (a) is extracted from the set (a). If it is not the last single line information, the second single line information L (x ', y) (x ", y) of the set (a) and the first single line information M (p, q) of the set (b) Find the intersection of (p, q ')).
  • intersection information is as shown in FIG. 4.
  • the standard document conversion unit 10 when the extraction of all the intersections based on each single line information is completed based on the coordinate information for each intersection of the intersection list and then the set of intersections (a) located at the top Cell range extraction based on the first intersection L of the set (a), the set of intersections (b) located at the bottom based on the first intersection (L), and the first intersection (M) of the intersection set (b) And to store.
  • the standard document converter 10 sorts based on the coordinate information of each intersection of the intersection list, and then sets a set of intersections located at an upper end from the aligned intersections and a first intersection point of the set (a). L), a set (b) of intersections located at the bottom based on the first intersection point (L), and a first intersection point (M) of the intersection set (b) are extracted.
  • the standard document converter 10 is configured to generate the first document L when the X axis coordinate value of the first intersection point L of the set (a) and the X axis coordinate value of the first intersection point M of the set (b) coincide with each other.
  • the second intersection N located next to the first intersection L is extracted, and it is determined whether there is single line information passing through the extracted second intersection N, and as a result, the single line information carrying the second intersection point. If is present, the cell range information includes the first intersection points L (x) and L (y) of the set (a) and the second intersection points N (x) and N (y) and the first set of the set (b). After extracting to the intersection (M (x), M (y)) and the second intersection (N (x), M (y)) and stored. Cell range information derived through the above series of processes is shown in FIG. 5.
  • the standard document converter 10 updates the first intersection point L of the set a to the second intersection point N, and the updated first intersection point L is the last of the collection point a. If it is determined that the intersection point, and if the updated first intersection point L is the last intersection point of the set (a), after updating the set located at the bottom of the set (a) to the set (a) and the updated set (a) Repeat the extraction and storage of cell range information until) reaches the last set.
  • the cell range information of the standard document converter 10 is provided to the XML document generator 30 along with the standard document converted into text based on the PDF reference information.
  • the XML document generator 30 is an XML document.
  • the format conversion information is input, the standard document including the cell range information is converted according to the predefined XML format conversion format information to generate an XML document file, and the generated XML document file is sent to the XML document provider 50. Is provided.
  • the XML document providing unit 50 is configured to provide the XML document file in an XML structure based on predefined XML reference information in response to a conversion document request, and provides the XML document file to the schema obtaining unit 51 and the storage unit 53. It is provided.
  • the schema obtaining unit 51 receives, processes, receives and processes the XML document file of the XML document generating unit, obtains a specified schema in the XML data stream from the schema repository, and is provided to the storage unit 53.
  • the storage unit 53 obtains reference information designated in the input XML document file, constructs an XML document file based on the obtained reference information and XML schema, converts the XML document file into XML data, and provides the same to the memory.
  • the XML schema obtained through the schema obtaining unit 51 is as shown in FIG. 6A, and the XML data structured based on the XML reference information is as shown in FIG. 6B.
  • FIG. 7 is a flowchart illustrating an operation of the electronic format conversion apparatus shown in FIG. 1.
  • a process of automatically converting a PDF document file to XML data according to another embodiment of the present invention will be described with reference to FIGS. 1 to 7. .
  • the standard document converter 10 receives a PDF document file requested for conversion through step 100 and analyzes table information of the received PDF document file (step 200).
  • single line information about the table of the PDF document file is derived based on the analyzed table information and already defined reference information (step 300).
  • the single line information has a coordinate (x, y) of the start point and the coordinates (x, y ') of the end point for each line constituting the previously defined table.
  • This single line information is provided to the intersection derivation unit 13 of the standard document conversion unit 10.
  • intersection derivation unit 13 derives an intersection, which is an intersection point of each line, based on the single line information through step 400.
  • intersection information derived in step 400 is arranged based on the coordinate information of each intersection point of the intersection list through step 500, and then the set of intersection points (a) and the set (a) located at the top of the intersection points are arranged.
  • a cell range is extracted and stored based on a first intersection point L, a set of intersection points b located at the bottom of the first intersection point L, and a first intersection point M of the intersection point set b.
  • the standard document including the cell range information derived from the cell range derivation unit 15 is provided to the XML document generation unit 30.
  • the XML document generation unit 30 converts the standard document according to the predefined XML format conversion format information to generate an XML document file, and generates the generated XML document.
  • the file is provided to the XML document providing unit 50.
  • the XML document providing unit 50 receives the converted document request through step 700
  • the XML document file converted by the XML document generation unit 30 in response to the converted document request through step 800 is received.
  • the XML document providing unit 50 receives and processes the XML document file of the ML document generation step through step 801, obtains a designated XNL schema in the XML data stream from the schema repository already defined, and step 803. Obtain the reference information specified in the XML document file input through the structure and provide an XML document file structured as transform XML data based on the obtained reference information and XML schema.
  • the table of the requested PDF document file is analyzed according to a standard operation of the requested PDF document file, and the table is converted into a standard document by converting the analyzed table into a standard document based on predefined reference information.
  • the table is converted into a standard document by converting the analyzed table into a standard document based on predefined reference information.
  • After extracting the image of the cell range information as an image converting the standard document including the cell range information corresponding to the table of the converted PDF document into an XML document according to the XML correspondence conversion format, and converting the converted XML document file into the obtained XML schema.
  • XML is structured and stored according to the already defined XML reference information, it is possible to fundamentally improve the format conversion quality of a document by accurately converting and providing a PDF document file to an XML document file.
  • the steps of the method or algorithm described in connection with the embodiments presented herein may be embodied in the form of program instructions that may be executed by various computer means and recorded on a computer readable medium.
  • the computer readable medium may include program instructions, data files, data structures, etc. alone or in combination.
  • Program instructions recorded on the media may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well-known and available to those having skill in the computer software arts.
  • Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic disks, such as floppy disks.
  • Magneto-optical media and hardware devices specifically configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like.
  • program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like.
  • the hardware device described above may be configured to operate as one or more software modules to perform the operations of the present invention, and vice versa.
  • the table of the requested PDF document file is analyzed according to a standard operation of the requested PDF document file, and the analyzed table is based on predefined reference information.
  • Convert to a standard document extract the table as an image of cell range information instead of text, convert a standard document containing cell range information corresponding to the table in the converted PDF document into an XML document according to the XML correspondence conversion format, and then convert
  • the XML document file can be provided in an electronic format conversion environment that can fundamentally improve the format conversion quality of a document by providing an XML document file structured according to the acquired XML schema and the already defined XML reference information. It can be combined with the existing technology, and the device that is the object of use and application of the related technology is practically implemented. Because it can have sufficient degree to which the invention INDUSTRIAL APPLICABILITY.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

본 발명은 전자 서식 변환 방법 및 장치가 개시되어 있다. 이러한 본 발명에 따르면, 변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 요청된 PDF 문서 파일의 표를 분석하고 분석된 표를 미리 정의된 기준 정보를 기준으로 표준 문서로 변환하여 표를 텍스트 대신 셀 범위 정보의 이미지로 추출한 후, 변환된 PDF 문서의 표에 대응되는 셀 범위 정보를 포함하는 표준 문서를 XML 서신 변환 포맷에 따라 XML 문서로 변환한 후 변환된 XML 문서를 이미 정의된 XML 기준 정보 및 XML 스키마에 따라 XML 구조화하여 제공함에 따라, PDF 문서 파일을 XML 문서 파일로 정확하게 변환하여 제공하여 문서의 서식 변환 품질을 근본적으로 향상시킬 수 있게 된다.

Description

전자 서식 변환 장치 및 방법
본 발명은 전자 서식 변환 장치 및 방법에 관한 것으로, 더욱 상세하게는 PDF 문서 파일에 포함된 표를 셀 범위 정보로 재설정하고 설정된 셀 범위 정보를 포함하는 표준 문서를 미리 정의된 XML 서식 포멧에 따라 변환한 후 변환된 XML 문서 파일로부터 XML 스키마를 획득하며 획득된 XML 스키마와 이미 정의된 기준 정보를 토대로 XML 구조화하여 XML 데이터를 제공할 수 있도록 한 장치 및 방법에 관한 것이다.
최근 들어, e-비즈니스와 IT 등에 대한 기술이 급속도로 발전함에 따라 기업 간의 업무처리에 있어서도, 종이로 된 문서를 교환하여 처리하는 방식에서 벗어나 전자적으로 정보를 처리하여 이를 토대로 기업 간에 업무를 처리하고 있다.
즉, 사업 주체 간의 거래 활동에 있어서 전자 문서를 사용함으로써 업무처리비용의 절감, 거래시간 단축, 기업 경영의 효율성 및 경쟁력 강화 등의 효과를 얻기 위한 노력들이 있어왔다.
하지만, 이러한 전자 문서 사용의 효과에도 불구하고, 여전히 국내외적으로는 오프라인 형태의 종이 서류를 전자 문서와 병행하여 이용하고 있는 상황이다.
또한, 종래에 전자 문서들은 매우 다양한 형태 또는 포맷의 전자 문서가 존재하고 있는데, 이러한 전자 문서의 다양한 형태 또는 포맷은 전자 문서의 원활한 교환과 이를 통한 업무 처리에 장애가 되는 요인으로 작용할 수 있으며, 시스템 간의 호환성 문제를 발생시켜 시스템 변경 및 추가 등의 불필요한 상호운용 비용을 발생시킬 수 있는 문제점도 있다.
특히 종래에 PDF(Portable Document Format) 파일을 XML(eXtensible Markup Language) 문서 파일로 변환하여 저장하기 위해, 변환 엔진을 실행하는 경우 상기 PDF 문서 파일에 삽입된 그림, 도표, 각주와 같은 비텍스트에 의해 텍스트가 분리되는 현상이 빈번하게 발생하였다.
이러한 이유로 PDF 문서 파일을 XML 문서 파일로 서식 변환하는 경우 변환하고자 하는 표가 보존되지 않는 현상이 발생하여 원문 자체에 텍스트 오류가 발생하게 되고, 그에 따라 서식 변환 품질이 낮아지는 문제점이 발생한다.
본 발명은 상기 문제점을 해결하기 위하여 안출한 것으로, 본 발명의 목적은 변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 분석된 표 정보를 미리 정의된 기준 정보를 토대로 시작점과 끝점을 가지는 단일 선 정보를 추출하고, 상기 단일 선 정보로부터 교점 정보를 도출하며, 상기 교점 정보를 토대로 셀 범위 정보를 추출하는 표준 문서 생성부와, XML 서식 변환 정보가 입력되면 상기 셀 범위 정보를 포함하는 표준 문서를 상기 XML 서식 변환 포맷 정보에 따라 변환하여 XML 문서 파일을 생성하는 XML 문서 생성부와, 변환 문서 요청에 응답하여 상기 XML 문서 파일을 이미 정의된 기준 정보에 따라 XML 구조화하여 제공하는 XML 문서 제공부를 포함하되, 상기 XML 문서 제공부는, XML 문서 생성부의 XML 문서 파일을 수신하여 처리하고 수신하여 처리하고 스키마 리포지터리로부터 XML 데이터 스트림내의 지정된 스키마를 획득하는 스키마 획득부와, 입력된 XML 문서 파일 내에 지정된 기준 정보를 획득하고 획득된 기준 정보 및 XML 스키마를 토대로 XML 문서 파일을 구조화하여 XML 데이터로 변환하여 제공하는 저장부를 포함하는 전자 서식 변환 장치를 제공함에 따라, PDF 문서 파일에 삽입된 표를 XML 문서 파일로 정확하게 변환하여 문서의 서식 변환 품질을 근본적으로 증가할 수 있게 된다.
본 발명의 다른 목적은, 변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 분석된 표 정보를 미리 정의된 기준 정보를 토대로 시작점과 끝점을 가지는 단일 선 정보를 추출하고, 상기 단일 선 정보로부터 교점 정보를 도출하며, 상기 교점 정보를 토대로 셀 범위 정보를 추출하는 표준 문서 생성 단계와, XML 서식 변환 정보가 입력되면 상기 셀 범위 정보를 포함하는 표준 문서를 상기 XML 서식 변환 포맷 정보에 따라 변환하여 XML 문서 파일을 생성하는 XML 문서 생성 단계와, 변환 문서 요청에 응답하여 상기 XML 문서 파일을 이미 정의된 기준 정보에 따라 XML 구조화하여 제공하는 XML 문서 제공 단계를 포함하되, 상기 XML 문서 제공 단계는, XML 문서 생성 단계의 XML 문서 파일을 수신하여 처리한 후 이미 정의된 스키마 리포지터리로부터 XML 데이터 스트림 내의 지정된 XNL 스키마를 획득하고, 입력된 XML 문서 파일 내에 지정된 기준 정보를 획득하고 획득된 기준 정보 및 XML 스키마를 토대로 XML 문서 파일을 변환 XML 데이터로 구조화하여 제공하도록 구비되는 전자 서식 변환 방법을 제공함에 따라, PDF 문서 파일에 삽입된 표를 XML 문서 파일로 정확하게 변환하여 문서의 서식 변환 품질을 근본적으로 증가할 수 있게 된다.
상기 목적을 달성하기 위한 본 발명의 제1 관점에 다른 기술적 과제는,
변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 요청된 PDF 문서 파일의 표를 분석하고, 분석된 표를 미리 정의된 PDF 기준 정보를 토대로 셀 범위 정보를 도출하며 도출된 셀 범위 정보와 텍스트의 표준 문서를 XML 서식 변환 포맷에 따라 XML 문서로 변환하며 변환된 XML 문서를 이미 정의된 XML 기준 정보에 따라 변환하여 XML 구조화하여 제공하는 장치로 구비되고, 이러한 장치는,
변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 분석된 표 정보를 미리 정의된 기준 정보를 토대로 시작점과 끝점을 가지는 단일 선 정보를 추출하고, 상기 단일 선 정보로부터 적어도 하나의 공통된 시작점 또는 끝점을 가지는 교점 정보를 도출하며, 상기 교점 정보를 토대로 셀 범위 정보를 추출 및 저장하는 표준 문서 변환부와,
XML 서식 변환 요청이 입력되면 상기 셀 범위 정보를 가지는 표준 문서를 미리 정의된 상기 XML 서식 변환 포맷 정보에 따라 변환하여 XML 문서 파일을 생성하는 XML 문서 생성부와,
변환 문서 요청에 응답하여 상기 XML 문서 파일을 미리 정의된 XML 기준 정보를 토대로 XML 구조화하여 제공하는 XML 문서 제공부를 포함하는 것을 특징으로 한다.
바람직하게 상기 XML 문서 제공부는,
상기 XML 문서 생성부의 XML 문서 파일을 수신하여 처리하고 스키마 리포지터리로부터 XML 데이터 스트림내의 지정된 XML 스키마를 획득하는 스키마 획득부와,
입력된 XML 문서 파일 내에 지정된 기준 정보를 획득하고 획득된 기준 정보 및 XML 스키마를 토대로 XML 문서 파일을 구조화하여 XML 데이터로 변환하여 제공하는 저장부를 포함하는 것을 특징으로 한다.
본 발명의 다른 관점에 따른 기술적 과제는,
변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 분석된 표 정보를 미리 정의된 기준 정보를 토대로 시작점과 끝점을 가지는 단일 선 정보를 추출하고, 상기 단일 선 정보로부터 교점 정보를 도출하며, 상기 교점 정보를 토대로 셀 범위 정보를 추출하는 표준 문서 생성 단계와,
XML 서식 변환 정보가 입력되면 상기 셀 범위 정보를 포함하는 표준 문서를 상기 XML 서식 변환 포맷 정보에 따라 변환하여 XML 문서 파일을 생성하는 XML 문서 생성 단계와,
*변환 문서 요청에 응답하여 상기 XML 문서 파일을 이미 정의된 기준 정보에 따라 XML 구조화하여 제공하는 XML 문서 제공 단계를 포함하는 것을 특징으로 한다.
바람직하게 상기 XML 문서 제공 단계는,
상기 XML 문서 생성 단계의 XML 문서 파일을 수신하여 처리하고 수신하여 처리하고 이미 정의된 스키마 리포지터리로부터 XML 데이터 스트림내의 지정된 XML 스키마를 획득하고,
입력된 XML 문서 파일 내에 지정된 기준 정보를 획득하고 획득된 기준 정보 및 XML 스키마를 토대로 XML 문서 파일을 변환 XML 데이터로 구조화하여 제공하도록 구비되는 것을 특징으로 한다.
상술한 바와 같이 본 발명에 따르면, 변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 요청된 PDF 문서 파일의 표를 분석하고 분석된 표를 미리 정의된 기준 정보를 기준으로 표준 문서로 변환하여 표를 텍스트 대신 셀 범위 정보의 이미지로 추출한 후, 변환된 PDF 문서의 표에 대응되는 셀 범위 정보를 포함하는 표준 문서를 XML 서신 변환 포맷에 따라 XML 문서로 변환한 후 변환된 XML 문서를 이미 정의된 XML 기준 정보 및 XML 스키마에 따라 XML 구조화하여 제공함에 따라, PDF 문서 파일을 XML 문서 파일로 정확하게 변환하여 제공하여 문서의 서식 변환 품질을 근본적으로 향상시킬 수 있고, 문서에 대한 저장 및 관리가 용이한 효과를 얻는다.
본 명세서에서 첨부되는 다음의 도면들은 본 발명의 바람직한 실시 예를 예시하는 것이며, 후술하는 발명의 상세한 설명과 함께 본 발명의 기술사상을 더욱 이해시키는 역할을 하는 것이므로, 본 발명은 그러한 도면에 기재된 사항에만 한정되어 해석되어서는 아니된다.
도 1은 본 발명의 실시 예에 따른 전자 서식 변환 장치의 구성을 보인 도이다.
도 2는 본 발명의 실시 예에 적용되는 PDF 문서 파일에 삽입된 표와 그 표의 표준 오퍼레이션을 보인 예시도이다.
도 3은 본 발명의 실시 예에 따라, PDF 문서 파일의 표로부터 추출된 단일 선 정보를 보인 예시도이다.
도 4는 본 발명의 실시 예에 따라, 추출된 단일 선 정보로부터 도출된 교점을 보인 예시도이다.
도 5는 본 발명의 실시 예에 따라, 도출된 교점으로부터 추출된 셀 범위 정보를 보인 예시도이다.
도 6은 본 발명의 실시 예에 따른 XML 문서 제공부의 MXL 구조화된 상태를 보인 예시도이다.
도 7은 본 발명의 다른 실시 예에 따른 전자 서식 변환 과정을 보인 흐름도이다.
본 발명과 본 발명의 동작상의 잇점 및 본 발명의 실시에 의하여 달성되는 목적을 충분히 이해하기 위해서는 본 발명의 바람직한 실시 예를 예시하는 첨부 도면 및 도면에 기재된 내용을 참조하여야 한다.
이하, 첨부한 도면을 참조하여 본 발명의 바람직한 실시 예를 설명함으로써, 본 발명을 상세히 설명한다. 각 도면에 제시된 동일한 참조 부호는 동일한 부재를 나타낸다.
하기 설명에서 구체적인 특정 사항들을 나타내고 있는데, 이는 본 발명의 보다 전반적인 이해를 돕기 위해 제공된 것이다. 그리고 본 발명을 설명함에 있어, 관련된 공지 기능 혹은 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우 그 상세한 설명은 생략한다.
도 1은 본 발명의 실시 예에 따른 전자 서식 변환 장치의 구성을 보인 도이다.
본 발명의 실시 예에 따른 전자 서식 변환 장치는, 도 1 에 도시한 바와 같이, 표준 문서 변환부(10), XML 문서 생성부(30), 및 XML 문서 제공부(50)를 포함한다.
상기 표준 문서 변환부(10)는 PDF 문서 파일에 저장된 표를 표준 오퍼레이션에 따라 분석하고, 분석된 표 정보를 미리 정의된 기준 정보를 토대로 각 시작점과 끝점에 대한 좌표로 설정된 단일 선 정보로 추출하도록 구비된다.
즉, 도 2의 a)에 도시된 바와 같은 PDF 문서 파일에 첨부된 표가 삽입된 경우 표준 오퍼레이션을 통해 도 2의 b)에 도시된 바와 같은 표 정보가 저장된다.
그리고, 상기 표준 문서 변환부(10)는 도 3의 b)에 도시된 표 정보와 이미 정의된 기준 정보를 토대로 죄표계로 위치가 설정된 각 시작점(x, y)과 끝점(x', y)을 가지는 단일 선 정보를 추출한다. 이때 상기 단일 선 정보는 도 3에 도시된 바와 같다.
또한, 상기 표준 문서 변환부(10)는 시작점과 끝점의 좌표 정보를 가지는 단일 선 정보로부터 각 단일 선에 대한 교점을 도출하도록 구비된다.
즉, 상기 표준 문서 변환부(10)는 상기 끝점(y)가 같은 값을 가지는 가로 라인의 단일 선 정보의 집합(a)와 상기 시작점(x)가 같은 값을 가지는 세로 라인의 단일 선 정보의 집합(b)를 설정하고, 상기 가로 라인의 단일 선 정보의 집합(a) 중 제1 단일 선 정보(L(x,y)(x', y)와 상기 세로 라인의 단일 선 정보의 집합(b) 중 제1 단일 선 정보(M(p, q)(p, q')로부터 제1 교점(p, y)을 도출한다.
예를 들어, 상기 집합(a)의 제1 단일 선 정보(L(x,y)(x', y)과 집합(b)의 제1 단일 선 정보(M(p, q)(p, q')을 토대로 두 제1 단일 선 정보 중 공통값을 가지는 교차점(p, y)이 도출되고, 도출된 교차점(p, y)이 각 집합(a)(b)의 각 제1 단일 선 정보L((x,y)(x', y), M(p, q)(p, q'))로부터 도출된 각 소정 범위 내에 존재하는 경우 교점으로 판정하여 교점 리스트(N)에 추가된다.
한편, 상기 도출된 교차점(p, y)이 각 집합(a)(b)의 제1 단일 선 정보로부터 도출된 각 소정 범위 내에 존재하지 아니한 경우 상기 집합(a)의 제1 단일 선 정보(L(x,y)(x', y)과 집합(b)의 제2 단일 선 정보(M(p, q')(p, q"))를 추출하고, 집합(b)의 제2 단일 선 정보가 마지막 단일 선 정보가 아닌 경우 상기 집합(a)의 제1 단일 선 정보(L(x,y)(x', y)과 집합(b)의 제2 단일 선 정보(M(p, q')(p, q"))으로부터 교점이 도출된다.
또한 상기 표준 문서 변환부(10)는 상기 집합(b)의 제2 단일 선 정보가 마지막 단일 선 정보인 경우 상기 집합(a)의 제2 단일 선 정보(L(x',y)(x", y)과 집합(b)의 제1 단일 선 정보(M(p, q)(p, q'))를 추출하고, 추출된 집합(a)의 제2 단일 선 정보가 집합(a)의 마지막 단일 선 정보가 아닌 경우 상기 집합(a)의 제2 단일 선 정보(L(x',y)(x", y)과 집합(b)의 제1 단일 선 정보(M(p, q)(p, q'))에 대한 교점을 도출한다.
이러한 교점의 도출하는 일련의 과정은 집합(a)과 집합(b)에 속하는 모든 단일 선 정보가 완료될 때까지 반복 실행된다. 도출된 교점 정보는 도 4에 도시된 바와 같다.
한편, 상기 표준 문서 변환부(10)는 각 단일 선 정보를 토대로 모든 교점의 추출이 완료되면 상기 교점 리스트의 각 교점에 대한 좌표 정보를 토대로 정렬한 후 상단에 위치한 교점의 집합(a)와 상기 집합(a)의 제1 교점(L), 상기 제1 교점(L)을 기준으로 하단에 위치한 교점의 집합(b), 및 교점 집합(b)의 제1 교점(M)을 토대로 셀 범위 추출 및 저장하도록 구비된다.
즉, 상기 표준 문서 변환부(10)는 상기 교점 리스트의 각 교점에 대한 좌표 정보를 토대로 정렬한 후 정렬된 교점으로부터 상단에 위치한 교점의 집합(a)와 상기 집합(a)의 제1 교점(L), 상기 제1 교점(L)을 기준으로 하단에 위치한 교점의 집합(b), 및 교점 집합(b)의 제1 교점(M)을 추출한다.
그리고, 표준 문서 변환부(10)는 상기 집합(a)의 제1 교점(L)의 X축 좌표값과 상기 집합(b)의 제1 교점(M)의 X축 좌표값이 일치하는 경우 제1 교점(L)의 옆에 위치한 제2 교점(N)을 추출하고, 추출된 제2 교점(N)을 통과하는 단일 선 정보가 존재하는 지를 판단하며, 판단 결과 제2 교점을 지는 단일 선 정보가 존재하는 경우 셀 범위 정보를 집합(a)의 제1 교점(L(x),L(y)) 및 제2 교점(N(x), N(y))과 집합(b)의 제1 교점(M(x), M(y)) 및 제2 교점(N(x), M(y))으로 추출한 후 저장한다. 상기의 일련의 과정을 통해 도출된 셀 범위 정보는 도 5에 도시된 바와 같다.
또한, 상기 표준 문서 변환부(10)는 상기 집합(a)의 제1 교점(L)을 제2 교점(N)으로 업데이트하고, 상기 업데이트된 제1 교점(L)이 집합(a)의 마지막 교점인 지를 판단하고, 판단 결과 업데이트된 제1 교점(L)이 집합(a)의 마지막 교점인 경우 집합(a)의 하단에 위치한 집합을 집합(a)로 업데이트한 후 상기 업데이트된 집합(a)가 마지막 집합에 도달할 때까지 셀 범위 정보 추출 및 저장을 반복 실행한다.
그리고, 상기 표준 문서 변환부(10)의 셀 범위 정보는 PDF 기준 정보를 토대로 텍스트로 변환된 표준 문서와 함께 XML 문서 생성부(30)로 제공되며, 상기 XML 문서 생성부(30)는, XML 서식 변환 정보가 입력되면 셀 범위 정보를 포함하는 상기 표준 문서를 미리 정의된 상기 XML 서식 변환 포맷 정보에 따라 변환하여 XML 문서 파일을 생성하고, 생성된 XML 문서 파일은 XML 문서 제공부(50)로 제공된다.
상기 XML 문서 제공부(50)는 변환 문서 요청에 응답하여 상기 XML 문서 파일을 미리 정의된 XML 기준 정보를 토대로 XML 구조화하여 제공하도록 구비되고, 상기 스키마 획득부(51) 및 저장부(53)로 구비된다.
즉, 상기 스키마 획득부(51)는, XML 문서 생성부의 XML 문서 파일을 수신하여 처리하고 수신하여 처리하고 스키마 리포지터리로부터 XML 데이터 스트림내의 지정된 스키마를 획득한 후 저장부(53)로 제공되며, 상기 저장부(53)는 입력된 XML 문서 파일 내에 지정된 기준 정보를 획득하고 획득된 기준 정보 및 XML 스키마를 토대로 XML 문서 파일을 구조화하여 XML 데이터로 변환하여 메모리에 제공한다.
이때 스키마 획득부(51)를 통해 획득된 XML 스키마는 도 6의 (a)에 도시된 바와 같고, 상기 XML 기준 정보를 토대로 XML 구조화된 XML 데이터는 도 6의 (b)에 도시된 바와 같다.
변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 요청된 PDF 문서 파일의 표를 분석하고 분석된 표를 미리 정의된 기준 정보를 기준으로 표준 문서로 변환하여 표를 텍스트 대신 셀 범위 정보의 이미지로 추출한 후, 변환된 PDF 문서의 표에 대응되는 셀 범위 정보를 포함하는 표준 문서를 XML 서신 변환 포맷에 따라 XML 문서로 변환한 후 변환된 XML 문서를 이미 정의된 XML 기준 정보에 따라 XML 구조화하여 제공하는 일련의 과정은 도 7을 참조하여 보다 구체적으로 설명한다.
도 7은 도 1에 도시된 전자 서식 변환 장치의 동작 과정을 보인 흐름도이다, 도 1 내지 도 7을 참조하여 본 발명의 다른 실시 예에 따른 PDF 문서 파일을 XML 데이터로 자동 변환하는 과정을 설명한다.
우선, 상기 표준 문서 변환부(10)는 단계(100)를 통해 변환 요청된 PDF 문서 파일을 수신하고 수신된 PDF 문서 파일의 표 정보를 분석한다(단계 200).
그리고, 상기 분석된 표 정보와 이미 정의된 기준 정보를 토대로 PDF 문서 파일의 표에 대한 단일 선 정보를 도출한다(단계 300).
즉, 단일 선 정보는, 도 4에 도시된 바와 같이, 이미 정의된 표를 구성하는 각 선에 대한 시작점의 좌표(x, y)과 끝점의 좌표(x, y')을 가진다.
이러한 단일 선 정보는 표준 문서 변환부(10)의 교점 도출부(13)에 제공된다.
상기 교점 도출부(13)는 단계(400)를 통해 단일 선 정보를 토대로 각 선의 교차점인 교점을 도출한다.
그리고, 상기 단계(400)에서 도출된 교점 정보는 단계(500)를 통해 상기 교점 리스트의 각 교점에 대한 좌표 정보를 토대로 정렬한 후 상단에 위치한 교점의 집합(a)와 상기 집합(a)의 제1 교점(L), 상기 제1 교점(L)을 기준으로 하단에 위치한 교점의 집합(b), 및 교점 집합(b)의 제1 교점(M)을 토대로 셀 범위 추출 및 저장한다.
상기 셀 범위 도출부(15)에서 도출된 셀 범위 정보를 포함하는 표준 문서는 XML 문서 생성부(30)로 제공된다.
상기 XML 문서 생성부(30)는 단계(600)를 통해 XML 서식 변환 정보가 입력되면 상기 표준 문서를 미리 정의된 상기 XML 서식 변환 포맷 정보에 따라 변환하여 XML 문서 파일을 생성하고, 생성된 XML 문서 파일은 XML 문서 제공부(50)로 제공된다.
즉, 상기 XML 문서 제공부(50)는 단계(700)를 통해 변환된 문서 요청이 접수되면, 단계(800)를 통해 변환 문서 요청에 응답하여 XML 문서 생성부(30)에서 변환된 XML 문서 파일을 이미 정의된 XML 기준 정보를 토대로 XML 구조화하여 제공한다.
즉, XML 문서 제공부(50)는 단계(801)를 통해 ML 문서 생성 단계의 XML 문서 파일을 수신하여 처리하고 이미 정의된 스키마 리포지터리로부터 XML 데이터 스트림 내의 지정된 XNL 스키마를 획득하고, 단계(803)를 통해 입력된 XML 문서 파일 내에 지정된 기준 정보를 획득하고 획득된 기준 정보 및 XML 스키마를 토대로 XML 문서 파일을 변환 XML 데이터로 구조화하여 제공한다.
*이때 획득된 XML 스키마는 도 6의 (a)에 도시된 바와 같고, 상기 XML 기준 정보를 토대로 XML 구조화된 XML 데이터는 도 6의 (b)에 도시된 바와 같다.
본 발명의 실시 예에 따르면, 변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 요청된 PDF 문서 파일의 표를 분석하고 분석된 표를 미리 정의된 기준 정보를 기준으로 표준 문서로 변환하여 표를 텍스트 대신 셀 범위 정보의 이미지로 추출한 후, 변환된 PDF 문서의 표에 대응되는 셀 범위 정보를 포함하는 표준 문서를 XML 서신 변환 포맷에 따라 XML 문서로 변환한 후 변환된 XML 문서 파일을 획득된 XML 스키마와 이미 정의된 XML 기준 정보에 따라 XML 구조화하여 저장함에 따라, PDF 문서 파일을 XML 문서 파일로 정확하게 변환하여 제공함에 따라, 문서의 서식 변환 품질을 근본적으로 향상시킬 수 있게 된다.
여기에 제시된 실시예 들과 관련하여 설명된 방법 또는 알고리즘의 단계들은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.
지금까지 본 발명을 바람직한 실시 예를 참조하여 상세히 설명하였지만, 본 발명이 상기한 실시 예에 한정되는 것은 아니며, 이하의 특허청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자라면 누구든지 다양한 변형 또는 수정이 가능한 범위까지 본 발명의 기술적 사상이 미친다 할 것이다.
본 발명에 따른 PDF 문서 파일을 자동 변환하는 장치 및 방법에 의하면, 변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 요청된 PDF 문서 파일의 표를 분석하고 분석된 표를 미리 정의된 기준 정보를 기준으로 표준 문서로 변환하여 표를 텍스트 대신 셀 범위 정보의 이미지로 추출한 후, 변환된 PDF 문서의 표에 대응되는 셀 범위 정보를 포함하는 표준 문서를 XML 서신 변환 포맷에 따라 XML 문서로 변환한 후 변환된 XML 문서 파일을 획득된 XML 스키마와 이미 정의된 XML 기준 정보에 따라 XML 구조화하여 제공함에 따라, 문서의 서식 변환 품질을 근본적으로 향상하는 전자 서식 변환 환경에 제공할 수 있다는 점에서 전자 서식 변환 시스템과 같은 기존의 기술과 접목될 수 있으며, 관련 기술에 대한 이용과 적용의 대상이 되는 장치를 현실적으로 실시할 수 있는 정도이므로 산업상 이용 가능성이 충분한 발명이다.

Claims (4)

  1. 변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 분석된 표 정보를 미리 정의된 기준 정보를 토대로 시작점과 끝점을 가지는 단일 선 정보를 추출하고, 상기 단일 선 정보로부터 적어도 하나의 공통된 시작점 또는 끝점을 가지는 교점 정보를 도출하며, 상기 교점 정보를 토대로 셀 범위 정보를 추출 및 저장하는 표준 문서 변환부와,
    XML 서식 변환 요청이 입력되면 상기 셀 범위 정보를 가지는 표준 문서를 미리 정의된 상기 XML 서식 변환 포맷 정보에 따라 변환하여 XML 문서 파일을 생성하는 XML 문서 생성부와,
    변환 문서 요청에 응답하여 상기 XML 문서 파일을 미리 정의된 XML 기준 정보를 토대로 XML 구조화하여 제공하는 XML 문서 제공부를 포함하는 것을 특징으로 하는 전자 서식 변환 장치.
  2. 제1항에 있어서, 상기 XML 문서 제공부는,
    상기 XML 문서 생성부의 XML 문서 파일을 수신하여 처리하고 스키마 리포지터리로부터 XML 데이터 스트림 내의 지정된 XML 스키마를 획득하는 스키마 획득부와,
    상기 수신된 XML 문서 파일 내에 지정된 기준 정보를 획득하고 획득된 기준 정보 및 XML 스키마를 토대로 XML 문서 파일을 구조화하여 XML 데이터로 변환하여 제공하는 저장부를 포함하는 것을 특징으로 하는 전자 서식 변환 장치.
  3. 표준 문서 변환부에서 변환 요청된 PDF 문서 파일의 표준 오퍼레이션에 따라 분석된 표 정보를 미리 정의된 기준 정보를 토대로 시작점과 끝점을 가지는 단일 선 정보를 추출하고, 상기 단일 선 정보로부터 교점 정보를 도출하며, 상기 교점 정보를 토대로 셀 범위 정보를 추출하는 표준 문서 생성 단계와,
    XML 문서 생성부에서 XML 서식 변환 정보가 입력되면 상기 셀 범위 정보를 포함하는 표준 문서를 상기 XML 서식 변환 포맷 정보에 따라 변환하여 XML 문서 파일을 생성하는 XML 문서 생성 단계와,
    XML 문서 제공부에서 상기 XML 문서 생성부의 변환 문서 요청에 응답하여 상기 XML 문서 파일을 이미 정의된 기준 정보에 따라 XML 구조화하여 제공하는 XML 문서 제공 단계를 포함하는 것을 특징으로 하는 전자 서식 변환 방법.
  4. 제3항에 있어서, 상기 XML 문서 제공 단계는,
    스키마 획득부에서 상기 XML 문서 생성 단계의 XML 문서 파일을 수신하여 처리하고 이미 정의된 스키마 리포지터리로부터 XML 데이터 스트림 내의 지정된 XNL 스키마를 획득하고,
    저장부에서 입력된 XML 문서 파일 내에 지정된 기준 정보를 획득하고 획득된 기준 정보 및 XML 스키마를 토대로 XML 문서 파일을 변환 XML 데이터로 구조화하여 제공하도록 구비되는 것을 특징으로 하는 전자 서식 변환 방법.
PCT/KR2013/010248 2012-11-12 2013-11-12 전자 서식 변환 장치 및 방법 WO2014073941A1 (ko)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/129,331 US20150248382A1 (en) 2012-11-12 2013-11-12 Apparatus and method for converting an electronic form

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020120127671A KR101319966B1 (ko) 2012-11-12 2012-11-12 전자 서식 변환 장치 및 방법
KR10-2012-0127671 2012-11-12

Publications (1)

Publication Number Publication Date
WO2014073941A1 true WO2014073941A1 (ko) 2014-05-15

Family

ID=49638835

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2013/010248 WO2014073941A1 (ko) 2012-11-12 2013-11-12 전자 서식 변환 장치 및 방법

Country Status (3)

Country Link
US (1) US20150248382A1 (ko)
KR (1) KR101319966B1 (ko)
WO (1) WO2014073941A1 (ko)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110889310A (zh) * 2018-09-07 2020-03-17 上海怀若智能科技有限公司 金融文档信息智能提取系统及方法

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11126685B2 (en) * 2016-10-28 2021-09-21 Ebay Inc. Preview and optimization of publication for target computing device
CN110163030B (zh) * 2018-02-11 2021-04-23 鼎复数据科技(北京)有限公司 一种基于图像信息的pdf有边框表格抽取方法
US11243777B2 (en) * 2018-05-18 2022-02-08 Nuxeo Corporation Process stream replication for content management system synchronization
US11113559B2 (en) * 2018-07-20 2021-09-07 Ricoh Company, Ltd. Information processing apparatus for improving text data recognition, information processing method, and non-transitory recording medium
KR102471587B1 (ko) * 2019-11-28 2022-11-28 한국과학기술정보연구원 문서변환장치 및 그 동작 방법
US11720541B2 (en) 2021-01-05 2023-08-08 Morgan Stanley Services Group Inc. Document content extraction and regression testing

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002526862A (ja) * 1998-10-01 2002-08-20 ビーシーエル コンピューターズ, インコーポレイテッド ドキュメントを表わすデータの操作および表示のための他のフォーマットへの変換
JP2004151850A (ja) * 2002-10-29 2004-05-27 Toppan Printing Co Ltd 文書作成管理方法および文書作成管理装置
KR20100068929A (ko) * 2008-12-15 2010-06-24 한국과학기술원 전자 문서에 의미 정보를 부착하는 시스템 및 방법
KR20120072153A (ko) * 2010-12-23 2012-07-03 주식회사 비즈텍 회의록 문서 생성 및 검색 시스템

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4796191A (en) * 1984-06-07 1989-01-03 Etak, Inc. Vehicle navigational system and method
US6826553B1 (en) * 1998-12-18 2004-11-30 Knowmadic, Inc. System for providing database functions for multiple internet sources
KR20010044321A (ko) * 2001-02-06 2001-06-05 김남중 Xml문서 응용 프로그램
MXPA04011507A (es) * 2002-05-20 2005-09-30 Tata Infotech Ltd Identificador de estructura de documento.
US7366978B1 (en) * 2003-02-13 2008-04-29 Microsoft Corporation Method and system for creating a grid-like coordinate system for addressing data contained in an irregular computer-generated table
US20050149538A1 (en) * 2003-11-20 2005-07-07 Sadanand Singh Systems and methods for creating and publishing relational data bases
US7538770B2 (en) * 2003-11-28 2009-05-26 Canon Kabushiki Kaisha Tree-based compositing system
US7440967B2 (en) * 2004-11-10 2008-10-21 Xerox Corporation System and method for transforming legacy documents into XML documents
US20090158139A1 (en) * 2007-12-18 2009-06-18 Morris Robert P Methods And Systems For Generating A Markup-Language-Based Resource From A Media Spreadsheet

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002526862A (ja) * 1998-10-01 2002-08-20 ビーシーエル コンピューターズ, インコーポレイテッド ドキュメントを表わすデータの操作および表示のための他のフォーマットへの変換
JP2004151850A (ja) * 2002-10-29 2004-05-27 Toppan Printing Co Ltd 文書作成管理方法および文書作成管理装置
KR20100068929A (ko) * 2008-12-15 2010-06-24 한국과학기술원 전자 문서에 의미 정보를 부착하는 시스템 및 방법
KR20120072153A (ko) * 2010-12-23 2012-07-03 주식회사 비즈텍 회의록 문서 생성 및 검색 시스템

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110889310A (zh) * 2018-09-07 2020-03-17 上海怀若智能科技有限公司 金融文档信息智能提取系统及方法
CN110889310B (zh) * 2018-09-07 2023-05-09 深圳市赢时胜信息技术股份有限公司 金融文档信息智能提取系统及方法

Also Published As

Publication number Publication date
KR101319966B1 (ko) 2013-10-18
US20150248382A1 (en) 2015-09-03

Similar Documents

Publication Publication Date Title
WO2014073941A1 (ko) 전자 서식 변환 장치 및 방법
WO2011053046A2 (ko) 엑셀기반 분석보고서 작성 시스템 및 방법
CN102982010A (zh) 提取文档结构的方法和装置
CN103268340B (zh) 基于层次式索引的版式可回流文件建立和绘制方法
WO2010123242A2 (ko) 전자 서식 변환 방법, 장치 및 기록매체
CN105868169B (zh) 一种数据采集装置、数据采集方法和系统
CN105138561B (zh) 一种暗网空间数据采集方法及装置
CN102521232B (zh) 一种互联网元数据的分布式采集处理系统及方法
CN105375392A (zh) 一种直升机电力巡线实现方法及实现系统
CN103399857A (zh) 一种通用文档结构信息抽取方法
WO2023068795A1 (ko) 이미지 분석을 이용한 메타버스 생성 장치 및 방법
CN101430684A (zh) 中文办公软件文档与其他格式文档相互转换的方法及装置
CN101216828B (zh) 一种图像文件转换方法及装置
US10387493B2 (en) Methods for converting an XML artifact into a topic map instance and devices thereof
KR101719926B1 (ko) 데이터 수집 api를 통해 저장된 이질적인 데이터 간 변환 시스템 및 방법
WO2016032267A1 (ko) 도큐먼트를 반응형 웹으로 변환하는 반응형 웹 생성 방법
KR100762712B1 (ko) 규칙기반의 전자문서 변환방법 및 그 시스템
CN102663063B (zh) 基于xslt的多种用户平台通用信息展示系统及方法
WO2017191977A1 (ko) M2M/IoT 플랫폼에서의 시맨틱 정보 관리 방법
KR20080019870A (ko) 전자증례기록지 생성 장치 및 방법과 이를 이용한전자증례기록지 서비스 제공 시스템 및 방법
KR101449725B1 (ko) Pdf 문서 파일을 자동 변환하는 장치 및 방법
CN108614822B (zh) 一种智能事件存储、读取方法及装置
WO2014200274A1 (ko) 모바일 지아이에스 공간정보 제공방법 및 모바일 지아이에스 공간정보 제공 시스템
CN112711589A (zh) 用于MDSplus的存储控制方法及系统
CN103514123B (zh) 一种usb设备连接端口的识别方法及系统

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 14129331

Country of ref document: US

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13853616

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13853616

Country of ref document: EP

Kind code of ref document: A1