Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug/poor partition output from ocr_only strategies with TIFF image file #3027

Open
yuming-long opened this issue May 15, 2024 · 0 comments
Open
Labels
bug Something isn't working image Issues related to partitioning image formats like PNG, TIFF, etc. ocr Related to optical character recognition (OCR).

Comments

@yuming-long
Copy link
Contributor

Describe the bug
on ocr_only partition with TIFF image layout-parser-paper-combined.tiff link, partition output is poor compared to hi_res and only extracted text from first page (out of total 2 pages)

To Reproduce

curl -X 'POST'  'https://api.unstructured.io/general/v0/general'   -H 'accept: application/json'   -H 'Content-Type: multipart/form-data'  -F 'files=@layout-parser-paper-combined.tiff' -H 'unstructured-api-key: <api_key>' -F 'strategy=ocr_only' | jq -C . | less -R
@yuming-long yuming-long added the bug Something isn't working label May 15, 2024
@scanny scanny added ocr Related to optical character recognition (OCR). image Issues related to partitioning image formats like PNG, TIFF, etc. labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working image Issues related to partitioning image formats like PNG, TIFF, etc. ocr Related to optical character recognition (OCR).
Projects
None yet
Development

No branches or pull requests

2 participants