Christine Straub

Results 10 comments of Christine Straub

@ohnohoya Did you try to extract tables using the freemium API? The API has better support for table extraction than our open source offerings.

Hi @hakankaraoguz Can you please share the code you're trying and more details about the OCR metadata you want to get?

@hakankaraoguz Did you try with `hi_res` strategy? Is the `detection_class_prob` metadata field not working for your case?

Hi @Asonjay, can you please share the document you're trying?

Hi @Asonjay @andrea-mucci What versions of `unstructured` and `unstructured-inference` libraries are you using? When I tried to reproduce the error, It worked on both [2304.08485.pdf](https://arxiv.org/pdf/2304.08485.pdf) and [CIK-0001045810/381953f9-934e-4cc8-b099-144910676bad.pdf](https://d18rn0p25nwr6d.cloudfront.net/CIK-0001045810/381953f9-934e-4cc8-b099-144910676bad.pdf) documents with the...

Closes as assumed resolved. @Asonjay @andrea-mucci feel free to reopen if you're still having trouble.

Hi @eci-aashish I tried to reproduce this error, but I was unable to download the attached PDF, can you please share it again?

I recommend you to use our API and try specifying the model - "hi_res_model_name`="layout_v1.1.0". This model is not supported in open source. ``` elements = partition_via_api( filename=filename, api_key=, strategy="hi_res", hi_res_model_name="layout_v1.1.0"...

Hi @DarioBernardo Can you please share the PDF document (`c_20230111133942393_2525540.pdf`)?

Hi @SuvroBaner Did you try the latest unstructured library version, `0.13.2`?