Skip to content

Commit b0aeeec

Browse files
committed
added __call__
1 parent 5b92ea6 commit b0aeeec

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: docs/source/en/model_doc/layoutlmv3.md

+21
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,32 @@ LayoutLMv3 is nearly identical to LayoutLMv2, so we've also included LayoutLMv2
206206

207207
[[autodoc]] LayoutLMv3Config
208208

209+
### LayoutLMv3Tokenizer
210+
211+
[[autodoc]] LayoutLMv3Tokenizer
212+
- __call__
213+
209214
### LayoutLMv3ImageProcessor
210215

211216
[[autodoc]] LayoutLMv3ImageProcessor
212217
- preprocess
213218

219+
### LayoutLMv3Tokenizer
220+
221+
[[autodoc]] LayoutLMv3Tokenizer
222+
- __call__
223+
- save_vocabulary
224+
225+
### LayoutLMv3TokenizerFast
226+
227+
[[autodoc]] LayoutLMv3TokenizerFast
228+
- __call__
229+
230+
### LayoutLMv3Processor
231+
232+
[[autodoc]] LayoutLMv3Processor
233+
- __call__
234+
214235
### LayoutLMv3Model
215236

216237
[[autodoc]] LayoutLMv3Model

0 commit comments

Comments
 (0)