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

Add big file recognition demo #1153

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Conversation

vadimdddd
Copy link
Contributor

@vadimdddd vadimdddd commented Sep 21, 2022

Issue #1117.
How to run:
run demo like: python3 test_big_file.py -i path_to_your_file
By default the demo using en-us as language, also you can pick other available language. You can see available languages using --list-languages argument in command window.

int(part_res["partial_result"][-1]["end"])))
else:
part_res = json.loads(rec.PartialResult())
rec.FinalResult()
Copy link
Collaborator

Choose a reason for hiding this comment

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

It is a bad idea to ignore final here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants