ali6parmak commited on
Commit
bcdcdbb
1 Parent(s): bd93506

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -24,12 +24,18 @@ You can clone the repo via this link:
24
 
25
  https://github.com/huridocs/pdf-reading-order
26
 
 
 
 
 
27
 
28
  First, the candidate selector model selects the tokens that could be the next token.
29
  Then, we are passing the best 18 tokens to the reading order model that candidate selector model selected.
30
  Reading order model decides the final reading orders of the tokens.
31
 
32
 
 
 
33
  ## Performance
34
 
35
  Test Accuracy : 16 Mistakes/11438 Labels (99.86%)
 
24
 
25
  https://github.com/huridocs/pdf-reading-order
26
 
27
+ You can reach all the data we use through this link:
28
+
29
+ https://github.com/huridocs/pdf-labeled-data
30
+
31
 
32
  First, the candidate selector model selects the tokens that could be the next token.
33
  Then, we are passing the best 18 tokens to the reading order model that candidate selector model selected.
34
  Reading order model decides the final reading orders of the tokens.
35
 
36
 
37
+
38
+
39
  ## Performance
40
 
41
  Test Accuracy : 16 Mistakes/11438 Labels (99.86%)