wangshw
wangshw
version:1.1.6 env: mac m1 cpu Description: According to the documentation, calling: json_data = result.extract_data() print(json_data) should return all important data as flat JSON. However, in practice, the returned json_data is...
env: mac m1 16g docstrange: 1.0.5 、、、 from docstrange import DocumentExtractor extractor = DocumentExtractor(cpu=True) image_result = extractor.extract("/Users/wangshiwei/workspace/dococr/data/image.png") print(image_result.extract_text()) 、、、 Expected layout model structure not found, using cache folder directly Expected...