reworked most of the tesseract parser, better logging

This commit is contained in:
Jonas Winkler
2020-11-02 15:40:44 +01:00
parent a3c71ddad4
commit d15405ef56
8 changed files with 90 additions and 123 deletions

View File

@@ -3,7 +3,6 @@
import logging
import os
import re
import uuid
from collections import OrderedDict
import dateutil.parser