myocr-lib 0.1.1__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: myocr_lib
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: To be available soon
5
5
  Keywords: utility,library,functions,ocr,image-processing
6
6
  Classifier: Development Status :: 3 - Alpha
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "myocr_lib" # Replace with your actual library name
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  # authors = [
9
9
  # {name = "Muhammad Asif Ali", email = "creativedeveloper151214@gmail.com"}
10
10
  # ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: myocr_lib
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: To be available soon
5
5
  Keywords: utility,library,functions,ocr,image-processing
6
6
  Classifier: Development Status :: 3 - Alpha
@@ -110,6 +110,8 @@ class OCRDataExtractor:
110
110
  # apply the whole pdf ocr if all the pages are extractable
111
111
  if self._is_whole_pdf_ocr():
112
112
  print("Applying whole Pdf ocr...")
113
+ # empty the pages
114
+ self.pages_to_ocr = []
113
115
 
114
116
  results = self._apply_whole_pdf_ocr()
115
117
 
File without changes
File without changes