sestra
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
|
||||
import fitz
|
||||
import os
|
||||
import re
|
||||
@@ -9,9 +11,12 @@ import io
|
||||
import pytesseract
|
||||
from pathlib import Path
|
||||
from PIL import Image
|
||||
from FunkceWhereIsDropbox import get_dropbox_path
|
||||
|
||||
# --- CONFIGURATION ---
|
||||
BASE_DIR = Path(r"u:\Dropbox\Ordinace\Dokumentace_ke_zpracování\EKGforProcessing")
|
||||
#Get cesta to Dropbox on working computer
|
||||
dropbox=get_dropbox_path()
|
||||
BASE_DIR=dropbox/"Ordinace"/"Dokumentace_ke_zpracování"/"EKGforProcessing"
|
||||
FLAG = "rotated-by-script"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user