Sidney233 преди 3 месеца
родител
ревизия
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