Skip to content

Commit

Permalink
Fixed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinAI committed Jun 16, 2022
1 parent 6404917 commit 77e79a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ class LayoutLMv2FeatureExtractor(FeatureExtractionMixin, ImageFeatureExtractionM
The language, specified by its ISO code, to be used by the Tesseract OCR engine. By default, English is
used.
tesseract_config (`Optional[str]`, *optional*):
Any additional custom configuration flags that are forwarded to the `config` parameter when calling Tesseract. For example: '--psm 6'.
Any additional custom configuration flags that are forwarded to the `config` parameter when calling
Tesseract. For example: '--psm 6'.
<Tip>
Expand Down

0 comments on commit 77e79a2

Please sign in to comment.