Edouard Belval
Edouard Belval
This is an issue with 1.8.0, I'll release version 1.8.1 that addresses this issue as soon as the tests are passing.
Is this still an issue?
+1 to what @andrewkowalik wrote, EntityTypes should always exist in table output and is returned by the Textract Tables API since ~2 years ago. If you are processing older responses...
Hi, that feature was not meant to be released (same goes for `linearize_key_values`), hence why it does nothing. I am not actually opposed to adding it however I'd like to...
For the exclusion I'll add it to the features that we are tracking for next release. In the meantime, you can probably get something workable with: ```py document = extractor.analyze_document(...
Out of the box Amazon Textract does not support this use case. You could use Amazon Comprehend (or an open-source library) to detect the language and remove any layout block...
I opened a PR #190 to update the documentation, but I will keep this issue open as a feature enhancement as supporting `List[PIL.Image]` as input would improve usability.
@bvbg1 I need to reproduce the issue to be sure, but there is nothing obviously wrong with the code snippet that you shared. This could be a regression in 1.8....
I am unable to reproduce this issue with 1.8.2, the output looks that same as the notebook one. Can you provide the output of `pip freeze`?
Hi and thank you for your interest in making pdf2image more secure. I'd be happy to merge contributions seeking to make the package more robust, that being said, due to...