zuihou
This commit is contained in:
parent
772902c919
commit
c0fceea9dc
28
config.ini
Normal file
28
config.ini
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
[API]
|
||||||
|
api_key = O0Fgk3o69RWJ86eAX8BTHRaB
|
||||||
|
secret_key = VyZD5lzcIMgsup1uuD6Cw0pfzS20IGPZ
|
||||||
|
timeout = 30
|
||||||
|
max_retries = 3
|
||||||
|
retry_delay = 2
|
||||||
|
api_url = https://aip.baidubce.com/rest/2.0/ocr/v1/table
|
||||||
|
|
||||||
|
[Paths]
|
||||||
|
input_folder = data/input
|
||||||
|
output_folder = data/output
|
||||||
|
temp_folder = data/temp
|
||||||
|
template_folder = templates
|
||||||
|
processed_record = data/processed_files.json
|
||||||
|
|
||||||
|
[Performance]
|
||||||
|
max_workers = 4
|
||||||
|
batch_size = 5
|
||||||
|
skip_existing = true
|
||||||
|
|
||||||
|
[File]
|
||||||
|
allowed_extensions = .jpg,.jpeg,.png,.bmp
|
||||||
|
excel_extension = .xlsx
|
||||||
|
max_file_size_mb = 4
|
||||||
|
|
||||||
|
[Templates]
|
||||||
|
purchase_order = 银豹-采购单模板.xls
|
||||||
|
|
||||||
1
logs/app.core.excel.converter.active
Normal file
1
logs/app.core.excel.converter.active
Normal file
@ -0,0 +1 @@
|
|||||||
|
Active since: 2025-05-13 09:59:21
|
||||||
1
logs/app.core.excel.handlers.barcode_mapper.active
Normal file
1
logs/app.core.excel.handlers.barcode_mapper.active
Normal file
@ -0,0 +1 @@
|
|||||||
|
Active since: 2025-05-13 09:59:21
|
||||||
@ -0,0 +1 @@
|
|||||||
|
Active since: 2025-05-13 09:59:21
|
||||||
1
logs/app.core.excel.validators.active
Normal file
1
logs/app.core.excel.validators.active
Normal file
@ -0,0 +1 @@
|
|||||||
|
Active since: 2025-05-13 09:59:21
|
||||||
Loading…
Reference in New Issue
Block a user