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

feat: implemented vertical ocr #109

Merged
merged 12 commits into from
Mar 4, 2025
Merged

feat: implemented vertical ocr #109

merged 12 commits into from
Mar 4, 2025

Conversation

NorbertKlockiewicz
Copy link
Contributor

@NorbertKlockiewicz NorbertKlockiewicz commented Feb 26, 2025

Description

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (improves or adds clarity to existing documentation)

Tested on

  • iOS
  • Android

Testing instructions

Screenshots

Related issues

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@NorbertKlockiewicz NorbertKlockiewicz marked this pull request as ready for review February 27, 2025 13:29

}

- (void)forward:(NSString *)input
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also here I would put some of the logic inside something like RecognitionHandler in horizontal OCR to make it more maintainable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking about it, however whole ocr consists of many files already and I felt like adding another file which will be only wrapper won't help that much.

}
}

override fun forward(input: String, promise: Promise) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would put some of the logic inside something like recognitionHandler in horizontal OCR to make it more maintainable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking about it, however whole ocr consists of many files already and I felt like adding another file which will be only wrapper won't help that much.

@NorbertKlockiewicz NorbertKlockiewicz merged commit 765305a into main Mar 4, 2025
2 checks passed
@NorbertKlockiewicz NorbertKlockiewicz deleted the @nk/vertical-ocr branch March 4, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants