ocr.space_code_example
ocr.space_code_example copied to clipboard
Output will return only in json format? Is there any way to return the output in text file format?
would it be possible to add the option of selecting the is_Table option? 
I know this is not a script related issue, but i will write here for help usage. The isOverlayRequired parameter does not work for OCREngine different than 1. Response always...
import re import requests def ocr_space_file(filename, overlay=False, OCREngine=2, api_key='xxxxxxxxxxxxxxxxxxxxxxxx', language='eng', FileType='Auto', IsCreateSearchablePDF=False, isSearchablePdfHideTextLayer=True, detectOrientation=False, isTable=False, scale=True, detectCheckbox=False): payload = { 'isOverlayRequired': overlay, 'apikey': api_key, 'language': language, 'FileType': FileType, 'IsCreateSearchablePDF': IsCreateSearchablePDF,...