diff --git a/ocr.py b/ocr.py new file mode 100644 index 0000000000000000000000000000000000000000..8b9ea498507bd5be883e075782c9c82a367c7d6c --- /dev/null +++ b/ocr.py @@ -0,0 +1,8 @@ +from flask import Blueprint, request, jsonify, send_file +import os +import subprocess +import json +import uuid +import re + +ocr = Blueprint("ocr", __name__) \ No newline at end of file