seungwon12 commited on
Commit
52839a5
·
1 Parent(s): 080e48c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ - en
5
+ ---
6
+
7
+ # Document extract
8
+ ## This model is layoutlmv2 base model
9
+
10
+ > if you want to use this model then you have to preprocessing the data to use this model.(use LayoutLMv2Processor models)
11
+
12
+
13
+ ## Process
14
+ 1. I used Korean language invoice document image data to training this model
15
+ 2. Use Naver Clova service for extract text data from images
16
+ 3. Determining text Label(target) for each text box
17
+ 4. Combining the image text, bounding box position data, Label
18
+ 5. And use LayoutLMv2Processor models for encoding the data
19
+ 6. Do prediction for encoded data to this model