Commit 0e95171
authored
feat(RapidOcr): Support generic extra arguments for RapidOcr (#2266)
* feat: add support for additional parameters in RapidOcrOptions and fix RapidOcr font_path
* DCO Remediation Commit for David Morady <[email protected]>
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: 133d989
Signed-off-by: David Morady <[email protected]>
* fix: RapidOcr ensure backwards compatibility and add deprecation note
* add warning log for rec_font_path
* DCO Remediation Commit for David Morady <[email protected]>
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: 133d989
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: 0a65eed
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: ac96f14
Signed-off-by: David Morady <[email protected]>
* add tests for code coverage for rapidocr
* DCO Remediation Commit for David Morady <[email protected]>
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: 133d989
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: 0a65eed
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: ac96f14
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: af5df4b
Signed-off-by: David Morady <[email protected]>
* add small comment for test
* DCO Remediation Commit for David Morady <[email protected]>
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: 133d989
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: 0a65eed
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: ac96f14
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: af5df4b
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: ab893b6
Signed-off-by: David Morady <[email protected]>
* fix test comment
* DCO Remediation Commit for David Morady <[email protected]>
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: 133d989
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: 0a65eed
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: ac96f14
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: af5df4b
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: ab893b6
I, David Morady <[email protected]>, hereby add my Signed-off-by to this commit: 028e332
Signed-off-by: David Morady <[email protected]>
---------
Signed-off-by: David Morady <[email protected]>1 parent ad2f738 commit 0e95171
File tree
3 files changed
+52
-26
lines changed- docling
- datamodel
- models
- tests
3 files changed
+52
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
65 | 101 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 102 | + | |
91 | 103 | | |
92 | 104 | | |
93 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
77 | 87 | | |
78 | 88 | | |
79 | 89 | | |
| |||
0 commit comments