Scezui commited on
Commit
c93b534
1 Parent(s): d87c935

revisions on tghe make_predictions

Browse files
app.py CHANGED
@@ -102,36 +102,24 @@ def upload_files():
102
 
103
 
104
  def make_predictions(image_paths):
105
- # temp = None
106
- try:
107
- # For Windows OS
108
- # temp = pathlib.PosixPath # Save the original state
109
- # pathlib.PosixPath = pathlib.WindowsPath # Change to WindowsPath temporarily
110
-
111
- model_path = Path(r'model/export')
112
- learner = load_learner(model_path)
113
-
114
- predictions = []
115
-
116
- for image_path in image_paths:
117
- # Open the image using fastai's open_image function
118
- image = open_image(image_path)
119
-
120
- # Make a prediction
121
- prediction_class, prediction_idx, probabilities = learner.predict(image)
122
 
123
- # If you want the predicted class as a string
124
- predicted_class_str = str(prediction_class)
125
-
126
- predictions.append(predicted_class_str)
127
 
128
- return predictions
 
129
 
130
- except Exception as e:
131
- return {"error in make_predictions": str(e)}
132
 
133
- # finally:
134
- # pathlib.PosixPath = temp
 
135
 
136
 
137
  @app.route('/predict/<filenames>', methods=['GET', 'POST'])
 
102
 
103
 
104
  def make_predictions(image_paths):
105
+ model_path = Path('model/export')
106
+ learner = load_learner(model_path)
107
+
108
+ predictions = []
 
 
 
 
 
 
 
 
 
 
 
 
 
109
 
110
+ for image_path in image_paths:
111
+ # Open the image using fastai's open_image function
112
+ image = open_image(image_path)
 
113
 
114
+ # Make a prediction
115
+ prediction_class, prediction_idx, probabilities = learner.predict(image)
116
 
117
+ # If you want the predicted class as a string
118
+ predicted_class_str = str(prediction_class)
119
 
120
+ predictions.append(predicted_class_str)
121
+
122
+ return predictions
123
 
124
 
125
  @app.route('/predict/<filenames>', methods=['GET', 'POST'])
static/temp/img_display/sample_711.jpg_inference.jpg CHANGED
static/temp/img_display/sample_coop.jpg_inference.jpg CHANGED
static/temp/sample_711_ocr.json CHANGED
@@ -1 +1 @@
1
- {"ParsedResults": [{"TextOverlay": {"Lines": [{"LineText": "BHu Convenience Store", "Words": [{"WordText": "BHu", "Left": 120.0, "Top": 208.0, "Height": 49.0, "Width": 73.0}, {"WordText": "Convenience", "Left": 200.0, "Top": 208.0, "Height": 49.0, "Width": 251.0}, {"WordText": "Store", "Left": 457.0, "Top": 208.0, "Height": 49.0, "Width": 112.0}], "MaxHeight": 49.0, "MinTop": 208.0}, {"LineText": "Orned & Uperated by: Nancy A.", "Words": [{"WordText": "Orned", "Left": 39.0, "Top": 263.0, "Height": 46.0, "Width": 115.0}, {"WordText": "&", "Left": 160.0, "Top": 263.0, "Height": 46.0, "Width": 35.0}, {"WordText": "Uperated", "Left": 200.0, "Top": 263.0, "Height": 46.0, "Width": 184.0}, {"WordText": "by", "Left": 390.0, "Top": 263.0, "Height": 46.0, "Width": 75.0}, {"WordText": ":", "Left": 390.0, "Top": 263.0, "Height": 46.0, "Width": 75.0}, {"WordText": "Nancy", "Left": 470.0, "Top": 263.0, "Height": 46.0, "Width": 121.0}, {"WordText": "A", "Left": 597.0, "Top": 263.0, "Height": 46.0, "Width": 57.0}, {"WordText": ".", "Left": 597.0, "Top": 263.0, "Height": 46.0, "Width": 57.0}], "MaxHeight": 46.0, "MinTop": 263.0}, {"LineText": "C1 inacosa", "Words": [{"WordText": "C1", "Left": 244.0, "Top": 315.0, "Height": 42.0, "Width": 48.0}, {"WordText": "inacosa", "Left": 296.0, "Top": 315.0, "Height": 42.0, "Width": 149.0}], "MaxHeight": 42.0, "MinTop": 315.0}, {"LineText": "VAIRSGTIN 0333-698-685-002", "Words": [{"WordText": "VAIRSGTIN", "Left": 81.0, "Top": 364.0, "Height": 49.0, "Width": 198.0}, {"WordText": "0333", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "-", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "698", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "-", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "685", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "-", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "002", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}], "MaxHeight": 49.0, "MinTop": 364.0}, {"LineText": "Poblacion, Leon, Iloila.", "Words": [{"WordText": "Poblacion", "Left": 101.0, "Top": 416.0, "Height": 55.0, "Width": 213.0}, {"WordText": ",", "Left": 101.0, "Top": 416.0, "Height": 55.0, "Width": 213.0}, {"WordText": "Leon", "Left": 321.0, "Top": 416.0, "Height": 55.0, "Width": 124.0}, {"WordText": ",", "Left": 321.0, "Top": 416.0, "Height": 55.0, "Width": 124.0}, {"WordText": "Iloila", "Left": 452.0, "Top": 416.0, "Height": 55.0, "Width": 159.0}, {"WordText": ".", "Left": 452.0, "Top": 416.0, "Height": 55.0, "Width": 159.0}], "MaxHeight": 55.0, "MinTop": 416.0}, {"LineText": "Philippines", "Words": [{"WordText": "Philippines", "Left": 224.0, "Top": 466.0, "Height": 46.0, "Width": 244.0}], "MaxHeight": 46.0, "MinTop": 466.0}, {"LineText": "TEl H: NULL", "Words": [{"WordText": "TEl", "Left": 228.0, "Top": 516.0, "Height": 46.0, "Width": 75.0}, {"WordText": "H", "Left": 309.0, "Top": 516.0, "Height": 46.0, "Width": 52.0}, {"WordText": ":", "Left": 309.0, "Top": 516.0, "Height": 46.0, "Width": 52.0}, {"WordText": "NULL", "Left": 366.0, "Top": 516.0, "Height": 46.0, "Width": 99.0}], "MaxHeight": 46.0, "MinTop": 516.0}, {"LineText": "05/00/2023 tons 06:54:23", "Words": [{"WordText": "05", "Left": 101.0, "Top": 624.0, "Height": 52.0, "Width": 215.0}, {"WordText": "/", "Left": 101.0, "Top": 624.0, "Height": 52.0, "Width": 215.0}, {"WordText": "00", "Left": 101.0, "Top": 624.0, "Height": 52.0, "Width": 215.0}, {"WordText": "/", "Left": 101.0, "Top": 624.0, "Height": 52.0, "Width": 215.0}, {"WordText": "2023", "Left": 101.0, "Top": 624.0, "Height": 52.0, "Width": 215.0}, {"WordText": "tons", "Left": 322.0, "Top": 624.0, "Height": 52.0, "Width": 104.0}, {"WordText": "06", "Left": 432.0, "Top": 624.0, "Height": 52.0, "Width": 182.0}, {"WordText": ":", "Left": 432.0, "Top": 624.0, "Height": 52.0, "Width": 182.0}, {"WordText": "54", "Left": 432.0, "Top": 624.0, "Height": 52.0, "Width": 182.0}, {"WordText": ":", "Left": 432.0, "Top": 624.0, "Height": 52.0, "Width": 182.0}, {"WordText": "23", "Left": 432.0, "Top": 624.0, "Height": 52.0, "Width": 182.0}], "MaxHeight": 52.0, "MinTop": 624.0}, {"LineText": "ROPT 11457229", "Words": [{"WordText": "ROPT", "Left": 20.0, "Top": 728.0, "Height": 45.0, "Width": 96.0}, {"WordText": "11457229", "Left": 121.0, "Top": 728.0, "Height": 45.0, "Width": 178.0}], "MaxHeight": 45.0, "MinTop": 728.0}, {"LineText": "RCPT CNTIO", "Words": [{"WordText": "RCPT", "Left": 474.0, "Top": 720.0, "Height": 62.0, "Width": 100.0}, {"WordText": "CNTIO", "Left": 581.0, "Top": 721.0, "Height": 62.0, "Width": 121.0}], "MaxHeight": 63.0, "MinTop": 720.0}, {"LineText": "STORE #3058", "Words": [{"WordText": "STORE", "Left": 19.0, "Top": 780.0, "Height": 43.0, "Width": 105.0}, {"WordText": "#", "Left": 130.0, "Top": 779.0, "Height": 43.0, "Width": 108.0}, {"WordText": "3058", "Left": 130.0, "Top": 779.0, "Height": 43.0, "Width": 108.0}], "MaxHeight": 44.0, "MinTop": 779.0}, {"LineText": "SNI: NTI43167", "Words": [{"WordText": "SNI", "Left": 439.0, "Top": 776.0, "Height": 49.0, "Width": 86.0}, {"WordText": ":", "Left": 439.0, "Top": 776.0, "Height": 49.0, "Width": 86.0}, {"WordText": "NTI43167", "Left": 531.0, "Top": 776.0, "Height": 49.0, "Width": 168.0}], "MaxHeight": 49.0, "MinTop": 776.0}, {"LineText": "MEN 1: 18112011091411050", "Words": [{"WordText": "MEN", "Left": 20.0, "Top": 831.0, "Height": 43.0, "Width": 76.0}, {"WordText": "1", "Left": 101.0, "Top": 831.0, "Height": 43.0, "Width": 59.0}, {"WordText": ":", "Left": 101.0, "Top": 831.0, "Height": 43.0, "Width": 59.0}, {"WordText": "18112011091411050", "Left": 165.0, "Top": 831.0, "Height": 43.0, "Width": 368.0}], "MaxHeight": 43.0, "MinTop": 831.0}, {"LineText": "STAFF: nearl joy vererable", "Words": [{"WordText": "STAFF", "Left": 20.0, "Top": 880.0, "Height": 46.0, "Width": 121.0}, {"WordText": ":", "Left": 20.0, "Top": 880.0, "Height": 46.0, "Width": 121.0}, {"WordText": "nearl", "Left": 147.0, "Top": 880.0, "Height": 46.0, "Width": 115.0}, {"WordText": "joy", "Left": 267.0, "Top": 880.0, "Height": 46.0, "Width": 81.0}, {"WordText": "vererable", "Left": 353.0, "Top": 880.0, "Height": 46.0, "Width": 199.0}], "MaxHeight": 46.0, "MinTop": 880.0}, {"LineText": "NESTEALEMICETSDOML", "Words": [{"WordText": "NESTEALEMICETSDOML", "Left": 20.0, "Top": 984.0, "Height": 42.0, "Width": 387.0}], "MaxHeight": 42.0, "MinTop": 984.0}, {"LineText": "A TaGstrabryT200ml", "Words": [{"WordText": "A", "Left": 23.0, "Top": 1033.0, "Height": 45.0, "Width": 34.0}, {"WordText": "TaGstrabryT200ml", "Left": 62.0, "Top": 1033.0, "Height": 45.0, "Width": 341.0}], "MaxHeight": 45.0, "MinTop": 1033.0}, {"LineText": "35.000", "Words": [{"WordText": "35.000", "Left": 566.0, "Top": 981.0, "Height": 49.0, "Width": 137.0}], "MaxHeight": 49.0, "MinTop": 981.0}, {"LineText": "41.000", "Words": [{"WordText": "41.000", "Left": 569.0, "Top": 1032.0, "Height": 46.0, "Width": 134.0}], "MaxHeight": 46.0, "MinTop": 1032.0}, {"LineText": "Tatal 12", "Words": [{"WordText": "Tatal", "Left": 26.0, "Top": 1135.0, "Height": 47.0, "Width": 119.0}, {"WordText": "12", "Left": 149.0, "Top": 1137.0, "Height": 46.0, "Width": 62.0}], "MaxHeight": 49.0, "MinTop": 1135.0}, {"LineText": "CASH", "Words": [{"WordText": "CASH", "Left": 65.0, "Top": 1192.0, "Height": 39.0, "Width": 91.0}], "MaxHeight": 39.0, "MinTop": 1192.0}, {"LineText": "CHANGE", "Words": [{"WordText": "CHANGE", "Left": 65.0, "Top": 1240.0, "Height": 46.0, "Width": 134.0}], "MaxHeight": 46.0, "MinTop": 1240.0}, {"LineText": "76.000", "Words": [{"WordText": "76.000", "Left": 592.0, "Top": 1134.0, "Height": 49.0, "Width": 114.0}], "MaxHeight": 49.0, "MinTop": 1134.0}, {"LineText": "80.00", "Words": [{"WordText": "80.00", "Left": 588.0, "Top": 1189.0, "Height": 46.0, "Width": 114.0}], "MaxHeight": 46.0, "MinTop": 1189.0}, {"LineText": "4.00", "Words": [{"WordText": "4.00", "Left": 611.0, "Top": 1241.0, "Height": 45.0, "Width": 91.0}], "MaxHeight": 45.0, "MinTop": 1241.0}, {"LineText": "67.86", "Words": [{"WordText": "67.86", "Left": 591.0, "Top": 1338.0, "Height": 46.0, "Width": 114.0}], "MaxHeight": 46.0, "MinTop": 1338.0}, {"LineText": "8. 108", "Words": [{"WordText": "8", "Left": 611.0, "Top": 1390.0, "Height": 46.0, "Width": 40.0}, {"WordText": ".", "Left": 611.0, "Top": 1390.0, "Height": 46.0, "Width": 40.0}, {"WordText": "108", "Left": 657.0, "Top": 1390.0, "Height": 46.0, "Width": 48.0}], "MaxHeight": 46.0, "MinTop": 1390.0}, {"LineText": "0.00", "Words": [{"WordText": "0.00", "Left": 611.0, "Top": 1445.0, "Height": 43.0, "Width": 95.0}], "MaxHeight": 43.0, "MinTop": 1445.0}, {"LineText": "0.00", "Words": [{"WordText": "0.00", "Left": 611.0, "Top": 1494.0, "Height": 45.0, "Width": 94.0}], "MaxHeight": 45.0, "MinTop": 1494.0}, {"LineText": "JAT TaX", "Words": [{"WordText": "JAT", "Left": 68.0, "Top": 1396.0, "Height": 46.0, "Width": 68.0}, {"WordText": "TaX", "Left": 141.0, "Top": 1397.0, "Height": 47.0, "Width": 80.0}], "MaxHeight": 48.0, "MinTop": 1396.0}, {"LineText": "Zero Rated", "Words": [{"WordText": "Zero", "Left": 68.0, "Top": 1446.0, "Height": 56.0, "Width": 90.0}, {"WordText": "Rated", "Left": 164.0, "Top": 1444.0, "Height": 57.0, "Width": 122.0}], "MaxHeight": 58.0, "MinTop": 1444.0}, {"LineText": "WAT Exempted", "Words": [{"WordText": "WAT", "Left": 67.0, "Top": 1491.0, "Height": 55.0, "Width": 69.0}, {"WordText": "Exempted", "Left": 143.0, "Top": 1490.0, "Height": 56.0, "Width": 186.0}], "MaxHeight": 56.0, "MinTop": 1490.0}, {"LineText": "Sole To:", "Words": [{"WordText": "Sole", "Left": 26.0, "Top": 1601.0, "Height": 46.0, "Width": 98.0}, {"WordText": "To", "Left": 129.0, "Top": 1601.0, "Height": 46.0, "Width": 69.0}, {"WordText": ":", "Left": 130.0, "Top": 1601.0, "Height": 46.0, "Width": 69.0}], "MaxHeight": 46.0, "MinTop": 1601.0}, {"LineText": "Address:", "Words": [{"WordText": "Address", "Left": 29.0, "Top": 1707.0, "Height": 41.0, "Width": 169.0}, {"WordText": ":", "Left": 29.0, "Top": 1707.0, "Height": 41.0, "Width": 169.0}], "MaxHeight": 41.0, "MinTop": 1707.0}, {"LineText": "TIN:", "Words": [{"WordText": "TIN", "Left": 29.0, "Top": 1757.0, "Height": 42.0, "Width": 84.0}, {"WordText": ":", "Left": 29.0, "Top": 1757.0, "Height": 42.0, "Width": 84.0}], "MaxHeight": 42.0, "MinTop": 1757.0}, {"LineText": "Pr lippine Sever Corporation", "Words": [{"WordText": "Pr", "Left": 29.0, "Top": 1858.0, "Height": 45.0, "Width": 56.0}, {"WordText": "lippine", "Left": 91.0, "Top": 1858.0, "Height": 45.0, "Width": 157.0}, {"WordText": "Sever", "Left": 254.0, "Top": 1858.0, "Height": 45.0, "Width": 118.0}, {"WordText": "Corporation", "Left": 378.0, "Top": 1858.0, "Height": 45.0, "Width": 246.0}], "MaxHeight": 45.0, "MinTop": 1858.0}, {"LineText": "7th Floor The Columbia", "Words": [{"WordText": "7th", "Left": 29.0, "Top": 1910.0, "Height": 42.0, "Width": 73.0}, {"WordText": "Floor", "Left": 108.0, "Top": 1910.0, "Height": 42.0, "Width": 121.0}, {"WordText": "The", "Left": 234.0, "Top": 1910.0, "Height": 42.0, "Width": 79.0}, {"WordText": "Columbia", "Left": 318.0, "Top": 1910.0, "Height": 42.0, "Width": 179.0}], "MaxHeight": 42.0, "MinTop": 1910.0}, {"LineText": "Ortizas Avenue, Manda luyou", "Words": [{"WordText": "Ortizas", "Left": 49.0, "Top": 1958.0, "Height": 49.0, "Width": 160.0}, {"WordText": "Avenue", "Left": 214.0, "Top": 1958.0, "Height": 49.0, "Width": 159.0}, {"WordText": ",", "Left": 214.0, "Top": 1958.0, "Height": 49.0, "Width": 159.0}, {"WordText": "Manda", "Left": 380.0, "Top": 1958.0, "Height": 49.0, "Width": 110.0}, {"WordText": "luyou", "Left": 496.0, "Top": 1958.0, "Height": 49.0, "Width": 128.0}], "MaxHeight": 49.0, "MinTop": 1958.0}, {"LineText": "TIN: 000-390-189-000", "Words": [{"WordText": "TIN", "Left": 33.0, "Top": 2062.0, "Height": 46.0, "Width": 92.0}, {"WordText": ":", "Left": 33.0, "Top": 2062.0, "Height": 46.0, "Width": 92.0}, {"WordText": "000", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "-", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "390", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "-", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "189", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "-", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "000", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}], "MaxHeight": 46.0, "MinTop": 2062.0}, {"LineText": "BER ACCI N", "Words": [{"WordText": "BER", "Left": 29.0, "Top": 2114.0, "Height": 46.0, "Width": 73.0}, {"WordText": "ACCI", "Left": 108.0, "Top": 2114.0, "Height": 46.0, "Width": 102.0}, {"WordText": "N", "Left": 215.0, "Top": 2115.0, "Height": 46.0, "Width": 32.0}], "MaxHeight": 47.0, "MinTop": 2114.0}, {"LineText": "116 200390189-000346-19602", "Words": [{"WordText": "116", "Left": 52.0, "Top": 2163.0, "Height": 46.0, "Width": 75.0}, {"WordText": "200390189", "Left": 132.0, "Top": 2163.0, "Height": 46.0, "Width": 472.0}, {"WordText": "-", "Left": 133.0, "Top": 2163.0, "Height": 46.0, "Width": 472.0}, {"WordText": "000346", "Left": 132.0, "Top": 2163.0, "Height": 46.0, "Width": 472.0}, {"WordText": "-", "Left": 133.0, "Top": 2163.0, "Height": 46.0, "Width": 472.0}, {"WordText": "19602", "Left": 132.0, "Top": 2163.0, "Height": 46.0, "Width": 472.0}], "MaxHeight": 46.0, "MinTop": 2163.0}, {"LineText": "Accrate: 08/01/2020 -", "Words": [{"WordText": "Accrate", "Left": 33.0, "Top": 2212.0, "Height": 52.0, "Width": 195.0}, {"WordText": ":", "Left": 33.0, "Top": 2212.0, "Height": 52.0, "Width": 195.0}, {"WordText": "08", "Left": 234.0, "Top": 2212.0, "Height": 52.0, "Width": 227.0}, {"WordText": "/", "Left": 234.0, "Top": 2212.0, "Height": 52.0, "Width": 227.0}, {"WordText": "01", "Left": 234.0, "Top": 2212.0, "Height": 52.0, "Width": 227.0}, {"WordText": "/", "Left": 234.0, "Top": 2212.0, "Height": 52.0, "Width": 227.0}, {"WordText": "2020", "Left": 234.0, "Top": 2212.0, "Height": 52.0, "Width": 227.0}, {"WordText": "-", "Left": 468.0, "Top": 2212.0, "Height": 52.0, "Width": 35.0}], "MaxHeight": 52.0, "MinTop": 2212.0}, {"LineText": "07/31/2025", "Words": [{"WordText": "07", "Left": 52.0, "Top": 2270.0, "Height": 43.0, "Width": 218.0}, {"WordText": "/", "Left": 52.0, "Top": 2270.0, "Height": 43.0, "Width": 218.0}, {"WordText": "31", "Left": 52.0, "Top": 2270.0, "Height": 43.0, "Width": 218.0}, {"WordText": "/", "Left": 52.0, "Top": 2270.0, "Height": 43.0, "Width": 218.0}, {"WordText": "2025", "Left": 52.0, "Top": 2270.0, "Height": 43.0, "Width": 218.0}], "MaxHeight": 43.0, "MinTop": 2270.0}, {"LineText": "Permit i:", "Words": [{"WordText": "Permit", "Left": 29.0, "Top": 2322.0, "Height": 46.0, "Width": 141.0}, {"WordText": "i", "Left": 175.0, "Top": 2322.0, "Height": 45.0, "Width": 49.0}, {"WordText": ":", "Left": 175.0, "Top": 2322.0, "Height": 45.0, "Width": 49.0}], "MaxHeight": 46.0, "MinTop": 2322.0}, {"LineText": "F211 2018-074-0194655-00002", "Words": [{"WordText": "F211", "Left": 52.0, "Top": 2371.0, "Height": 45.0, "Width": 79.0}, {"WordText": "2018", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "-", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "074", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "-", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "0194655", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "-", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "00002", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}], "MaxHeight": 45.0, "MinTop": 2371.0}, {"LineText": "Get a chance to win a trip for", "Words": [{"WordText": "Get", "Left": 13.0, "Top": 2478.0, "Height": 49.0, "Width": 116.0}, {"WordText": "a", "Left": 136.0, "Top": 2478.0, "Height": 49.0, "Width": 31.0}, {"WordText": "chance", "Left": 172.0, "Top": 2478.0, "Height": 49.0, "Width": 141.0}, {"WordText": "to", "Left": 319.0, "Top": 2478.0, "Height": 49.0, "Width": 61.0}, {"WordText": "win", "Left": 387.0, "Top": 2478.0, "Height": 49.0, "Width": 80.0}, {"WordText": "a", "Left": 472.0, "Top": 2478.0, "Height": 49.0, "Width": 31.0}, {"WordText": "trip", "Left": 509.0, "Top": 2478.0, "Height": 49.0, "Width": 104.0}, {"WordText": "for", "Left": 619.0, "Top": 2478.0, "Height": 49.0, "Width": 70.0}], "MaxHeight": 49.0, "MinTop": 2478.0}, {"LineText": "2 to Korea when you buy P150", "Words": [{"WordText": "2", "Left": 72.0, "Top": 2524.0, "Height": 45.0, "Width": 40.0}, {"WordText": "to", "Left": 117.0, "Top": 2524.0, "Height": 45.0, "Width": 51.0}, {"WordText": "Korea", "Left": 173.0, "Top": 2524.0, "Height": 45.0, "Width": 124.0}, {"WordText": "when", "Left": 303.0, "Top": 2524.0, "Height": 45.0, "Width": 101.0}, {"WordText": "you", "Left": 410.0, "Top": 2524.0, "Height": 45.0, "Width": 73.0}, {"WordText": "buy", "Left": 488.0, "Top": 2524.0, "Height": 45.0, "Width": 79.0}, {"WordText": "P150", "Left": 573.0, "Top": 2524.0, "Height": 45.0, "Width": 97.0}], "MaxHeight": 45.0, "MinTop": 2524.0}, {"LineText": "word of 7-fleven items. Ear", "Words": [{"WordText": "word", "Left": 55.0, "Top": 2572.0, "Height": 49.0, "Width": 116.0}, {"WordText": "of", "Left": 178.0, "Top": 2572.0, "Height": 49.0, "Width": 55.0}, {"WordText": "7", "Left": 239.0, "Top": 2572.0, "Height": 49.0, "Width": 184.0}, {"WordText": "-", "Left": 239.0, "Top": 2572.0, "Height": 49.0, "Width": 184.0}, {"WordText": "fleven", "Left": 239.0, "Top": 2572.0, "Height": 49.0, "Width": 184.0}, {"WordText": "items", "Left": 429.0, "Top": 2572.0, "Height": 49.0, "Width": 141.0}, {"WordText": ".", "Left": 429.0, "Top": 2572.0, "Height": 49.0, "Width": 141.0}, {"WordText": "Ear", "Left": 576.0, "Top": 2572.0, "Height": 49.0, "Width": 97.0}], "MaxHeight": 49.0, "MinTop": 2572.0}, {"LineText": "3 eRattle entries when you buy", "Words": [{"WordText": "3", "Left": 55.0, "Top": 2628.0, "Height": 45.0, "Width": 34.0}, {"WordText": "eRattle", "Left": 94.0, "Top": 2628.0, "Height": 45.0, "Width": 163.0}, {"WordText": "entries", "Left": 263.0, "Top": 2628.0, "Height": 45.0, "Width": 157.0}, {"WordText": "when", "Left": 426.0, "Top": 2628.0, "Height": 45.0, "Width": 101.0}, {"WordText": "you", "Left": 533.0, "Top": 2628.0, "Height": 45.0, "Width": 79.0}, {"WordText": "buy", "Left": 618.0, "Top": 2628.0, "Height": 45.0, "Width": 75.0}], "MaxHeight": 45.0, "MinTop": 2628.0}, {"LineText": "discounted booster items. Per", "Words": [{"WordText": "discounted", "Left": 55.0, "Top": 2676.0, "Height": 52.0, "Width": 221.0}, {"WordText": "booster", "Left": 282.0, "Top": 2676.0, "Height": 52.0, "Width": 162.0}, {"WordText": "items", "Left": 451.0, "Top": 2676.0, "Height": 52.0, "Width": 136.0}, {"WordText": ".", "Left": 451.0, "Top": 2676.0, "Height": 52.0, "Width": 136.0}, {"WordText": "Per", "Left": 594.0, "Top": 2676.0, "Height": 52.0, "Width": 78.0}], "MaxHeight": 52.0, "MinTop": 2676.0}, {"LineText": "DTI FAIR TRADE Permit Number:", "Words": [{"WordText": "DTI", "Left": 55.0, "Top": 2731.0, "Height": 46.0, "Width": 74.0}, {"WordText": "FAIR", "Left": 136.0, "Top": 2731.0, "Height": 46.0, "Width": 98.0}, {"WordText": "TRADE", "Left": 239.0, "Top": 2731.0, "Height": 46.0, "Width": 121.0}, {"WordText": "Permit", "Left": 366.0, "Top": 2731.0, "Height": 46.0, "Width": 144.0}, {"WordText": "Number", "Left": 515.0, "Top": 2731.0, "Height": 46.0, "Width": 154.0}, {"WordText": ":", "Left": 515.0, "Top": 2731.0, "Height": 46.0, "Width": 154.0}], "MaxHeight": 46.0, "MinTop": 2731.0}, {"LineText": "163019 Series of 2023.", "Words": [{"WordText": "163019", "Left": 137.0, "Top": 2780.0, "Height": 49.0, "Width": 141.0}, {"WordText": "Series", "Left": 284.0, "Top": 2780.0, "Height": 49.0, "Width": 141.0}, {"WordText": "of", "Left": 431.0, "Top": 2780.0, "Height": 49.0, "Width": 55.0}, {"WordText": "2023", "Left": 492.0, "Top": 2780.0, "Height": 49.0, "Width": 115.0}, {"WordText": ".", "Left": 492.0, "Top": 2780.0, "Height": 49.0, "Width": 115.0}], "MaxHeight": 49.0, "MinTop": 2780.0}, {"LineText": "facebook com 711philippines.", "Words": [{"WordText": "facebook", "Left": 81.0, "Top": 2832.0, "Height": 49.0, "Width": 177.0}, {"WordText": "com", "Left": 265.0, "Top": 2832.0, "Height": 49.0, "Width": 80.0}, {"WordText": "711philippines", "Left": 350.0, "Top": 2832.0, "Height": 49.0, "Width": 322.0}, {"WordText": ".", "Left": 351.0, "Top": 2832.0, "Height": 49.0, "Width": 322.0}], "MaxHeight": 49.0, "MinTop": 2832.0}, {"LineText": "- THIS IS AN OFFICIAL RECEIPT -", "Words": [{"WordText": "-", "Left": 33.0, "Top": 2933.0, "Height": 49.0, "Width": 37.0}, {"WordText": "THIS", "Left": 76.0, "Top": 2933.0, "Height": 49.0, "Width": 98.0}, {"WordText": "IS", "Left": 180.0, "Top": 2933.0, "Height": 49.0, "Width": 55.0}, {"WordText": "AN", "Left": 241.0, "Top": 2933.0, "Height": 49.0, "Width": 55.0}, {"WordText": "OFFICIAL", "Left": 303.0, "Top": 2933.0, "Height": 49.0, "Width": 184.0}, {"WordText": "RECEIPT", "Left": 492.0, "Top": 2933.0, "Height": 49.0, "Width": 165.0}, {"WordText": "-", "Left": 664.0, "Top": 2933.0, "Height": 49.0, "Width": 35.0}], "MaxHeight": 49.0, "MinTop": 2933.0}], "HasOverlay": true}, "TextOrientation": "0", "FileParseExitCode": 1, "ParsedText": "BHu Convenience Store\nOrned & Uperated by: Nancy A.\nC1 inacosa\nVAIRSGTIN 0333-698-685-002\nPoblacion, Leon, Iloila.\nPhilippines\nTEl H: NULL\n05/00/2023 tons 06:54:23\nROPT 11457229\nRCPT CNTIO\nSTORE #3058\nSNI: NTI43167\nMEN 1: 18112011091411050\nSTAFF: nearl joy vererable\nNESTEALEMICETSDOML\nA TaGstrabryT200ml\n35.000\n41.000\nTatal 12\nCASH\nCHANGE\n76.000\n80.00\n4.00\n67.86\n8. 108\n0.00\n0.00\nJAT TaX\nZero Rated\nWAT Exempted\nSole To:\nAddress:\nTIN:\nPr lippine Sever Corporation\n7th Floor The Columbia\nOrtizas Avenue, Manda luyou\nTIN: 000-390-189-000\nBER ACCI N\n116 200390189-000346-19602\nAccrate: 08/01/2020 -\n07/31/2025\nPermit i:\nF211 2018-074-0194655-00002\nGet a chance to win a trip for\n2 to Korea when you buy P150\nword of 7-fleven items. Ear\n3 eRattle entries when you buy\ndiscounted booster items. Per\nDTI FAIR TRADE Permit Number:\n163019 Series of 2023.\nfacebook com 711philippines.\n- THIS IS AN OFFICIAL RECEIPT -", "ErrorMessage": "", "ErrorDetails": ""}], "OCRExitCode": 1, "IsErroredOnProcessing": false, "ProcessingTimeInMilliseconds": "656", "SearchablePDFURL": "Searchable PDF not generated as it was not requested."}
 
1
+ {"ParsedResults": [{"TextOverlay": {"Lines": [{"LineText": "BHu Convenience Store", "Words": [{"WordText": "BHu", "Left": 120.0, "Top": 208.0, "Height": 49.0, "Width": 73.0}, {"WordText": "Convenience", "Left": 200.0, "Top": 208.0, "Height": 49.0, "Width": 251.0}, {"WordText": "Store", "Left": 457.0, "Top": 208.0, "Height": 49.0, "Width": 112.0}], "MaxHeight": 49.0, "MinTop": 208.0}, {"LineText": "Orned & Uperated by: Nancy A.", "Words": [{"WordText": "Orned", "Left": 39.0, "Top": 263.0, "Height": 46.0, "Width": 115.0}, {"WordText": "&", "Left": 160.0, "Top": 263.0, "Height": 46.0, "Width": 35.0}, {"WordText": "Uperated", "Left": 200.0, "Top": 263.0, "Height": 46.0, "Width": 184.0}, {"WordText": "by", "Left": 390.0, "Top": 263.0, "Height": 46.0, "Width": 75.0}, {"WordText": ":", "Left": 390.0, "Top": 263.0, "Height": 46.0, "Width": 75.0}, {"WordText": "Nancy", "Left": 470.0, "Top": 263.0, "Height": 46.0, "Width": 121.0}, {"WordText": "A", "Left": 597.0, "Top": 263.0, "Height": 46.0, "Width": 57.0}, {"WordText": ".", "Left": 597.0, "Top": 263.0, "Height": 46.0, "Width": 57.0}], "MaxHeight": 46.0, "MinTop": 263.0}, {"LineText": "C1 inacosa", "Words": [{"WordText": "C1", "Left": 244.0, "Top": 315.0, "Height": 42.0, "Width": 48.0}, {"WordText": "inacosa", "Left": 296.0, "Top": 315.0, "Height": 42.0, "Width": 149.0}], "MaxHeight": 42.0, "MinTop": 315.0}, {"LineText": "VAIRSGTIN 0333-698-685-002", "Words": [{"WordText": "VAIRSGTIN", "Left": 81.0, "Top": 364.0, "Height": 49.0, "Width": 198.0}, {"WordText": "0333", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "-", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "698", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "-", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "685", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "-", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}, {"WordText": "002", "Left": 285.0, "Top": 364.0, "Height": 49.0, "Width": 349.0}], "MaxHeight": 49.0, "MinTop": 364.0}, {"LineText": "Poblacion, Leon, Iloila.", "Words": [{"WordText": "Poblacion", "Left": 101.0, "Top": 416.0, "Height": 55.0, "Width": 213.0}, {"WordText": ",", "Left": 101.0, "Top": 416.0, "Height": 55.0, "Width": 213.0}, {"WordText": "Leon", "Left": 321.0, "Top": 416.0, "Height": 55.0, "Width": 124.0}, {"WordText": ",", "Left": 321.0, "Top": 416.0, "Height": 55.0, "Width": 124.0}, {"WordText": "Iloila", "Left": 452.0, "Top": 416.0, "Height": 55.0, "Width": 159.0}, {"WordText": ".", "Left": 452.0, "Top": 416.0, "Height": 55.0, "Width": 159.0}], "MaxHeight": 55.0, "MinTop": 416.0}, {"LineText": "Philippines", "Words": [{"WordText": "Philippines", "Left": 224.0, "Top": 466.0, "Height": 46.0, "Width": 244.0}], "MaxHeight": 46.0, "MinTop": 466.0}, {"LineText": "TEl H: NULL", "Words": [{"WordText": "TEl", "Left": 228.0, "Top": 516.0, "Height": 46.0, "Width": 75.0}, {"WordText": "H", "Left": 309.0, "Top": 516.0, "Height": 46.0, "Width": 52.0}, {"WordText": ":", "Left": 309.0, "Top": 516.0, "Height": 46.0, "Width": 52.0}, {"WordText": "NULL", "Left": 366.0, "Top": 516.0, "Height": 46.0, "Width": 99.0}], "MaxHeight": 46.0, "MinTop": 516.0}, {"LineText": "05/00/2023 tons 06:54:23", "Words": [{"WordText": "05", "Left": 101.0, "Top": 624.0, "Height": 52.0, "Width": 215.0}, {"WordText": "/", "Left": 101.0, "Top": 624.0, "Height": 52.0, "Width": 215.0}, {"WordText": "00", "Left": 101.0, "Top": 624.0, "Height": 52.0, "Width": 215.0}, {"WordText": "/", "Left": 101.0, "Top": 624.0, "Height": 52.0, "Width": 215.0}, {"WordText": "2023", "Left": 101.0, "Top": 624.0, "Height": 52.0, "Width": 215.0}, {"WordText": "tons", "Left": 322.0, "Top": 624.0, "Height": 52.0, "Width": 104.0}, {"WordText": "06", "Left": 432.0, "Top": 624.0, "Height": 52.0, "Width": 182.0}, {"WordText": ":", "Left": 432.0, "Top": 624.0, "Height": 52.0, "Width": 182.0}, {"WordText": "54", "Left": 432.0, "Top": 624.0, "Height": 52.0, "Width": 182.0}, {"WordText": ":", "Left": 432.0, "Top": 624.0, "Height": 52.0, "Width": 182.0}, {"WordText": "23", "Left": 432.0, "Top": 624.0, "Height": 52.0, "Width": 182.0}], "MaxHeight": 52.0, "MinTop": 624.0}, {"LineText": "ROPT 11457229", "Words": [{"WordText": "ROPT", "Left": 20.0, "Top": 728.0, "Height": 45.0, "Width": 96.0}, {"WordText": "11457229", "Left": 121.0, "Top": 728.0, "Height": 45.0, "Width": 178.0}], "MaxHeight": 45.0, "MinTop": 728.0}, {"LineText": "RCPT CNTIO", "Words": [{"WordText": "RCPT", "Left": 474.0, "Top": 720.0, "Height": 62.0, "Width": 100.0}, {"WordText": "CNTIO", "Left": 581.0, "Top": 721.0, "Height": 62.0, "Width": 121.0}], "MaxHeight": 63.0, "MinTop": 720.0}, {"LineText": "STORE #3058", "Words": [{"WordText": "STORE", "Left": 19.0, "Top": 780.0, "Height": 43.0, "Width": 105.0}, {"WordText": "#", "Left": 130.0, "Top": 779.0, "Height": 43.0, "Width": 108.0}, {"WordText": "3058", "Left": 130.0, "Top": 779.0, "Height": 43.0, "Width": 108.0}], "MaxHeight": 44.0, "MinTop": 779.0}, {"LineText": "SNI: NTI43167", "Words": [{"WordText": "SNI", "Left": 439.0, "Top": 776.0, "Height": 49.0, "Width": 86.0}, {"WordText": ":", "Left": 439.0, "Top": 776.0, "Height": 49.0, "Width": 86.0}, {"WordText": "NTI43167", "Left": 531.0, "Top": 776.0, "Height": 49.0, "Width": 168.0}], "MaxHeight": 49.0, "MinTop": 776.0}, {"LineText": "MEN 1: 18112011091411050", "Words": [{"WordText": "MEN", "Left": 20.0, "Top": 831.0, "Height": 43.0, "Width": 76.0}, {"WordText": "1", "Left": 101.0, "Top": 831.0, "Height": 43.0, "Width": 59.0}, {"WordText": ":", "Left": 101.0, "Top": 831.0, "Height": 43.0, "Width": 59.0}, {"WordText": "18112011091411050", "Left": 165.0, "Top": 831.0, "Height": 43.0, "Width": 368.0}], "MaxHeight": 43.0, "MinTop": 831.0}, {"LineText": "STAFF: nearl joy vererable", "Words": [{"WordText": "STAFF", "Left": 20.0, "Top": 880.0, "Height": 46.0, "Width": 121.0}, {"WordText": ":", "Left": 20.0, "Top": 880.0, "Height": 46.0, "Width": 121.0}, {"WordText": "nearl", "Left": 147.0, "Top": 880.0, "Height": 46.0, "Width": 115.0}, {"WordText": "joy", "Left": 267.0, "Top": 880.0, "Height": 46.0, "Width": 81.0}, {"WordText": "vererable", "Left": 353.0, "Top": 880.0, "Height": 46.0, "Width": 199.0}], "MaxHeight": 46.0, "MinTop": 880.0}, {"LineText": "NESTEALEMICETSDOML", "Words": [{"WordText": "NESTEALEMICETSDOML", "Left": 20.0, "Top": 984.0, "Height": 42.0, "Width": 387.0}], "MaxHeight": 42.0, "MinTop": 984.0}, {"LineText": "A TaGstrabryT200ml", "Words": [{"WordText": "A", "Left": 23.0, "Top": 1033.0, "Height": 45.0, "Width": 34.0}, {"WordText": "TaGstrabryT200ml", "Left": 62.0, "Top": 1033.0, "Height": 45.0, "Width": 341.0}], "MaxHeight": 45.0, "MinTop": 1033.0}, {"LineText": "35.000", "Words": [{"WordText": "35.000", "Left": 566.0, "Top": 981.0, "Height": 49.0, "Width": 137.0}], "MaxHeight": 49.0, "MinTop": 981.0}, {"LineText": "41.000", "Words": [{"WordText": "41.000", "Left": 569.0, "Top": 1032.0, "Height": 46.0, "Width": 134.0}], "MaxHeight": 46.0, "MinTop": 1032.0}, {"LineText": "Tatal 12", "Words": [{"WordText": "Tatal", "Left": 26.0, "Top": 1135.0, "Height": 47.0, "Width": 119.0}, {"WordText": "12", "Left": 149.0, "Top": 1137.0, "Height": 46.0, "Width": 62.0}], "MaxHeight": 49.0, "MinTop": 1135.0}, {"LineText": "CASH", "Words": [{"WordText": "CASH", "Left": 65.0, "Top": 1192.0, "Height": 39.0, "Width": 91.0}], "MaxHeight": 39.0, "MinTop": 1192.0}, {"LineText": "CHANGE", "Words": [{"WordText": "CHANGE", "Left": 65.0, "Top": 1240.0, "Height": 46.0, "Width": 134.0}], "MaxHeight": 46.0, "MinTop": 1240.0}, {"LineText": "76.000", "Words": [{"WordText": "76.000", "Left": 592.0, "Top": 1134.0, "Height": 49.0, "Width": 114.0}], "MaxHeight": 49.0, "MinTop": 1134.0}, {"LineText": "80.00", "Words": [{"WordText": "80.00", "Left": 588.0, "Top": 1189.0, "Height": 46.0, "Width": 114.0}], "MaxHeight": 46.0, "MinTop": 1189.0}, {"LineText": "4.00", "Words": [{"WordText": "4.00", "Left": 611.0, "Top": 1241.0, "Height": 45.0, "Width": 91.0}], "MaxHeight": 45.0, "MinTop": 1241.0}, {"LineText": "67.86", "Words": [{"WordText": "67.86", "Left": 591.0, "Top": 1338.0, "Height": 46.0, "Width": 114.0}], "MaxHeight": 46.0, "MinTop": 1338.0}, {"LineText": "8. 108", "Words": [{"WordText": "8", "Left": 611.0, "Top": 1390.0, "Height": 46.0, "Width": 40.0}, {"WordText": ".", "Left": 611.0, "Top": 1390.0, "Height": 46.0, "Width": 40.0}, {"WordText": "108", "Left": 657.0, "Top": 1390.0, "Height": 46.0, "Width": 48.0}], "MaxHeight": 46.0, "MinTop": 1390.0}, {"LineText": "0.00", "Words": [{"WordText": "0.00", "Left": 611.0, "Top": 1445.0, "Height": 43.0, "Width": 95.0}], "MaxHeight": 43.0, "MinTop": 1445.0}, {"LineText": "0.00", "Words": [{"WordText": "0.00", "Left": 611.0, "Top": 1494.0, "Height": 45.0, "Width": 94.0}], "MaxHeight": 45.0, "MinTop": 1494.0}, {"LineText": "JAT TaX", "Words": [{"WordText": "JAT", "Left": 68.0, "Top": 1396.0, "Height": 46.0, "Width": 68.0}, {"WordText": "TaX", "Left": 141.0, "Top": 1397.0, "Height": 47.0, "Width": 80.0}], "MaxHeight": 48.0, "MinTop": 1396.0}, {"LineText": "Zero Rated", "Words": [{"WordText": "Zero", "Left": 68.0, "Top": 1446.0, "Height": 56.0, "Width": 90.0}, {"WordText": "Rated", "Left": 164.0, "Top": 1444.0, "Height": 57.0, "Width": 122.0}], "MaxHeight": 58.0, "MinTop": 1444.0}, {"LineText": "WAT Exempted", "Words": [{"WordText": "WAT", "Left": 67.0, "Top": 1491.0, "Height": 55.0, "Width": 69.0}, {"WordText": "Exempted", "Left": 143.0, "Top": 1490.0, "Height": 56.0, "Width": 186.0}], "MaxHeight": 56.0, "MinTop": 1490.0}, {"LineText": "Sole To:", "Words": [{"WordText": "Sole", "Left": 26.0, "Top": 1601.0, "Height": 46.0, "Width": 98.0}, {"WordText": "To", "Left": 129.0, "Top": 1601.0, "Height": 46.0, "Width": 69.0}, {"WordText": ":", "Left": 130.0, "Top": 1601.0, "Height": 46.0, "Width": 69.0}], "MaxHeight": 46.0, "MinTop": 1601.0}, {"LineText": "Address:", "Words": [{"WordText": "Address", "Left": 29.0, "Top": 1707.0, "Height": 41.0, "Width": 169.0}, {"WordText": ":", "Left": 29.0, "Top": 1707.0, "Height": 41.0, "Width": 169.0}], "MaxHeight": 41.0, "MinTop": 1707.0}, {"LineText": "TIN:", "Words": [{"WordText": "TIN", "Left": 29.0, "Top": 1757.0, "Height": 42.0, "Width": 84.0}, {"WordText": ":", "Left": 29.0, "Top": 1757.0, "Height": 42.0, "Width": 84.0}], "MaxHeight": 42.0, "MinTop": 1757.0}, {"LineText": "Pr lippine Sever Corporation", "Words": [{"WordText": "Pr", "Left": 29.0, "Top": 1858.0, "Height": 45.0, "Width": 56.0}, {"WordText": "lippine", "Left": 91.0, "Top": 1858.0, "Height": 45.0, "Width": 157.0}, {"WordText": "Sever", "Left": 254.0, "Top": 1858.0, "Height": 45.0, "Width": 118.0}, {"WordText": "Corporation", "Left": 378.0, "Top": 1858.0, "Height": 45.0, "Width": 246.0}], "MaxHeight": 45.0, "MinTop": 1858.0}, {"LineText": "7th Floor The Columbia", "Words": [{"WordText": "7th", "Left": 29.0, "Top": 1910.0, "Height": 42.0, "Width": 73.0}, {"WordText": "Floor", "Left": 108.0, "Top": 1910.0, "Height": 42.0, "Width": 121.0}, {"WordText": "The", "Left": 234.0, "Top": 1910.0, "Height": 42.0, "Width": 79.0}, {"WordText": "Columbia", "Left": 318.0, "Top": 1910.0, "Height": 42.0, "Width": 179.0}], "MaxHeight": 42.0, "MinTop": 1910.0}, {"LineText": "Ortizas Avenue, Manda luyou", "Words": [{"WordText": "Ortizas", "Left": 49.0, "Top": 1958.0, "Height": 49.0, "Width": 160.0}, {"WordText": "Avenue", "Left": 214.0, "Top": 1958.0, "Height": 49.0, "Width": 159.0}, {"WordText": ",", "Left": 214.0, "Top": 1958.0, "Height": 49.0, "Width": 159.0}, {"WordText": "Manda", "Left": 380.0, "Top": 1958.0, "Height": 49.0, "Width": 110.0}, {"WordText": "luyou", "Left": 496.0, "Top": 1958.0, "Height": 49.0, "Width": 128.0}], "MaxHeight": 49.0, "MinTop": 1958.0}, {"LineText": "TIN: 000-390-189-000", "Words": [{"WordText": "TIN", "Left": 33.0, "Top": 2062.0, "Height": 46.0, "Width": 92.0}, {"WordText": ":", "Left": 33.0, "Top": 2062.0, "Height": 46.0, "Width": 92.0}, {"WordText": "000", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "-", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "390", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "-", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "189", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "-", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}, {"WordText": "000", "Left": 131.0, "Top": 2062.0, "Height": 46.0, "Width": 328.0}], "MaxHeight": 46.0, "MinTop": 2062.0}, {"LineText": "BER ACCI N", "Words": [{"WordText": "BER", "Left": 29.0, "Top": 2114.0, "Height": 46.0, "Width": 73.0}, {"WordText": "ACCI", "Left": 108.0, "Top": 2114.0, "Height": 46.0, "Width": 102.0}, {"WordText": "N", "Left": 215.0, "Top": 2115.0, "Height": 46.0, "Width": 32.0}], "MaxHeight": 47.0, "MinTop": 2114.0}, {"LineText": "116 200390189-000346-19602", "Words": [{"WordText": "116", "Left": 52.0, "Top": 2163.0, "Height": 46.0, "Width": 75.0}, {"WordText": "200390189", "Left": 132.0, "Top": 2163.0, "Height": 46.0, "Width": 472.0}, {"WordText": "-", "Left": 133.0, "Top": 2163.0, "Height": 46.0, "Width": 472.0}, {"WordText": "000346", "Left": 132.0, "Top": 2163.0, "Height": 46.0, "Width": 472.0}, {"WordText": "-", "Left": 133.0, "Top": 2163.0, "Height": 46.0, "Width": 472.0}, {"WordText": "19602", "Left": 132.0, "Top": 2163.0, "Height": 46.0, "Width": 472.0}], "MaxHeight": 46.0, "MinTop": 2163.0}, {"LineText": "Accrate: 08/01/2020 -", "Words": [{"WordText": "Accrate", "Left": 33.0, "Top": 2212.0, "Height": 52.0, "Width": 195.0}, {"WordText": ":", "Left": 33.0, "Top": 2212.0, "Height": 52.0, "Width": 195.0}, {"WordText": "08", "Left": 234.0, "Top": 2212.0, "Height": 52.0, "Width": 227.0}, {"WordText": "/", "Left": 234.0, "Top": 2212.0, "Height": 52.0, "Width": 227.0}, {"WordText": "01", "Left": 234.0, "Top": 2212.0, "Height": 52.0, "Width": 227.0}, {"WordText": "/", "Left": 234.0, "Top": 2212.0, "Height": 52.0, "Width": 227.0}, {"WordText": "2020", "Left": 234.0, "Top": 2212.0, "Height": 52.0, "Width": 227.0}, {"WordText": "-", "Left": 468.0, "Top": 2212.0, "Height": 52.0, "Width": 35.0}], "MaxHeight": 52.0, "MinTop": 2212.0}, {"LineText": "07/31/2025", "Words": [{"WordText": "07", "Left": 52.0, "Top": 2270.0, "Height": 43.0, "Width": 218.0}, {"WordText": "/", "Left": 52.0, "Top": 2270.0, "Height": 43.0, "Width": 218.0}, {"WordText": "31", "Left": 52.0, "Top": 2270.0, "Height": 43.0, "Width": 218.0}, {"WordText": "/", "Left": 52.0, "Top": 2270.0, "Height": 43.0, "Width": 218.0}, {"WordText": "2025", "Left": 52.0, "Top": 2270.0, "Height": 43.0, "Width": 218.0}], "MaxHeight": 43.0, "MinTop": 2270.0}, {"LineText": "Permit i:", "Words": [{"WordText": "Permit", "Left": 29.0, "Top": 2322.0, "Height": 46.0, "Width": 141.0}, {"WordText": "i", "Left": 175.0, "Top": 2322.0, "Height": 45.0, "Width": 49.0}, {"WordText": ":", "Left": 175.0, "Top": 2322.0, "Height": 45.0, "Width": 49.0}], "MaxHeight": 46.0, "MinTop": 2322.0}, {"LineText": "F211 2018-074-0194655-00002", "Words": [{"WordText": "F211", "Left": 52.0, "Top": 2371.0, "Height": 45.0, "Width": 79.0}, {"WordText": "2018", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "-", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "074", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "-", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "0194655", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "-", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}, {"WordText": "00002", "Left": 136.0, "Top": 2371.0, "Height": 45.0, "Width": 471.0}], "MaxHeight": 45.0, "MinTop": 2371.0}, {"LineText": "Get a chance to win a trip for", "Words": [{"WordText": "Get", "Left": 13.0, "Top": 2478.0, "Height": 49.0, "Width": 116.0}, {"WordText": "a", "Left": 136.0, "Top": 2478.0, "Height": 49.0, "Width": 31.0}, {"WordText": "chance", "Left": 172.0, "Top": 2478.0, "Height": 49.0, "Width": 141.0}, {"WordText": "to", "Left": 319.0, "Top": 2478.0, "Height": 49.0, "Width": 61.0}, {"WordText": "win", "Left": 387.0, "Top": 2478.0, "Height": 49.0, "Width": 80.0}, {"WordText": "a", "Left": 472.0, "Top": 2478.0, "Height": 49.0, "Width": 31.0}, {"WordText": "trip", "Left": 509.0, "Top": 2478.0, "Height": 49.0, "Width": 104.0}, {"WordText": "for", "Left": 619.0, "Top": 2478.0, "Height": 49.0, "Width": 70.0}], "MaxHeight": 49.0, "MinTop": 2478.0}, {"LineText": "2 to Korea when you buy P150", "Words": [{"WordText": "2", "Left": 72.0, "Top": 2524.0, "Height": 45.0, "Width": 40.0}, {"WordText": "to", "Left": 117.0, "Top": 2524.0, "Height": 45.0, "Width": 51.0}, {"WordText": "Korea", "Left": 173.0, "Top": 2524.0, "Height": 45.0, "Width": 124.0}, {"WordText": "when", "Left": 303.0, "Top": 2524.0, "Height": 45.0, "Width": 101.0}, {"WordText": "you", "Left": 410.0, "Top": 2524.0, "Height": 45.0, "Width": 73.0}, {"WordText": "buy", "Left": 488.0, "Top": 2524.0, "Height": 45.0, "Width": 79.0}, {"WordText": "P150", "Left": 573.0, "Top": 2524.0, "Height": 45.0, "Width": 97.0}], "MaxHeight": 45.0, "MinTop": 2524.0}, {"LineText": "word of 7-fleven items. Ear", "Words": [{"WordText": "word", "Left": 55.0, "Top": 2572.0, "Height": 49.0, "Width": 116.0}, {"WordText": "of", "Left": 178.0, "Top": 2572.0, "Height": 49.0, "Width": 55.0}, {"WordText": "7", "Left": 239.0, "Top": 2572.0, "Height": 49.0, "Width": 184.0}, {"WordText": "-", "Left": 239.0, "Top": 2572.0, "Height": 49.0, "Width": 184.0}, {"WordText": "fleven", "Left": 239.0, "Top": 2572.0, "Height": 49.0, "Width": 184.0}, {"WordText": "items", "Left": 429.0, "Top": 2572.0, "Height": 49.0, "Width": 141.0}, {"WordText": ".", "Left": 429.0, "Top": 2572.0, "Height": 49.0, "Width": 141.0}, {"WordText": "Ear", "Left": 576.0, "Top": 2572.0, "Height": 49.0, "Width": 97.0}], "MaxHeight": 49.0, "MinTop": 2572.0}, {"LineText": "3 eRattle entries when you buy", "Words": [{"WordText": "3", "Left": 55.0, "Top": 2628.0, "Height": 45.0, "Width": 34.0}, {"WordText": "eRattle", "Left": 94.0, "Top": 2628.0, "Height": 45.0, "Width": 163.0}, {"WordText": "entries", "Left": 263.0, "Top": 2628.0, "Height": 45.0, "Width": 157.0}, {"WordText": "when", "Left": 426.0, "Top": 2628.0, "Height": 45.0, "Width": 101.0}, {"WordText": "you", "Left": 533.0, "Top": 2628.0, "Height": 45.0, "Width": 79.0}, {"WordText": "buy", "Left": 618.0, "Top": 2628.0, "Height": 45.0, "Width": 75.0}], "MaxHeight": 45.0, "MinTop": 2628.0}, {"LineText": "discounted booster items. Per", "Words": [{"WordText": "discounted", "Left": 55.0, "Top": 2676.0, "Height": 52.0, "Width": 221.0}, {"WordText": "booster", "Left": 282.0, "Top": 2676.0, "Height": 52.0, "Width": 162.0}, {"WordText": "items", "Left": 451.0, "Top": 2676.0, "Height": 52.0, "Width": 136.0}, {"WordText": ".", "Left": 451.0, "Top": 2676.0, "Height": 52.0, "Width": 136.0}, {"WordText": "Per", "Left": 594.0, "Top": 2676.0, "Height": 52.0, "Width": 78.0}], "MaxHeight": 52.0, "MinTop": 2676.0}, {"LineText": "DTI FAIR TRADE Permit Number:", "Words": [{"WordText": "DTI", "Left": 55.0, "Top": 2731.0, "Height": 46.0, "Width": 74.0}, {"WordText": "FAIR", "Left": 136.0, "Top": 2731.0, "Height": 46.0, "Width": 98.0}, {"WordText": "TRADE", "Left": 239.0, "Top": 2731.0, "Height": 46.0, "Width": 121.0}, {"WordText": "Permit", "Left": 366.0, "Top": 2731.0, "Height": 46.0, "Width": 144.0}, {"WordText": "Number", "Left": 515.0, "Top": 2731.0, "Height": 46.0, "Width": 154.0}, {"WordText": ":", "Left": 515.0, "Top": 2731.0, "Height": 46.0, "Width": 154.0}], "MaxHeight": 46.0, "MinTop": 2731.0}, {"LineText": "163019 Series of 2023.", "Words": [{"WordText": "163019", "Left": 137.0, "Top": 2780.0, "Height": 49.0, "Width": 141.0}, {"WordText": "Series", "Left": 284.0, "Top": 2780.0, "Height": 49.0, "Width": 141.0}, {"WordText": "of", "Left": 431.0, "Top": 2780.0, "Height": 49.0, "Width": 55.0}, {"WordText": "2023", "Left": 492.0, "Top": 2780.0, "Height": 49.0, "Width": 115.0}, {"WordText": ".", "Left": 492.0, "Top": 2780.0, "Height": 49.0, "Width": 115.0}], "MaxHeight": 49.0, "MinTop": 2780.0}, {"LineText": "facebook com 711philippines.", "Words": [{"WordText": "facebook", "Left": 81.0, "Top": 2832.0, "Height": 49.0, "Width": 177.0}, {"WordText": "com", "Left": 265.0, "Top": 2832.0, "Height": 49.0, "Width": 80.0}, {"WordText": "711philippines", "Left": 350.0, "Top": 2832.0, "Height": 49.0, "Width": 322.0}, {"WordText": ".", "Left": 351.0, "Top": 2832.0, "Height": 49.0, "Width": 322.0}], "MaxHeight": 49.0, "MinTop": 2832.0}, {"LineText": "- THIS IS AN OFFICIAL RECEIPT -", "Words": [{"WordText": "-", "Left": 33.0, "Top": 2933.0, "Height": 49.0, "Width": 37.0}, {"WordText": "THIS", "Left": 76.0, "Top": 2933.0, "Height": 49.0, "Width": 98.0}, {"WordText": "IS", "Left": 180.0, "Top": 2933.0, "Height": 49.0, "Width": 55.0}, {"WordText": "AN", "Left": 241.0, "Top": 2933.0, "Height": 49.0, "Width": 55.0}, {"WordText": "OFFICIAL", "Left": 303.0, "Top": 2933.0, "Height": 49.0, "Width": 184.0}, {"WordText": "RECEIPT", "Left": 492.0, "Top": 2933.0, "Height": 49.0, "Width": 165.0}, {"WordText": "-", "Left": 664.0, "Top": 2933.0, "Height": 49.0, "Width": 35.0}], "MaxHeight": 49.0, "MinTop": 2933.0}], "HasOverlay": true}, "TextOrientation": "0", "FileParseExitCode": 1, "ParsedText": "BHu Convenience Store\nOrned & Uperated by: Nancy A.\nC1 inacosa\nVAIRSGTIN 0333-698-685-002\nPoblacion, Leon, Iloila.\nPhilippines\nTEl H: NULL\n05/00/2023 tons 06:54:23\nROPT 11457229\nRCPT CNTIO\nSTORE #3058\nSNI: NTI43167\nMEN 1: 18112011091411050\nSTAFF: nearl joy vererable\nNESTEALEMICETSDOML\nA TaGstrabryT200ml\n35.000\n41.000\nTatal 12\nCASH\nCHANGE\n76.000\n80.00\n4.00\n67.86\n8. 108\n0.00\n0.00\nJAT TaX\nZero Rated\nWAT Exempted\nSole To:\nAddress:\nTIN:\nPr lippine Sever Corporation\n7th Floor The Columbia\nOrtizas Avenue, Manda luyou\nTIN: 000-390-189-000\nBER ACCI N\n116 200390189-000346-19602\nAccrate: 08/01/2020 -\n07/31/2025\nPermit i:\nF211 2018-074-0194655-00002\nGet a chance to win a trip for\n2 to Korea when you buy P150\nword of 7-fleven items. Ear\n3 eRattle entries when you buy\ndiscounted booster items. Per\nDTI FAIR TRADE Permit Number:\n163019 Series of 2023.\nfacebook com 711philippines.\n- THIS IS AN OFFICIAL RECEIPT -", "ErrorMessage": "", "ErrorDetails": ""}], "OCRExitCode": 1, "IsErroredOnProcessing": false, "ProcessingTimeInMilliseconds": "967", "SearchablePDFURL": "Searchable PDF not generated as it was not requested."}