Update README.md

This commit is contained in:
KevinHuSh 2024-02-23 18:33:49 +08:00 committed by GitHub
parent 66731cc879
commit af2472b262
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
English | [简体中文](./README_zh.md)
#*Deep*Doc
# *Deep*Doc
- [1. Introduction](#1)
- [2. Vision](#2)
@ -65,10 +65,10 @@ The most complex one is PDF parser since PDF's flexibility. The output of PDF pa
- Tables with cropped image from the PDF, and contents which has already translated into natural language sentences.
- Figures with caption and text in the figures.
###Résumé
### Résumé
The résumé is a very complicated kind of document. A résumé which is composed of unstructured text
with various layouts could be resolved into structured data composed of nearly a hundred of fields.
We haven't opened the parser yet, as we open the processing method after parsing procedure.