MOD:pos 解抵押
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -95,6 +95,7 @@ class DeMortgageView(GenericView): | ... | @@ -95,6 +95,7 @@ class DeMortgageView(GenericView): |
95 | 'deMortgageDate': de_mortgage_date | 95 | 'deMortgageDate': de_mortgage_date |
96 | } | 96 | } |
97 | de_mortgage_info = {} | 97 | de_mortgage_info = {} |
98 | de_mortgage_info | ||
98 | # 绿本必须分开ocr | 99 | # 绿本必须分开ocr |
99 | for file_obj in files: | 100 | for file_obj in files: |
100 | info = PosHandler.de_mortgage_ocr_process1(file_obj) | 101 | info = PosHandler.de_mortgage_ocr_process1(file_obj) | ... | ... |
-
Please register or sign in to post a comment