Skip to content

Commit

Permalink
[bug fix]rm invalid params (#10605)
Browse files Browse the repository at this point in the history
* add finetune en doc & test=document_fix

* fix dead link & test=document_fix

* fix dead link & test=document_fix

* update check img

* fix det res dtype

* update args default type & test=document_fix

* fix numpy version

* support numpy1.24.0

* fix doc & test=document_fix

* update doc

* update doc, test=document_fix

* fix pdf2word in whl, test=document_fix

* fix none res in recovery

* update version

* format code

* rm invalid params
  • Loading branch information
andyjiang1116 committed Aug 11, 2023
1 parent 2a4d551 commit 5616098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppstructure/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import PIL
from PIL import Image, ImageDraw, ImageFont
import numpy as np
from tools.infer.utility import draw_ocr_box_txt, str2bool, str2int_tuple, init_args as infer_args
from tools.infer.utility import draw_ocr_box_txt, str2bool, init_args as infer_args
import math


Expand Down

0 comments on commit 5616098

Please sign in to comment.