ocr.space_code_example icon indicating copy to clipboard operation
ocr.space_code_example copied to clipboard

Results 5 ocr.space_code_example issues
Sort by recently updated
recently updated
newest added

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? ![image](https://user-images.githubusercontent.com/1617067/49256068-daeb6180-f3fb-11e8-8a06-8602f76928fc.png)

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,...