瀏覽代碼

fix: remove unitable

Sidney233 2 月之前
父節點
當前提交
17a7758fee
共有 2 個文件被更改,包括 0 次插入4 次删除
  1. 0 1
      mineru/model/table/rec/slanet_plus/matcher.py
  2. 0 3
      mineru/model/table/rec/slanet_plus/matcher_utils.py

+ 0 - 1
mineru/model/table/rec/slanet_plus/matcher.py

@@ -11,7 +11,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-# -*- encoding: utf-8 -*-
 import numpy as np
 
 from .matcher_utils import compute_iou, distance

+ 0 - 3
mineru/model/table/rec/slanet_plus/matcher_utils.py

@@ -11,9 +11,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-# -*- encoding: utf-8 -*-
-# @Author: SWHL
-# @Contact: liekkaskono@163.com
 import copy
 import re